Difference between revisions of "IRESS"
From WPKG | Open Source Software Deployment and Distribution
Line 9: | Line 9: | ||
priority="10"> | priority="10"> | ||
<check type="uninstall" condition="exists" path="IRESS - Felix 1.16e" /> | <check type="uninstall" condition="exists" path="IRESS - Felix 1.16e" /> | ||
− | <install cmd='msiexec /qn /i "\\ | + | <install cmd='msiexec /qn /i "\\server\wpkg\packages\iress\FelixCli 1.16e\IRESS - Felix 1.16e.msi"'> |
<exit code="0" /> | <exit code="0" /> | ||
</install> | </install> | ||
− | <upgrade cmd='msiexec /qn /i "\\ | + | <upgrade cmd='msiexec /qn /i "\\server\wpkg\packages\iress\FelixCli 1.16e\IRESS - Felix 1.16e.msi"'> |
<exit code="0" /> | <exit code="0" /> | ||
</upgrade> | </upgrade> |
Revision as of 02:07, 14 November 2005
This software is provided by IRESS themselves. Here are the commands i use to install it
IRESS - Felix 1.16e
<package id="iressfelix" name="IRESS - Felix 1.16e" revision="1" reboot="false" priority="10"> <check type="uninstall" condition="exists" path="IRESS - Felix 1.16e" /> <install cmd='msiexec /qn /i "\\server\wpkg\packages\iress\FelixCli 1.16e\IRESS - Felix 1.16e.msi"'> <exit code="0" /> </install> <upgrade cmd='msiexec /qn /i "\\server\wpkg\packages\iress\FelixCli 1.16e\IRESS - Felix 1.16e.msi"'> <exit code="0" /> </upgrade> <remove cmd='MsiExec.exe /qb /X{473E3DE1-B93B-48D6-B4F0-9037523E23A8}' /> </package>
IRESS - Felix IOS 1.36h
<package id="iressios" name="IOS Insto - Felix 1.36h" revision="1" reboot="false" priority="9"> <check type="uninstall" condition="exists" path="IOS Insto - Felix 1.36h" /> <install cmd='msiexec /qn /i "\\server\wpkg\packages\iress\Felix IOScli(V1.36h)\IOS Insto - Felix 1.36h.msi"'> <exit code="0" /> </install> <upgrade cmd='msiexec /qn /i "\\server\wpkg\packages\iress\Felix IOScli(V1.36h)\IOS Insto - Felix 1.36h.msi"'> <exit code="0" /> </upgrade> <remove cmd='MsiExec.exe /qb /X{20B474C6-81A5-4177-A86E-8B9BEC815AB5}' /> </package>