577
edits
Changes
tidyup
This is a silent installer and uninstaller for Google Earth.
==Download==
Current Download: http://dl.google.com/earth/client/GE5/release_5_2_1/GoogleEarth-Win-Bundle-5.2.1.1329.exe
<br>Older Release 5.1: http://cache.pack.google.com/edgedl/earth/client/GE5/release_5_1_0/GoogleEarth-Win-Bundle-5.1.7938.4346.exe
and http://cache.pack.google.com/edgedl/earth/client/GE5/release_5_0_1/GoogleEarth-Win-Plus-5.0.11733.9347.exe
==WPKG Installer==
<source lang="xml">
<package
</source>
===Version Check===
To implement a check type between versions you should be aware that Google frequently changes the path to the executable between versions.
<source lang="xml">
<check type='file' condition='versionequalto' path='c:\program files\google\google earth\client\googleearth.exe' value='5.1.XXXX.XXXX' />
</source>
====5.0.X====
<source lang="xml">
<check type='file' condition='versionequalto' path='c:\program files\google\google earth\googleearth.exe' value='5.0.XXXX.XXXX' />
</source>
Corresponding upgrade commands should 1st first uninstall 5.0 , then install 5.1:
<source lang="xml">
<upgrade cmd='MsiExec.exe /X{CC016F21-3970-11DE-B878-005056806466} /quiet /norestart' />
</source>
I used the following commands: