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.

37 lines
1.4 KiB

13 years ago
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="thunderbird"
name="Mozilla Thunderbird"
7 years ago
revision="73"
reboot="false"
priority="10">
13 years ago
7 years ago
<variable name="PKG_VERSION" value="52.7.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' />
9 years ago
<!-- Remove the bundled Lightning -->
<install cmd='%COMSPEC% /C if exist "%INSTALL_PATH%\distribution\extensions\{e2fda1a4-762b-4020-b5ad-a41df1933103}" del /Q /F "%INSTALL_PATH%\distribution\extensions\{e2fda1a4-762b-4020-b5ad-a41df1933103}"' />
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>