Lightning 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.5 KiB

<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="lightning"
name="Calendrier Lightning"
revision="22"
reboot="false"
priority="10">
<!-- 7zip est nécessaire pour extraire l'XPI -->
<depends package-id="7zip" />
<!-- Et bien sur, Thunderbird aussi est nécessaire ;-) -->
<depends package-id="thunderbird" />
<variable name="PKG_VERSION" value="5.4" />
<variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\Mozilla Thunderbird\distribution\bundles\lightning" />
<variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\Mozilla Thunderbird\distribution\bundles\lightning" />
<check type="execute" path='%COMSPEC% /C type "%INSTALL_PATH%\install.rdf" | find /I "&lt;em:version&gt;%PKG_VERSION%"' condition="exitcodeequalto" value="0" />
<install include="remove" />
<install cmd='%COMSPEC% /C if not exist "%INSTALL_PATH%" mkdir "%INSTALL_PATH%"' />
<install cmd='"%SOFTWARE%\7zip\unzip.bat" "%SOFTWARE%\thunderbird_addons\lightning-%PKG_VERSION%-sm+tb-windows.xpi" "%INSTALL_PATH%"' />
<upgrade include="install" />
<downgrade include="install" />
<remove cmd='taskkill /F /IM thunderbird.exe'>
<exit code="0" />
<exit code="128" />
</remove>
<remove cmd='%COMSPEC% /C if exist "%INSTALL_PATH%" del /Q /F "%INSTALL_PATH%"' />
</package>
</packages>