Difference between revisions of "IRESS"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
+ | This is a silent installer and uninstaller for IRESS. | ||
+ | |||
This software is provided by IRESS themselves - below silent installation and uninstallation. | This software is provided by IRESS themselves - below silent installation and uninstallation. | ||
'''IRESS - Felix 1.16e''' | '''IRESS - Felix 1.16e''' | ||
− | + | ||
+ | <source lang="xml"> | ||
+ | <package | ||
id="iressfelix" | id="iressfelix" | ||
name="IRESS - Felix 1.16e" | name="IRESS - Felix 1.16e" | ||
Line 12: | Line 16: | ||
<upgrade 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}' /> | <remove cmd='MsiExec.exe /qb /X{473E3DE1-B93B-48D6-B4F0-9037523E23A8}' /> | ||
− | + | </package> | |
+ | </source> | ||
'''IRESS - Felix IOS 1.36h''' | '''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 26: | Line 33: | ||
<upgrade 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}' /> | <remove cmd='MsiExec.exe /qb /X{20B474C6-81A5-4177-A86E-8B9BEC815AB5}' /> | ||
− | + | </package> | |
+ | </source> | ||
[[Category: Silent Installers]] | [[Category: Silent Installers]] |
Revision as of 22:55, 15 February 2008
This is a silent installer and uninstaller for IRESS.
This software is provided by IRESS themselves - below silent installation and uninstallation.
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>