Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

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
Ova tema je zatvorena i arhivirana. Pitajte drugo pitanje ako vam je potrebna pomoć.
Locked Arhivirano

Generate uninstall log for Firefox

SuMo Bot replied
SuMo Bot

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)

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.

This question has been locked because the original author has deleted their account. While you can no longer post new replies, the existing content remains available for reference.