Difference between revisions of "Pandion"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: This is the silent Installer for Pandion, a Jabber Client <source lang=ẍml> <package id="pandion" name="Pandion 2.5" revision="25" reboot="false" priority="2"> <check type="file"...)
(No difference)

Revision as of 14:41, 13 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="versionorequal" 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>