Difference between revisions of "Psi"
From WPKG | Open Source Software Deployment and Distribution
| Line 14: | Line 14: | ||
</package> | </package> | ||
</pre> | </pre> | ||
| + | [[Category:Silent installers]] | ||
Revision as of 17:05, 16 March 2006
This is a silent installer for the Psi jabber client.
<package
id="psi"
name="PSI 0.10"
revision="10"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Psi (remove only)" />
<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='\\server\wpkg\pkg\psi-0.10-win-setup.exe /S' />
</package>