Ceci est une ancienne révision du document !


Mozilla Thunderbird ESR

thunderbird.xml
<?xml version="1.0" encoding="UTF-8"?> 
<packages>
    <package id="thunderbird"  
             name="Mozilla Thunderbird"  
             revision="9"
             reboot="false"  
             priority="10">
 
 
        <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>
  • tuto/gestion_de_parc/wpkg/thunderbird.1342167024.txt.gz
  • Dernière modification: 13/07/2012 10:10
  • de dani