Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Automatically update Firefox at certain day/time without opening it?

  • 4 답장
  • 1 이 문제를 만남
  • 5 보기
  • 최종 답변자: loosus

more options

In our student computer labs, we use a program called "DeepFreeze," which wipes all changes made to the computer upon reboot.

Every Saturday at 1 AM to 5 AM, our computers turn on and go into a thawed mode, where changes can be made to the computers. We would like to set Firefox updates to occur during this window. Obviously, this needs to be automatic without human intervention.

I was thinking I could make a scheduled task in Windows to tell Firefox to update itself via command line, but does such a thing exist?

In our student computer labs, we use a program called "DeepFreeze," which wipes all changes made to the computer upon reboot. Every Saturday at 1 AM to 5 AM, our computers turn on and go into a thawed mode, where changes can be made to the computers. We would like to set Firefox updates to occur during this window. Obviously, this needs to be automatic without human intervention. I was thinking I could make a scheduled task in Windows to tell Firefox to update itself via command line, but does such a thing exist?

모든 댓글 (4)

more options

See if anything is useful here : https://wiki.mozilla.org/Windows_Service_Silent_Update

Please let us know if this solved your issue or if need further assistance.

more options

This is definitely on the right track.

So, which EXE do I actually call? I see "updater.exe" is listed, but it insinuates that you somehow have to call the MozillaMaintenance service first? What would be an example command-line that would do a silent update of Firefox?

more options

loosus said

This is definitely on the right track. So, which EXE do I actually call? I see "updater.exe" is listed, but it insinuates that you somehow have to call the MozillaMaintenance service first? What would be an example command-line that would do a silent update of Firefox?

https://stackoverflow.com/questions/29768157/silently-updating-firefox-via-command-prompt-windows

http://forums.mozillazine.org/viewtopic.php?f=38&t=517149

https://superuser.com/questions/376546/how-to-trigger-a-check-for-updates-in-firefox-programatically-or-from-a-command The links to the latest Firefox versions have been decommissioned, so you need to go to the update directory of the version you need. _________________ You can only update Firefox from within a browser that is running. Otherwise you would have to download the corect MAR file and apply the update manually yourself.

wiki.mozilla.org/Software_Update wiki.mozilla.org/Software_Update:Manually_Installing_a_MAR_file wiki.mozilla.org/Software_Update:updates.xml_Format

You need these three files in the updates\0 folder to update Firefox via a MAR file:

  • 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. 50.1.0)

Maybe you should be doing this : Google search using terms : firefox silent update command line and update firefox batch file ,

Best I can help, others know more.

Please let us know if this solved your issue or if need further assistance.

more options

So to be clear, are you saying that Firefox cannot be automatically updated via command line without opening Firefox?