Google Chrome 17
On Aaron Parker's blog I saw that for version 15 updates can be suppresed using the following reg value: reg add HKLM\Software\Policies\Google\Update /v AutoUpdateCheckPeriodMinutes /d 0 /t REG… Read More
For Version 18: Run the MSI with /qn /norestart Suppress Update with this reg key: [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update] "Update{4DC8B4CA-1BDA-483E-B5FA-D3C12E15B62D}"=dword:… Read More
Grab the msi from here: http://www.itninja.com/link/offline-google-chrome-msi-installer and then run: msiexec /i googlechromestandaloneenterprise.msi /qn /norestart Read More
What i usually do is get the MSI from this page: http://www.google.com/apps/intl/en/business/chromebrowser.html Then its standard MSI commands to install: msiexec.exe /qn /i chromeinst… Read More