Difference between revisions of "Pandion"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 16: | Line 16: | ||
</source> | </source> | ||
+ | |||
+ | [[Category:Silent Installers]] |
Revision as of 10:58, 14 July 2009
This is the silent Installer for Pandion, a Jabber Client
<package
id="pandion"
name="Pandion 2.5"
revision="25"
reboot="false"
priority="2">
<check type="file" condition="versionequalto" path="%ProgramFiles%\Pandion\Pandion.exe" value="2.5.0.0" />
<install cmd='%SOFTWARE%\pandion\Pandion-2.5.exe /S' />
<upgrade cmd='%SOFTWARE%\pandion\Pandion-2.5.exe /S' />
<remove cmd='%PROGRAMFILES%\Pandion\uninstall.exe /S' />
</package>