Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Generate uninstall log for Firefox

  • 1 reply
  • 0 have this problem
  • 14 views
  • Last reply by 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!

All Replies (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.

Modified by fpclef