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!

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

script to update firefox

  • 2 respostas
  • 1 tem este problema
  • 5 visualizações
  • Última resposta por cor-el

more options

I have some users running older versions of firefox. I need a script to force firefox to silently update itself on users computers.

I have some users running older versions of firefox. I need a script to force firefox to silently update itself on users computers.

Todas as respostas (2)

more options

I don't think there is a command-line switch for this.

You could store a copy of the installer on one of your servers and have the client execute it if they don't have the latest version. It's obviously simplest if you have an all 64-bit environment. Presumably you would want to check the currently installed version, for example, by checking this registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Mozilla Firefox

(Default) => 67.0.4

CurrentVersion => 67.0.4 (x64 en-US)

more options