Difference between revisions of "Palm Desktop"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 8: | Line 8: | ||
priority="10"> | priority="10"> | ||
<check type="uninstall" condition="exists" path="Palm Desktop" /> | <check type="uninstall" condition="exists" path="Palm Desktop" /> | ||
− | <install cmd=' | + | <install cmd='%SOFTWARE%\PalmDesktopWin414DE.exe /s /v"/q ALLUSERS=1"' /> |
− | + | <upgrade cmd='%SOFTWARE%\PalmDesktopWin414DE.exe /s /v"/q ALLUSERS=1"' /> | |
− | + | <remove cmd='%SOFTWARE%PalmDesktopWin414DE.exe /s /v"/Q"'/> | |
− | <upgrade cmd=' | + | |
− | + | ||
− | + | ||
− | <remove cmd=' | + | |
</package> | </package> | ||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 20:29, 2 October 2006
This is a silent installer and deinstaller for Palm Desktop.
<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='%SOFTWARE%\PalmDesktopWin414DE.exe /s /v"/q ALLUSERS=1"' /> <upgrade cmd='%SOFTWARE%\PalmDesktopWin414DE.exe /s /v"/q ALLUSERS=1"' /> <remove cmd='%SOFTWARE%PalmDesktopWin414DE.exe /s /v"/Q"'/> </package>