搜尋 Mozilla 技術支援網站

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

Learn More

script to update firefox

  • 2 回覆
  • 1 有這個問題
  • 5 次檢視
  • 最近回覆由 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.

所有回覆 (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