Changes

Google Chrome

1,198 bytes added, 14:26, 29 April 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 11 ===
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)
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="google_chrome_11" name="Google Chrome 11" revision="11.0.696.57" priority="20" reboot="false">
<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>
</packages>
</source>
=== Google Chrome 10 ===
Anonymous user