Difference between revisions of "Palm Desktop"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
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='\\ntinstall\install\software\DEU\PalmDesktop\PalmDesktopWin414DE.exe /s /v"/q ALLUSERS=1"'>
+
   <install cmd='\\Server\Path\PalmDesktopWin414DE.exe /s /v"/q ALLUSERS=1"'>
 
     <exit code="0" />
 
     <exit code="0" />
 
   </install>
 
   </install>
   <upgrade cmd='\\ntinstall\install\software\DEU\PalmDesktop\PalmDesktopWin414DE.exe /s /v"/q ALLUSERS=1"'>
+
   <upgrade cmd='\\Server\Path\PalmDesktopWin414DE.exe /s /v"/q ALLUSERS=1"'>
 
     <exit code="0" />
 
     <exit code="0" />
 
   </ugrade>
 
   </ugrade>
   <remove cmd='\\ntinstall\install\software\DEU\PalmDesktop\PalmDesktopWin414DE.exe /x /v"/Q"'/>
+
   <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>