Difference between revisions of "Palm Desktop"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (add external link)
m
 
Line 1: Line 1:
This is a silent installer and deinstaller for Palm Desktop a sync tool for Palm devices. More infos from [http://kb.palm.com/wps/portal/kb/common/article/33529_en.html here]
+
This is a silent installer and deinstaller for Palm Desktop, a sync tool for Palm devices. More infos from [http://kb.palm.com/wps/portal/kb/common/article/33529_en.html here].
  
 
<source lang="xml">
 
<source lang="xml">

Latest revision as of 13:58, 31 March 2011

This is a silent installer and deinstaller for Palm Desktop, a sync tool for Palm devices. More infos from here.

<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>