Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

Generate uninstall log for Firefox

  • 1 risposta
  • 0 hanno questo problema
  • 14 visualizzazioni
  • Ultima risposta di fpclef

more options

Hello, I was wondering if I can do this- I am trying to uninstall Firefox via PowerShell, so my uninstall line would be:

start-process "C:\Program Files\Mozilla Firefox\Uninstall\Helper.exe" -ArgumentList "/S"

to uninstall silently. Is there anything I can do to generate something similar to msi-verbose logs.


Thanks in advance!

Hello, I was wondering if I can do this- I am trying to uninstall Firefox via PowerShell, so my uninstall line would be: start-process "C:\Program Files\Mozilla Firefox\Uninstall\Helper.exe" -ArgumentList "/S" to uninstall silently. Is there anything I can do to generate something similar to msi-verbose logs. Thanks in advance!

Tutte le risposte (1)

more options

No(not yet at least) but that's why I want to find if there is a way.

Again if this was a different application, for example... Adobe Reader msi format and I did something like msiexec /x acroread.msi /L*V uninstall.log, I will get a log generated and see what exit code is at the end. Is there a way to do this with Firefox uninstall.

Modificato da fpclef il