Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

How to Uninstall Firefox quietly

  • 2 réponses
  • 2 ont ce problème
  • 1 vue
  • Dernière réponse par 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.

Toutes les réponses (2)

more options

Solution choisie

more options

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