Changes

Google Chrome

815 bytes added, 08:21, 15 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 10 ===
http://dl.google.com/chrome/install/648.205/chrome_installer.exe
 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
 
<packages>
<package id="google_chrome" name="Google Chrome" revision="10.0.648.204" reboot="false" priority="2" >
<check type="uninstall" condition="exists" path="Google Chrome"/>
<check type="file" condition="exists" path="%PROGRAMFILES%\Google\Chrome\Application\10.0.648.204\nacl64.exe" />
 
<install cmd='%SOFTWARE%\google_chrome\chrome_installer.exe --system-level --do-not-launch-chrome'/>
<upgrade cmd='%SOFTWARE%\google_chrome\chrome_installer.exe --system-level --do-not-launch-chrome'/>
<remove cmd='%SOFTWARE%\google_chrome\chrome_installer.exe --uninstall --force-uninstall --system-level'/>
 
</package>
</packages>
</source>
=== Google Chrome 9 ===
3
edits