Difference between revisions of "Psi"
From WPKG | Open Source Software Deployment and Distribution
| Line 5: | Line 5: | ||
id="psi" | id="psi" | ||
name="PSI 0.10" | name="PSI 0.10" | ||
| − | revision=" | + | revision="23" |
reboot="false" | reboot="false" | ||
| − | priority=" | + | priority="2"> |
| − | <check type="file" condition=" | + | <check type="file" condition="versionlessorequal" path="%PROGRAMFILES%\Psi\uninstall.exe" value="0.10.0.0" /> |
| − | <install cmd='\\ | + | <install cmd='\\unattended\wpkg\pkg\psi-0.10-win-setup.exe /S' /> |
| − | <upgrade cmd='\\ | + | <upgrade cmd='\\unattended\wpkg\pkg\psi-0.10-win-setup.exe /S' /> |
| − | <remove cmd=' | + | <remove cmd='C:\Program Files\Psi\uninstall.exe /S' /> |
</package> | </package> | ||
</pre> | </pre> | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] | ||
Revision as of 18:55, 3 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="versionlessorequal" path="%PROGRAMFILES%\Psi\uninstall.exe" value="0.10.0.0" />
<install cmd='\\unattended\wpkg\pkg\psi-0.10-win-setup.exe /S' />
<upgrade cmd='\\unattended\wpkg\pkg\psi-0.10-win-setup.exe /S' />
<remove cmd='C:\Program Files\Psi\uninstall.exe /S' />
</package>