Google Chrome
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
The above mentioned method is really nice. But I would like to share how I did it. Please have a look at this blog post of mine: http://msiworld.blogspot.com.au/2012/06/packaging-google-chrome… Read More
I found the below command to install silently. This was taken from a Google Groups discussion at the following link. LINK: http://groups.google.com/a/googleproductforums.com/forum/#!topic/chrom… 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
If you are using a K1000 Systems Management Appliance by Dell KACE 1. Install a local copy using [msiexec.exe /I GoogleChromeStandaloneEnterprise.msi /passive] 2. Force an inventory on tha… Read More
If you want to see the deployment of this package to validate its function or show progress then using [msiexec.exe /i GoogleChromeStandaloneEnterprise.msi /passive] works well. Otherwise us… Read More
Here's my install script (enterprise chrome). start /wait msiexec /i GoogleChromeStandaloneEnterprise.msi /qb copy /y master_preferences "c:\Program Files (x86)\Google\Chrome\Application\mas… Read More
Google has an msi package available for download: http://www.google.com/chrome/eula.html?msi=true You can run it very easily with the silent install switch: Msiexec /q /I GoogleChrome.… Read More
At my employer we ran into a situation where we needed to uninstall several versions of Chrome that had been installed to user PCs using the Google Pack, so the uninstall strings were different… Read More
"For anyone reading this looking for a true enterprise version. Here's a quick guide to get you started, maybe Google could take pointers if they want to take enterprise users seriously. I can… Read More
Below is the process I followed for virtualizing Google Chrome 10.0.648.204. I have tested the package on Windows XP, Windows 7 x86 and Windows 7 x64, all ran successfully. OS used to Package:… Read More
To just save bandwith for first time installation, instead of the regular web installer you may download from http://www.google.com/chrome/eula.html?standalone=1 (ChromeStandaloneSetup.exe). B… Read More
Information for repackaging Google Chrome 5.x This description assumes as result a corporate package, where distribution and update(s) are not included and handled separately. To make the goog… Read More
Information for repackaging. Please keep in mind that this description assumes as result a corporate package, where distribution and update(s) are not included and handled separately. 1 - Down… Read More
- « Previous
- 1
- 2
- 3
- 4
- Next »