tuto:gestion_de_parc:wpkg:thunderbird

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.1340694307.txt.gz
  • Dernière modification: 26/06/2012 09:05
  • de dani