Difference between revisions of "Pandion"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m (add external link)
Line 1: Line 1:
 
This is the silent Installer for Pandion, a Jabber Client. For more infos see http://pandion.im/
 
This is the silent Installer for Pandion, a Jabber Client. For more infos see http://pandion.im/
 +
 +
= Downloading the Software =
 +
 +
== Pandion 2.6 (msi) ==
 +
 +
Download link for the latest official stable version of Pandion:
 +
http://pandion.im/pandion_setup.msi
 +
 +
== Pandion 2.5 (exe, legacy) ==
 +
 +
http://pandion.im/Pandion-2.5.exe
 +
 +
=Versions=
 +
 +
== Pandion 2.6.106 (All users) ==
 +
 +
<source lang="xml">
 +
 +
<package
 +
id="pandion"
 +
name="Pandion 2.6.106"
 +
revision="2.6.106"
 +
reboot="false"
 +
priority="1">
 +
 +
<check type="file" condition="versionequalto" path="%ProgramFiles%\Pandion\Application\Pandion.exe" value="2.6.106.0" />
 +
 +
<install cmd='msiexec.exe /qn /i "%SOFTWARE%\pandion\pandion_setup.msi" ALLUSERS=1' />
 +
 +
<upgrade cmd='msiexec.exe /qn /i "%SOFTWARE%\pandion\pandion_setup.msi" ALLUSERS=1' />
 +
 +
<remove cmd='msiexec /qn /x{35846BA4-5A5A-433B-B65E-41C324AEFFA4}' />
 +
 +
</package>
 +
 +
</source>
 +
 +
== Pandion 2.5  ==
  
 
<source lang="xml">
 
<source lang="xml">
Line 9: Line 47:
 
  reboot="false"
 
  reboot="false"
 
  priority="2">
 
  priority="2">
  <check type="file" condition="versionequalto" 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 07:17, 25 March 2011

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

Downloading the Software

Pandion 2.6 (msi)

Download link for the latest official stable version of Pandion: http://pandion.im/pandion_setup.msi

Pandion 2.5 (exe, legacy)

http://pandion.im/Pandion-2.5.exe

Versions

Pandion 2.6.106 (All users)

<package
 id="pandion"
 name="Pandion 2.6.106"
 revision="2.6.106"
 reboot="false"
 priority="1">
	
 <check type="file" condition="versionequalto" path="%ProgramFiles%\Pandion\Application\Pandion.exe" value="2.6.106.0" />
	
 <install cmd='msiexec.exe /qn /i "%SOFTWARE%\pandion\pandion_setup.msi" ALLUSERS=1' />

 <upgrade cmd='msiexec.exe /qn /i "%SOFTWARE%\pandion\pandion_setup.msi" ALLUSERS=1' />

 <remove cmd='msiexec /qn /x{35846BA4-5A5A-433B-B65E-41C324AEFFA4}' />
		
</package>

Pandion 2.5

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