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

35 lines
1.2 KiB

13 years ago
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="thunderbird"
name="Mozilla Thunderbird"
10 years ago
revision="39"
reboot="false"
priority="10">
13 years ago
10 years ago
<variable name="PKG_VERSION" value="31.6.0" />
<variable name="VARIANTE" value="" />
13 years ago
<variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\Mozilla Thunderbird" />
<variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\Mozilla Thunderbird" />
<check type="uninstall" condition="versiongreaterorequal" path="Mozilla Thunderbird .+" value="%PKG_VERSION%"/>
13 years ago
<install cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup %PKG_VERSION%%VARIANTE%.exe" -ms' />
13 years ago
<upgrade cmd='taskkill /F /IM thunderbird.exe'>
<exit code="0" />
<exit code="128" />
</upgrade>
13 years ago
<upgrade include="install" />
<downgrade include="upgrade" />
13 years ago
<remove cmd='taskkill /F /IM thunderbird.exe'>
<exit code="0" />
<exit code="128" />
</remove>
13 years ago
<remove cmd='"%INSTALL_PATH%\uninstall\helper.exe" /S' />
</package>
</packages>