Google Chrome is available in MSI format. The auto-update feature of Google Chrome cannot be disabled.

Downloading the MSI: Download

The silent installation is straightforward since it’s an MSI:

msiexec /i "GoogleChromeStandaloneEnterprise.msi" /qn

Disabling Auto Update

Resource: http://www.wintips.org/disable-google-chrome-automatic-update/

The ADM and ADMX files available on http://www.chromium.org/ to disable updates do not work!

Here’s the registry key to apply to disable updates:

[Windows Registry Editor Version 5.00
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update]
"UpdateDefault"=dword:00000000

https://github.com/DavidWuibaille/Packaging/tree/main/SilentInstall/Chrome


0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.