Difference between revisions of "Pandion"
From WPKG | Open Source Software Deployment and Distribution
(add notes on customisation) |
|||
Line 55: | Line 55: | ||
</source> | </source> | ||
+ | |||
+ | =Customisation= | ||
+ | |||
+ | Various settings can be customised by modifiying the ''brand.xml'' file found in ''%PROGRAMFILES%\Pandion\Application\settings''.<br /> | ||
+ | See http://pandion.pbworks.com/w/page/21497669/Branding%20Settings | ||
+ | |||
+ | Of particular note is the '''<welcomescreen>''' setting. | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Latest revision as of 16:06, 5 February 2013
This is the silent Installer for Pandion, a Jabber Client. For more infos see http://pandion.im/
Contents
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>
Customisation
Various settings can be customised by modifiying the brand.xml file found in %PROGRAMFILES%\Pandion\Application\settings.
See http://pandion.pbworks.com/w/page/21497669/Branding%20Settings
Of particular note is the <welcomescreen> setting.