Difference between revisions of "Psi"
From WPKG | Open Source Software Deployment and Distribution
Line 8: | Line 8: | ||
reboot="false" | reboot="false" | ||
priority="2"> | priority="2"> | ||
− | <check type="file" condition=" | + | <check type="file" condition="sizeequals" path="C:\Program Files\Psi\psi.exe" value="1667072" /> |
<install cmd='\\server\wpkg\pkg\psi-0.10-win-setup.exe /S' /> | <install cmd='\\server\wpkg\pkg\psi-0.10-win-setup.exe /S' /> | ||
<upgrade cmd='\\server\wpkg\pkg\psi-0.10-win-setup.exe /S' /> | <upgrade cmd='\\server\wpkg\pkg\psi-0.10-win-setup.exe /S' /> |
Revision as of 15:11, 26 April 2006
This is a silent installer for the Psi jabber client.
<package id="psi" name="PSI 0.10" revision="23" reboot="false" priority="2"> <check type="file" condition="sizeequals" path="C:\Program Files\Psi\psi.exe" value="1667072" /> <install cmd='\\server\wpkg\pkg\psi-0.10-win-setup.exe /S' /> <upgrade cmd='\\server\wpkg\pkg\psi-0.10-win-setup.exe /S' /> <remove cmd='%PROGRAMFILES%\Psi\uninstall.exe /S' /> </package>