Difference between revisions of "ClickXT"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 1: Line 1:
'''CLICK Trade XT 1.0.1.36'''
+
Silent installer and uninstaller for CLICK Trade XT 1.0.1.36
 +
 
 
  <package
 
  <package
 
   id="click"
 
   id="click"
Line 7: Line 8:
 
   priority="10">
 
   priority="10">
 
   <check type="uninstall" condition="exists" path="CLICK Trade XT 1.0.1.36" />
 
   <check type="uninstall" condition="exists" path="CLICK Trade XT 1.0.1.36" />
   <install cmd='\\server\wpkg\packages\click\CLICKInstaller174.exe'>
+
   <install cmd='%SOFTWARE%\ClickXT\CLICKInstaller174.exe' />
    <exit code="0" />
+
   <upgrade cmd='%SOFTWARE%\ClickXT\CLICKInstaller174.exe' />
  </install>
+
   <upgrade cmd='\\server\wpkg\packages\click\CLICKInstaller174.exe'>
+
    <exit code="0" />
+
  </upgrade>
+
 
   <remove cmd='MsiExec.exe /qb /x{5622C1E2-BF22-45A6-B666-15B492A39C64}' />
 
   <remove cmd='MsiExec.exe /qb /x{5622C1E2-BF22-45A6-B666-15B492A39C64}' />
 
  </package>
 
  </package>
  
 
[[Category: Silent Installers]]
 
[[Category: Silent Installers]]

Revision as of 20:10, 30 September 2006

Silent installer and uninstaller for CLICK Trade XT 1.0.1.36

<package
 id="click"
 name="CLICK Trade XT 1.0.1.36"
 revision="1"
 reboot="false"
 priority="10">
 <check type="uninstall" condition="exists" path="CLICK Trade XT 1.0.1.36" />
 <install cmd='%SOFTWARE%\ClickXT\CLICKInstaller174.exe' />
 <upgrade cmd='%SOFTWARE%\ClickXT\CLICKInstaller174.exe' />
 <remove cmd='MsiExec.exe /qb /x{5622C1E2-BF22-45A6-B666-15B492A39C64}' />
</package>