Difference between revisions of "Palm Desktop"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(No difference)

Revision as of 11:04, 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='\\ntinstall\install\software\DEU\PalmDesktop\PalmDesktopWin414DE.exe /s /v"/q ALLUSERS=1"'>
    <exit code="0" />
 </install>
  <upgrade cmd='\\ntinstall\install\software\DEU\PalmDesktop\PalmDesktopWin414DE.exe /s /v"/q ALLUSERS=1"'>
    <exit code="0" />
 </ugrade>
 <remove cmd='\\ntinstall\install\software\DEU\PalmDesktop\PalmDesktopWin414DE.exe /x /v"/Q"'/>

</package>