Changes

Google earth

526 bytes added, 23:01, 27 August 2008
modify msi based install to create icons for all users, create log directory before install, and update remove command.
revision="1"
reboot="false"
priority="10010">
<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="0" />
<exit code="1" /> <!-- directory already exists -->
</install
<install cmd='msiexec /qb /l* %SystemDrive%\netinst\logs\googleearth.txt /i "%SOFTWARE%\googleearth\google earth.msi" ALLUSERS=1' />
<upgrade cmd='msiexec /qb /l* %SystemDrive%\netinst\logs\googleearth.txt /i "%SOFTWARE%\googleearth\google earth.msi" ALLUSERS=1' />
<install cmd='msiexec /qb /l* %SystemDrive%\netinst\logs\!-- googleearthversion 4.txt /i "%SOFTWARE%\googleearth\google earth3.msi7284.3916, use {1D14373E-7970-4F2F-A467-ACA4F0EA21E3} in remove command below. For other versions check out the line beginning "' /> <upgrade cmdProductCode='msiexec /qb /l* %SystemDrive%\netinst\logs\googleearth" from Setup.txt /i "%SOFTWARE%\googleearth\ini in same directory as google earth.msi"' /. --
<remove cmd='MsiExec.exe /qb /x {1E04F83B-2AB9-4301-9EF7-E86307F79C72}' >
<exit code="0" />
117
edits