Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

How update Firefox on startup, before process starts.

  • 3 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi denis.pasternak

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?

Tất cả các câu trả lời (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.