Difference between revisions of "Palm Desktop"
From WPKG | Open Source Software Deployment and Distribution
Line 1: | Line 1: | ||
− | |||
<package | <package | ||
id="PalmDesktop" | id="PalmDesktop" | ||
Line 7: | Line 6: | ||
priority="10"> | priority="10"> | ||
<check type="uninstall" condition="exists" path="Palm Desktop" /> | <check type="uninstall" condition="exists" path="Palm Desktop" /> | ||
− | <install cmd='\\ | + | <install cmd='\\Server\Path\PalmDesktopWin414DE.exe /s /v"/q ALLUSERS=1"'> |
<exit code="0" /> | <exit code="0" /> | ||
</install> | </install> | ||
− | <upgrade cmd='\\ | + | <upgrade cmd='\\Server\Path\PalmDesktopWin414DE.exe /s /v"/q ALLUSERS=1"'> |
<exit code="0" /> | <exit code="0" /> | ||
</ugrade> | </ugrade> | ||
− | <remove cmd='\\ | + | <remove cmd='\\Server\Path\PalmDesktopWin414DE.exe /s /v"/Q"'/> |
</package> | </package> |
Revision as of 11:06, 2 June 2006
<package id="PalmDesktop" name="Palm Desktop 4.1.4 DE" revision="4141" reboot="false" priority="10"> <check type="uninstall" condition="exists" path="Palm Desktop" /> <install cmd='\\Server\Path\PalmDesktopWin414DE.exe /s /v"/q ALLUSERS=1"'> <exit code="0" /> </install> <upgrade cmd='\\Server\Path\PalmDesktopWin414DE.exe /s /v"/q ALLUSERS=1"'> <exit code="0" /> </ugrade> <remove cmd='\\Server\Path\PalmDesktopWin414DE.exe /s /v"/Q"'/> </package>