Difference between revisions of "Pandion"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
Line 9: Line 9:
 
  reboot="false"
 
  reboot="false"
 
  priority="2">
 
  priority="2">
  <check type="file" condition="versionorequal" path="%ProgramFiles%\Pandion\Pandion.exe" value="2.5.0.0" />
+
  <check type="file" condition="versionequalto" path="%ProgramFiles%\Pandion\Pandion.exe" value="2.5.0.0" />
 
  <install cmd='%SOFTWARE%\pandion\Pandion-2.5.exe /S' />
 
  <install cmd='%SOFTWARE%\pandion\Pandion-2.5.exe /S' />
 
  <upgrade cmd='%SOFTWARE%\pandion\Pandion-2.5.exe /S' />
 
  <upgrade cmd='%SOFTWARE%\pandion\Pandion-2.5.exe /S' />

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