Difference between revisions of "QIP Infium"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 18: | Line 18: | ||
<exit code ="any" /> | <exit code ="any" /> | ||
</remove> | </remove> | ||
− | <remove cmd='%PROGRAMFILES%\QIP Infium\unins000. | + | <remove cmd='%PROGRAMFILES%\QIP Infium\unins000.exe /verysilent' /> |
</package> | </package> | ||
</source> | </source> | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Revision as of 12:56, 4 February 2009
QIP Infium (quiet internet pager) is a multiprotocol instant messaging client developed in Russia. You can download it from http://qip.ru
The silent installation is quite simple:
<package id="qipinfium" name="qipinfium" revision="6" reboot="false" priority="4">
<check type="file" condition="versiongreaterorequal" path="%PROGRAMFILES%\QIP Infium\infium.exe" value
<install cmd='taskkill /F /IM infium.exe' >
<exit code ="any" />
</install>
<install cmd='%SOFTWARE%\internet\qipinfium9024.exe /verysilent' />
<upgrade cmd='taskkill /F /IM infium.exe' >
<exit code ="any" />
</upgrade>
<upgrade cmd='%SOFTWARE%\internet\qipinfium9024.exe /verysilent' />
<remove cmd='taskkill /F /IM infium.exe' >
<exit code ="any" />
</remove>
<remove cmd='%PROGRAMFILES%\QIP Infium\unins000.exe /verysilent' />
</package>