Changes

Jump to: navigation, search

Google earth

70 bytes added, 21:20, 13 February 2008
m
no edit summary
== New InstallShield, verified with version 4.2.198.2451 ==
I used the following commangscommands:<presource lang="xml">
<?xml version="1.0" encoding="utf-8" ?>
<packages>
</packages>
</presource>
While using the following postinstall.cmd:
<presource lang="dos">
@echo off
REM exit 0
</presource>
This will create the shourtcuts within the all users profile since google earth will install them only to the current user. So in case you run WPKG using WPKG-Client it installs it to the SYSTEM user start menu only and the icons will never appear somewhere.
NOTE: For version ending with BZXD you can use the command
 
Google_Earth_BZXD.exe /S /v"/qb ALLUSERS=2"
 
This will put the shortcut in the all users profile
 
== Install shield installation ==
<br>
Flags for the install command:<br>
*-f1\\path\to\setup.iss - notice there is no space between -f1 and \\path<br>*-f2C:\path\to\file.log - once again. no space between the flag and the path. should be written locally for debugging purposes.
<presource lang="xml">
<package
id="google-earth"
<install cmd="%SOFTWARE%\google-earth\GoogleEarth.exe -s -f1%SOFTWARE%\google-earth\setup.iss -f2C:\Logs\google-earth.log" />
</package>
</presource>
As recording setup.iss didn't work I found the following solution. First start the install manually and get the contents of the Folder with "google earth.msi" from your local Temp directory and store this to your packages/googleearth directory.
<presource lang="xml">
<package
id="googleearth"
</package>
</presource
[[Category:Silent Installers]]

Navigation menu