Generate uninstall log for Firefox
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.