Difference between revisions of "ClickXT"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
 
Line 15: Line 15:
 
   <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]]

Revision as of 02:01, 14 November 2005

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='\\ntinstall\wpkg\packages\click\CLICKInstaller174.exe'>
   <exit code="0" />
 </install>
 <upgrade cmd='\\ntinstall\wpkg\packages\click\CLICKInstaller174.exe'>
   <exit code="0" />
 </upgrade>
 <remove cmd='MsiExec.exe /qb /x{5622C1E2-BF22-45A6-B666-15B492A39C64}' />
</package>