Changes

Google earth

23 bytes removed, 12:48, 17 July 2010
tidyup
This is a silent installer and uninstaller for Google Earth.
== Version 5.x ==
==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
First start the install manually and ==MSI==To get the contents of the Folder with "google earthGoogle Earth.msi" file, extract it from your local Temp directory and store this to your packages/googleearth directorythe exe installer file using an unzip program, or Use use the command line option "googleearth-Win-5.1.3533.1731.exe installer's '/A" ' command line option to perform a installation to a network share.
==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.
<br>====5.1.X====
<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>
== Version 4.2.198.2451 ==
I used the following commands:
577
edits