Deploying Google Earth


To Install Google Earth copy the off-line installation files to a folder called GoogleEarth within your shared apps folder.


example


\\apps\GoogleEarth


Batch File

Now create a batch file to install the google earth MSI silently - save the batch file in the GoogleEarth folder


@ECHO OFF

c:

cd \

msiexec /i \\192.168.200.66\apps\GoogleEarth\GoogleEarth.msi /qn /lv* log.txt

exit



**PLEASE NOTE - do not have spaces in the folder names



- Change the IP to the IP of your server containing the shared apps folder

- Change the Path to your google earth files per your shared apps folder configuration



Creating the Third Party Deployment Template


Select the batch file and press Add, then check off Copy these features...


Then press Save