Difference between revisions of "IRESS"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | This | + | This is a silent installer and uninstaller for IRESS, a market data system for traders. |
− | + | This software is provided by IRESS themselves. Updates available from [http://www.iress.com.au/support_downloads.aspx here] | |
− | + | ||
+ | |||
+ | === IRESS - Felix 1.16e === | ||
+ | |||
+ | <source lang="xml"> | ||
+ | <package | ||
id="iressfelix" | id="iressfelix" | ||
name="IRESS - Felix 1.16e" | name="IRESS - Felix 1.16e" | ||
Line 9: | Line 14: | ||
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 "%SOFTWARE%\iress\FelixCli 1.16e\IRESS - Felix 1.16e.msi"' /> |
− | + | <upgrade cmd='msiexec /qn /i "%SOFTWARE%\iress\FelixCli 1.16e\IRESS - Felix 1.16e.msi"' /> | |
− | + | ||
− | <upgrade cmd='msiexec /qn /i " | + | |
− | + | ||
− | + | ||
<remove cmd='MsiExec.exe /qb /X{473E3DE1-B93B-48D6-B4F0-9037523E23A8}' /> | <remove cmd='MsiExec.exe /qb /X{473E3DE1-B93B-48D6-B4F0-9037523E23A8}' /> | ||
− | + | </package> | |
+ | </source> | ||
+ | |||
+ | === IRESS - Felix IOS 1.36h === | ||
− | + | <source lang="xml"> | |
− | + | <package | |
id="iressios" | id="iressios" | ||
name="IOS Insto - Felix 1.36h" | name="IOS Insto - Felix 1.36h" | ||
Line 27: | Line 31: | ||
priority="9"> | priority="9"> | ||
<check type="uninstall" condition="exists" path="IOS Insto - Felix 1.36h" /> | <check type="uninstall" condition="exists" path="IOS Insto - Felix 1.36h" /> | ||
− | <install cmd='msiexec /qn /i " | + | <install cmd='msiexec /qn /i "%SOFTWARE%\iress\Felix IOScli(V1.36h)\IOS Insto - Felix 1.36h.msi"' /> |
− | + | <upgrade cmd='msiexec /qn /i "%SOFTWARE%\iress\Felix IOScli(V1.36h)\IOS Insto - Felix 1.36h.msi"' /> | |
− | + | ||
− | <upgrade cmd='msiexec /qn /i " | + | |
− | + | ||
− | + | ||
<remove cmd='MsiExec.exe /qb /X{20B474C6-81A5-4177-A86E-8B9BEC815AB5}' /> | <remove cmd='MsiExec.exe /qb /X{20B474C6-81A5-4177-A86E-8B9BEC815AB5}' /> | ||
− | + | </package> | |
+ | </source> | ||
[[Category: Silent Installers]] | [[Category: Silent Installers]] |
Latest revision as of 09:53, 1 April 2011
This is a silent installer and uninstaller for IRESS, a market data system for traders.
This software is provided by IRESS themselves. Updates available from here
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 "%SOFTWARE%\iress\FelixCli 1.16e\IRESS - Felix 1.16e.msi"' />
<upgrade cmd='msiexec /qn /i "%SOFTWARE%\iress\FelixCli 1.16e\IRESS - Felix 1.16e.msi"' />
<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 "%SOFTWARE%\iress\Felix IOScli(V1.36h)\IOS Insto - Felix 1.36h.msi"' />
<upgrade cmd='msiexec /qn /i "%SOFTWARE%\iress\Felix IOScli(V1.36h)\IOS Insto - Felix 1.36h.msi"' />
<remove cmd='MsiExec.exe /qb /X{20B474C6-81A5-4177-A86E-8B9BEC815AB5}' />
</package>