Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

Which "About:config" entries need to be configured for FireFox to silently update, regardless of user rights?

  • 1 odgovor
  • 1 ima ovaj problem
  • 2 prikaza
  • Posljednji odgovor od cor-el

more options

I have a FireFox installation package setup for an enterprise environment. I want FireFox to silently install all updates and not notify the end user, regardless of admin rights. So far I've gotten this to work with an admin level user but not a user with limited rights. Here is my config file:

lockPref("app.update.interval", 14400); lockPref("app.update.silent", true); lockPref("app.update.enabled", true); lockPref("app.update.service.enabled", true); lockPref("app.update.auto", true); lockPref("app.update.mode", 0);

Also, does FireFox have to be running in order to check for updates? I thought thats what the maintenance service was for.

Thanks.

Jim

I have a FireFox installation package setup for an enterprise environment. I want FireFox to silently install all updates and not notify the end user, regardless of admin rights. So far I've gotten this to work with an admin level user but not a user with limited rights. Here is my config file: lockPref("app.update.interval", 14400); lockPref("app.update.silent", true); lockPref("app.update.enabled", true); lockPref("app.update.service.enabled", true); lockPref("app.update.auto", true); lockPref("app.update.mode", 0); Also, does FireFox have to be running in order to check for updates? I thought thats what the maintenance service was for. Thanks. Jim

Svi odgovori (1)

more options

The maintenance service is for downloading in the background while Firefox is running and installing the updates without an UAC dialog .