We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

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

详细了解

How update Firefox on startup, before process starts.

more options

Hello,

we have some issues when user run Firefox with already updated profile on Firefox which version is older. Users check "create new profile" and after that report that all them settings are gone.

We can use start parameter: -allow-downgrade or just remove compatibility.ini if Firefox version not like profile version.

But we don`t want do this, I we think the best way is not start Firefox until it update. Can we force update Firefox using config or start parameter?

Hello, we have some issues when user run Firefox with already updated profile on Firefox which version is older. Users check "create new profile" and after that report that all them settings are gone. We can use start parameter: -allow-downgrade or just remove compatibility.ini if Firefox version not like profile version. But we don`t want do this, I we think the best way is not start Firefox until it update. Can we force update Firefox using config or start parameter?

所有回复 (3)

more options

Hi Denis!

Please check https://wiki.mozilla.org/Windows_Service_Silent_Update#Service_command_line_parameters , see if it helps on your use case and let us know if this solves your question.

Thanks!

more options

alex_mayorga said

Hi Denis! Please check https://wiki.mozilla.org/Windows_Service_Silent_Update#Service_command_line_parameters , see if it helps on your use case and let us know if this solves your question. Thanks!

Unfortunately, I did not find a way to start the service.

$Service = "MozillaMaintenance" Invoke-Expression "cmd /c sc start MozillaMaintenance software-update updater.exe update-dir apply-dir [wait-pid] [callback-dir] [callback-path] [callback args]"


As far as I understand, it starts with arguments that we cannot recognize. How to start this service? :)

Thanks.

more options

Look like firefox.exe download updates. And only after download completed start service for apply updates.