Changes

Globalmapper

1,305 bytes added, 20:55, 12 May 2011
no edit summary
<source lang="xml">
<package id="globalmapper12" name="Global Mapper 12" revision="20110512.3" priority="10" reboot="false">
<depends package-id="gis-other-menu" />
<check type="logical" condition="or">
<check type="uninstall" condition="exists" path="Global Mapper 12"/>
<check type="uninstall" condition="exists" path="GlobalMapper 12 (64-bit)"/>
</check>
 
<install cmd='msiexec /i "%SOFTWARE%\GIS\globalmapper12\%PROCESSOR_ARCHITECTURE%\Global Mapper 12.msi" /qn' >
<exit code="3010" reboot="false" />
</install>
<!-- optionally tidy up the start menu to taste -->
<install cmd='%COMSPEC% /c xcopy "%ALLUSERSPROFILE%\Start Menu\Programs\Global Mapper\*" "%ALLUSERSPROFILE%\Start Menu\Programs\GIS - Other" /E /Y /I' />
<install cmd='%COMSPEC% /C rmdir /S /Q "%ALLUSERSPROFILE%\Start Menu\Programs\Global Mapper\"' />
 
 
<remove cmd='%COMSPEC% /c if exist "%ALLUSERSPROFILE%\Start Menu\Programs\GIS - Other\Global Mapper.lnk" del /f /Q "%ALLUSERSPROFILE%\Start Menu\Programs\GIS - Other\Global Mapper.lnk"' />
 
<!-- remove the 32bit version -->
<remove cmd="msiexec /qn /x{E8F06EF2-9724-4D2C-A2E2-904F2B66A27E}" >
<exit code="1605" />
 
</remove>
 
<!-- remove the 64bit version -->
<remove cmd="msiexec /qn /x{AAA203F8-CFA4-4FD5-95D3-C98EB71B1210}" >
<exit code="1605" />
</remove>
 
</package>
</source>
[[Category:Silent Installers]]
0
edits