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.
34 lines
1.2 KiB
34 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<packages>
|
|
<package id="thunderbird"
|
|
name="Mozilla Thunderbird"
|
|
revision="8"
|
|
reboot="false"
|
|
priority="0">
|
|
|
|
<variable name="PKG_VERSION" value="10.0.5" />
|
|
<variable name="VARIANTE" value="esr" />
|
|
<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%"/>
|
|
|
|
<install cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup %PKG_VERSION%%VARIANTE%.exe" -ms' />
|
|
|
|
<upgrade cmd='taskkill /F /IM thunderbird.exe'>
|
|
<exit code="0" />
|
|
<exit code="128" />
|
|
</upgrade>
|
|
|
|
<upgrade include="install" />
|
|
|
|
<downgrade include="upgrade" />
|
|
|
|
<remove cmd='taskkill /F /IM thunderbird.exe'>
|
|
<exit code="0" />
|
|
<exit code="128" />
|
|
</remove>
|
|
|
|
<remove cmd='"%INSTALL_PATH%\uninstall\helper.exe" /S' />
|
|
</package>
|
|
</packages>
|
|
|