Difference between revisions of "Pandion"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m (add external link)
Line 1: Line 1:
This is the silent Installer for Pandion, a Jabber Client
+
This is the silent Installer for Pandion, a Jabber Client. For more infos see http://pandion.im/
  
 
<source lang="xml">
 
<source lang="xml">

Revision as of 13:18, 4 March 2011

This is the silent Installer for Pandion, a Jabber Client. For more infos see http://pandion.im/

<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>