[Mozilla Enterprise] Enable "Use a background service to install updates"

Kasper, Ryan V. Ryan.V.Kasper at leidos.com
Fri Jan 29 15:26:13 UTC 2021


Hi Dimas,

Install with the Mozilla Maintenance Service enabled using an INI file:
Firefox Setup 78.7.0esr.exe" -Parameters /INI="<somepath>\firefox.ini”
My firefox.ini contents:
[Install]
DesktopShortcut=false
StartMenuShortcuts=true
QuickLaunchShortcut=false
TaskbarShortcut=false
MaintenanceService=true
RemoveDistributionDir=false

I migrated to policies.json long ago - copy a policies.json out to C:\Program Files\Mozilla Firefox\distribution after creating aforementioned distribution folder. Simplified text for just this setting:
{
  "policies": {
    "AppAutoUpdate": true,
    "DisableAppUpdate": false
  }
}

Fully documentation here (thanks Mike Kaply!) https://github.com/mozilla/policy-templates

For autoconfig - install using ini file method then I think the prefs are:
lockPref("app.update.auto", true);
lockPref("app.update.mode", 1);
lockPref("app.update.enabled", true);
lockPref("app.update.silent", true);

Thank you,
Ryan V. Kasper
Leidos SCCM Packaging

From: Enterprise <enterprise-bounces at mozilla.org> On Behalf Of Dimas Streich (Informàtica Trueta)
Sent: Friday, January 29, 2021 5:28 AM
To: Enterprise Working Group Mailing List (enterprise at mozilla.org) <enterprise at mozilla.org>
Subject: EXTERNAL: [Mozilla Enterprise] Enable "Use a background service to install updates"

Hi,

In many computers we have the check "Use a background service to install updates" disabled and, as users haven't privilege permissions, Firefox can't auto-update.

The Maintenance service is installed and if I manually check "Use a background service to install updates" Firefox auto-updates at the next restart. But is it possible to enable this preference with policies?

Thx
--

Dimas Streich i Colomeda
Unitat de Tecnologies de la Informació i Comunicació
Hospital Universitari de Girona Doctor Josep Trueta
Institut Català de la Salut Girona
Departament de Salut | Generalitat de Catalunya
Av.França s/n | 17007 Girona
dstreich.girona.ics at gencat.cat<mailto:dstreich.girona.ics at gencat.cat> | http://www.hospitaltrueta.cat
[Image removed by sender.]<http://www.facebook.com/icscat> [Image removed by sender.] <http://twitter.com/htrueta>  [Image removed by sender.] <http://projectecims.wordpress.com>  [Image removed by sender.] <http://www.youtube.com/icscat>  [Image removed by sender.] <http://slideshare.net/icscat>

Aquest missatge s'adreça exclusivament a la persona destinatària i pot contenir informació privilegiada o confidencial. Si no sou el destinatari indicat, us recordem que la utilització, divulgació i/o còpia sense autorització està prohibida en virtut de la legislació vigent. Si heu rebut aquest missatge per error, feu-nos-ho saber immediatament per aquesta via i destruïu-lo.
Abans d'imprimir aquest correu, assegureu-vos que és realment necessari.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/enterprise/attachments/20210129/a014f0fc/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ~WRD000.jpg
Type: image/jpeg
Size: 823 bytes
Desc: ~WRD000.jpg
URL: <http://mail.mozilla.org/pipermail/enterprise/attachments/20210129/a014f0fc/attachment.jpg>


More information about the Enterprise mailing list