為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

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

了解更多

We are planning a Corporate Rollout and we would like to confirm if slient updates will work if user do not have admin rights?

  • 4 回覆
  • 3 有這個問題
  • 1 次檢視
  • 最近回覆由 cor-el

more options

We are planning a Corporate Rollout and we would like to confirm if slient updates will work if user do not have admin rights?

We are planning to deploy Firefox to all end users running Windows 7 via SCCM 2007 SP1. That is fine and should not be a problem but the question is how we can keep it maintained after the installation?

More specifically I read the support article for Firefox 12 that said you must have admin rights to install updates. Our end-users do not have admin rights so how can we keep our Firefox updated?

I read another article that said Firefox will be doing silent installs is this currently working? Also can someone verify our assumptions and provide an explanation to how updates work so we can roll out Firefox?

We are planning a Corporate Rollout and we would like to confirm if slient updates will work if user do not have admin rights? We are planning to deploy Firefox to all end users running Windows 7 via SCCM 2007 SP1. That is fine and should not be a problem but the question is how we can keep it maintained after the installation? More specifically I read the support article for Firefox 12 that said you must have admin rights to install updates. Our end-users do not have admin rights so how can we keep our Firefox updated? I read another article that said Firefox will be doing silent installs is this currently working? Also can someone verify our assumptions and provide an explanation to how updates work so we can roll out Firefox?

所有回覆 (4)

more options

hello, unfortunately at the moment the silent update service is only capable to circumvent the windows 7 UAC prompts after every update. the possibility for limited user accounts to trigger and run updates through the service is part of the plan but not implemented yet - development of this feature is tracked in bug #711475, but don't expect it to land very soon.

the firefox installer supports a silent installation through the command line argument -ms.

so at the moment you'd have to trigger a silent installation with admin rights after every update to keep the browser up to date (it should be possible to just install a newer version on top of the old one).

also refer to https://wiki.mozilla.org/Deployment:Deploying_Firefox & http://www.mozilla.org/en-US/firefox/.../faq/

more options

Thank you for the reply is there a way we can just download the "updates" and deploy them rather than reinstall the new browser each time an update becomes available?

由 emellino 於 修改

more options

the following guide explains how to apply updates (they come packaged in a .mar file) manually, again that would need admin rights: https://wiki.mozilla.org/Software_Update:Manually_Installing_...

the directory from where you can obtain the current localized updates is accessible at http://releases.mozilla.org/pub/mozil.../win32/

or in order to circumvent the problems with the updates you could put the initial installation into a place your users have write-access in, like in %appdata% (would have other consequences of course; a different installation for each user) or make the %programfiles%\Mozilla Firefox - folder writable for users, then the built-in auto-updater should work without intervention.

edit: a in-depth look at the update process with more links: https://wiki.mozilla.org/Software_Update

由 philipp 於 修改

more options

You need these three files in the updates\0 folder:

  • update.mar (renamed update partial/complete.mar)
  • update.status: pending + linefeed (0x0A) (use this data URI: data:text/plain,pending%0A)
  • update.version: xx.xx.xx (version to update to, e.g. 12.0.1)

由 cor-el 於 修改