- Locked
- Archived
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\… (read more)
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!