tuto:gestion_de_parc:wpkg:thunderbird

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
tuto:gestion_de_parc:wpkg:thunderbird [26/06/2012 09:05]
dani
tuto:gestion_de_parc:wpkg:thunderbird [18/12/2013 13:29] (Version actuelle)
dani
Ligne 2: Ligne 2:
  
  
-    * Récupérez la dernière version ici: http://www.mozilla.org/en-US/thunderbird/organizations/all-esr.html, et placez le fichier d'installation dans softwares/thunderbird+    * Récupérez la dernière version ici: [[http://www.mozilla.org/fr/thunderbird/]], et placez le fichier d'installation dans softwares/thunderbird
  
  
 <file xml thunderbird.xml> <file xml thunderbird.xml>
 <?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
- 
- 
 <packages> <packages>
- +    <package id="thunderbird" 
- +             name="Mozilla Thunderbird" 
-    <package id="thunderbird"   +             revision="27
- +             reboot="false"
- +
-             name="Mozilla Thunderbird"   +
- +
- +
-             revision="9" +
- +
- +
-             reboot="false"   +
- +
              priority="10">              priority="10">
  
- +        <variable name="PKG_VERSION" value="24.2.0" /> 
-        <variable name="PKG_VERSION" value="10.0.5" /> +        <variable name="VARIANTE" value="" />
- +
- +
-        <variable name="VARIANTE" value="esr" /> +
- +
         <variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\Mozilla Thunderbird" />         <variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\Mozilla Thunderbird" />
- 
- 
         <variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\Mozilla Thunderbird" />         <variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\Mozilla Thunderbird" />
- 
  
         <check type="uninstall" condition="versiongreaterorequal" path="Mozilla Thunderbird .+" value="%PKG_VERSION%"/>         <check type="uninstall" condition="versiongreaterorequal" path="Mozilla Thunderbird .+" value="%PKG_VERSION%"/>
- 
  
         <install cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup %PKG_VERSION%%VARIANTE%.exe" -ms' />         <install cmd='"%SOFTWARE%\thunderbird\Thunderbird Setup %PKG_VERSION%%VARIANTE%.exe" -ms' />
- 
  
         <upgrade cmd='taskkill /F /IM thunderbird.exe'>         <upgrade cmd='taskkill /F /IM thunderbird.exe'>
- 
- 
             <exit code="0" />             <exit code="0" />
- 
- 
             <exit code="128" />             <exit code="128" />
- 
- 
         </upgrade>         </upgrade>
- 
  
         <upgrade include="install" />         <upgrade include="install" />
- 
  
         <downgrade include="upgrade" />         <downgrade include="upgrade" />
- 
  
         <remove cmd='taskkill /F /IM thunderbird.exe'>         <remove cmd='taskkill /F /IM thunderbird.exe'>
- 
- 
             <exit code="0" />             <exit code="0" />
- 
- 
             <exit code="128" />             <exit code="128" />
- 
- 
         </remove>         </remove>
- 
  
         <remove cmd='"%INSTALL_PATH%\uninstall\helper.exe" /S' />         <remove cmd='"%INSTALL_PATH%\uninstall\helper.exe" /S' />
- 
- 
     </package>     </package>
- 
- 
 </packages> </packages>
 </file> </file>
- 
  • tuto/gestion_de_parc/wpkg/thunderbird.1340694307.txt.gz
  • Dernière modification: 26/06/2012 09:05
  • de dani