tuto:gestion_de_parc:wpkg:thunderbird

Ceci est une ancienne révision du document !


Mozilla Thunderbird

thunderbird.xml
<packages>
    <package 
        id="thunderbird"  
        name="Mozilla Thunderbird"  
        revision="1"  
        reboot="false"  
        priority="10">
 
        <variable name="PKG_VERSION" value="3.1.17" />
 
        <check type="uninstall" condition="exists" path="Mozilla Thunderbird (%PKG_VERSION%)" />
 
        <install cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup %PKG_VERSION%.exe" -ms' />
 
        <upgrade cmd='taskkill /F /IM thunderbird.exe'>
          <exit code="0" />
          <exit code="128" />
        </upgrade>
 
        <upgrade cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup %version%.exe" -ms' />
 
        <remove cmd='taskkill /F /IM thunderbird.exe'>
          <exit code="0" />
          <exit code="128" />
        </remove>
 
        <remove cmd='"%PROGRAMFILES%\Mozilla Thunderbird\uninstall\helper.exe" /S' />
        <remove architecture='x64' cmd='"%PROGRAMFILES(x86)%\Mozilla Thunderbird\uninstall\helper.exe" /S' />
    </package>
</packages>
  • tuto/gestion_de_parc/wpkg/thunderbird.1326990083.txt.gz
  • Dernière modification: 19/01/2012 17:21
  • de dani