Changes

Google Chrome

1,237 bytes added, 19:24, 30 October 2011
no edit summary
Interesting side note: even though you can't make ChromeStandaloneSetup.exe to install silently, you can get a version of it that will install systemwide. To get this, first download the regular version of the ChromeStandaloneSetup.exe . Make a note of the actual URL the file was downloaded from (in Firefox, right-click on the downloaded file and select "copy download link"). This link will include the string "needadmin%3Dfalse". Replace this string with "needadmin%3Dtrue" and download again from this modified URL. This will give you an installer for systemwide installation.
=== Google Chrome 15 ===
This is a silent installer and uninstaller for Google Chrome with support for 32 and 64 bit systems.
You can download the current stable version of Google Chrome as an MSI file at:
http://www.google.com/chrome/eula.html?msi=true (GoogleChromeStandaloneEnterprise.msi only available if using a Windows browser for the download!)
<source lang="xml">
<package id="chrome" name="Google Chrome 15" revision="%version%" priority="20" reboot="false">
<variable name="version" value="15.0.874.106" />
<check type="uninstall" condition="exists" path="Google Chrome" />
<check type="logical" condition="or">
<check type="file" condition="exists" path="%PROGRAMFILES%\Google\Chrome\Application\11.0.696.57\nacl64.exe" />
<check type="file" condition="exists" path="%PROGRAMFILES(x86)%\Google\Chrome\Application\11.0.696.57\nacl64.exe" />
</check>
<install cmd='msiexec /qn /norestart /i "%SOFTWARE%\chrome\GoogleChromeStandaloneEnterprise.msi"' />
<upgrade cmd='msiexec /qn /norestart /i "%SOFTWARE%\chrome\GoogleChromeStandaloneEnterprise.msi"' />
<remove cmd="msiexec /qn /x {54DF35BD-4A36-35DA-B029-A0C083C88614}" />
</package>
</source>
=== Google Chrome 11 ===
This is a silent installer and uninstaller for Google Chrome with support for 32 and 64 bit systems.
Anonymous user