|
|
|
@ -3,7 +3,7 @@ |
|
|
|
|
<packages> |
|
|
|
|
<package id="sogo-addons" |
|
|
|
|
name="Addons SOGo" |
|
|
|
|
revision="9" |
|
|
|
|
revision="11" |
|
|
|
|
reboot="false" |
|
|
|
|
priority="10"> |
|
|
|
|
|
|
|
|
@ -16,16 +16,17 @@ |
|
|
|
|
<!-- Lightning aussi doit être installé --> |
|
|
|
|
<depends package-id="lightning" /> |
|
|
|
|
|
|
|
|
|
<variable name="PKG_VERSION" value="24.0" /> |
|
|
|
|
<variable name="CONNECTOR_VERSION" value="24.0.2" /> |
|
|
|
|
<variable name="INTEGRATOR_VERSION" value="24.0.2" /> |
|
|
|
|
<variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\Mozilla Thunderbird\distribution\bundles" /> |
|
|
|
|
<variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\Mozilla Thunderbird\distribution\bundles" /> |
|
|
|
|
|
|
|
|
|
<check type="execute" path='%COMSPEC% /C type "%INSTALL_PATH%\sogo-connector\install.rdf" | find /I "em:version=" | find "%PKG_VERSION%"' condition="exitcodeequalto" value="0" /> |
|
|
|
|
<check type="execute" path='%COMSPEC% /C type "%INSTALL_PATH%\sogo-integrator\install.rdf" | find /I "em:version=" | find "%PKG_VERSION%"' condition="exitcodeequalto" value="0" /> |
|
|
|
|
<check type="execute" path='%COMSPEC% /C type "%INSTALL_PATH%\sogo-connector\install.rdf" | find /I "em:version=" | find "%CONNECTOR_VERSION%"' condition="exitcodeequalto" value="0" /> |
|
|
|
|
<check type="execute" path='%COMSPEC% /C type "%INSTALL_PATH%\sogo-integrator\install.rdf" | find /I "em:version=" | find "%INTEGRATOR_VERSION%"' condition="exitcodeequalto" value="0" /> |
|
|
|
|
|
|
|
|
|
<install include="remove" /> |
|
|
|
|
<install cmd='%COMSPEC% /C if not exist "%INSTALL_PATH%\sogo-connector" mkdir "%INSTALL_PATH%\sogo-connector"' /> |
|
|
|
|
<install cmd='"%SOFTWARE%\7zip\unzip.bat" "%SOFTWARE%\thunderbird_addons\sogo-connector-%PKG_VERSION%.xpi" "%INSTALL_PATH%\sogo-connector"' /> |
|
|
|
|
<install cmd='"%SOFTWARE%\7zip\unzip.bat" "%SOFTWARE%\thunderbird_addons\sogo-connector-%CONNECTOR_VERSION%.xpi" "%INSTALL_PATH%\sogo-connector"' /> |
|
|
|
|
<install cmd='%COMSPEC% /C if not exist "%INSTALL_PATH%\sogo-integrator" mkdir "%INSTALL_PATH%\sogo-integrator"' /> |
|
|
|
|
<install cmd='"%SOFTWARE%\7zip\unzip.bat" "%SOFTWARE%\thunderbird_addons\sogo-integrator.xpi" "%INSTALL_PATH%\sogo-integrator"' /> |
|
|
|
|
|
|
|
|
|