Difference between revisions of "Psi"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for the Psi jabber client. | This is a silent installer and uninstaller for the Psi jabber client. | ||
− | < | + | <source lang="xml"> |
<package | <package | ||
id="psi" | id="psi" | ||
Line 13: | Line 13: | ||
<remove cmd='%PROGRAMFILES%\Psi\uninstall.exe /S' /> | <remove cmd='%PROGRAMFILES%\Psi\uninstall.exe /S' /> | ||
</package> | </package> | ||
− | </ | + | </source> |
+ | |||
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Revision as of 19:30, 12 March 2008
This is a silent installer and uninstaller for the Psi jabber client.
<package
id="psi"
name="PSI 0.10"
revision="23"
reboot="false"
priority="2">
<check type="file" condition="versionlessorequal" path="%ProgramFiles%\Psi\uninstall.exe" value="0.10.0.0" />
<install cmd='%SOFTWARE%\psi\psi-0.10-win-setup.exe /S' />
<upgrade cmd='%SOFTWARE%\psi\psi-0.10-win-setup.exe /S' />
<remove cmd='%PROGRAMFILES%\Psi\uninstall.exe /S' />
</package>