Changes

Pandion

470 bytes added, 14:41, 13 July 2009
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"...
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" 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>

</source>
Anonymous user