Changes

Google earth

62 bytes added, 14:22, 11 February 2014
upgrade to 7.1.2
This is a silent installer and uninstaller for Google Earth.
= Version 5.x-7.x =
==Download==
id="googleearth"
name="Google Earth"
revision="1%VERSION%"
reboot="false"
priority="10">
<variable name="VERSION" value="7.1.2" />
<check type="uninstall" condition="exists" path="Google Earth" />
<install cmd='%COMSPEC% /C "md %SystemDrive%\netinst\logs\"' > <!-- install fails if log dir doesn't exist -->
<exit code="1" /> <!-- directory already exists -->
</install>
<install cmd='msiexec /qb qn /l* %SystemDrive%\netinst\logs\googleearth.txt /i "%SOFTWARE%\googleearth\google earth.msi" ALLUSERS=1' /> <upgrade cmd='msiexec /qb qn /l* %SystemDrive%\netinst\logs\googleearth.txt /i "%SOFTWARE%\googleearth\google earth.msi" ALLUSERS=1' /> <remove cmd='MsiExec.exe /qb qn /x {28E823114D2A6330-86162F8B-11E111E3-BEB09C40-B8AC6F97B88E}' >
<!--
For other versions check out the line beginning "ProductCode=" from Setup.ini in same directory as google earth.msi.
Anonymous user