搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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 人有此问题
  • 22 次查看
  • 最后回复者为 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于修改