搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

How to Uninstall Firefox quietly

  • 2 回覆
  • 2 有這個問題
  • 2931 次檢視
  • 最近回覆由 A9G1

more options

I am working on automating some uninstalls of Firefox to push everyone to the latest and greatest ESR version for easier support. In doing so, I am having an extremely difficult time finding a good uninstall process for the computers on my domain.

Let us assume we are working with 1 computer running a CMD locally to try and remove it. It needs to be silent, no UI.

I am unable to get the uninstall to kick off silently using any of the following: "c:\Program files (x86)\Mozilla Firefox\uninstall\helper.exe" /x /qn "c:\Program files (x86)\Mozilla Firefox\uninstall\helper.exe" /x /q msiexec.exe /x /qn "c:\Program files (x86)\Mozilla Firefox\uninstall\helper.exe" /quiet

In each case the uninstaller UI comes up and asks me to click "next" and then "finish". Does anyone have a suggestion to make this run silently?

I did find a web page that suggested the best course of action to be to delete the files completely and it would leave the registry entries, throwing off audits unless i remove them with scripts.

Any suggestions are welcome.

I am working on automating some uninstalls of Firefox to push everyone to the latest and greatest ESR version for easier support. In doing so, I am having an extremely difficult time finding a good uninstall process for the computers on my domain. Let us assume we are working with 1 computer running a CMD locally to try and remove it. It needs to be silent, no UI. I am unable to get the uninstall to kick off silently using any of the following: "c:\Program files (x86)\Mozilla Firefox\uninstall\helper.exe" /x /qn "c:\Program files (x86)\Mozilla Firefox\uninstall\helper.exe" /x /q msiexec.exe /x /qn "c:\Program files (x86)\Mozilla Firefox\uninstall\helper.exe" /quiet In each case the uninstaller UI comes up and asks me to click "next" and then "finish". Does anyone have a suggestion to make this run silently? I did find a web page that suggested the best course of action to be to delete the files completely and it would leave the registry entries, throwing off audits unless i remove them with scripts. Any suggestions are welcome.

所有回覆 (2)

more options

選擇的解決方法

more options

Yes....Yes it does. Thank you very much.