Gajim for WPKG on iPasserelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
996 B

<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="gajim"
name="Client XMPP Gajim"
revision="1"
reboot="false"
priority="10">
<variable name="PKG_VERSION" value='0.15.4-3' />
<variable name="SETUP" value='gajim-%PKG_VERSION%.exe' />
<variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\Gajim" />
<variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\Gajim" />
<check type="uninstall" condition="versiongreaterorequal" path="Gajim" value="%PKG_VERSION%" />
<install include='remove' />
<install cmd='%SOFTWARE%\gajim\%SETUP% /S' />
<upgrade include='install' />
<downgrade include="install" />
<remove cmd="taskkill /F /IM gajim.exe">
<exit code="0" />
<exit code="128" />
</remove>
<remove cmd='"%INSTALL_PATH%\Uninstall.exe" /S' />
</package>
</packages>