Différences

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

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tuto:gestion_de_parc:wpkg:gimp [19/01/2012 17:22]
dani créée
tuto:gestion_de_parc:wpkg:gimp [18/12/2013 13:31] (Version actuelle)
dani
Ligne 1: Ligne 1:
 ====== The GIMP ====== ====== The GIMP ======
  
-  * Récupérez la dernière version de l'installateur pour Windows ici: http://www.gimp.org/downloads/ et placez ce fichier dans softwares/gimp+ 
 +    * Récupérez la dernière version de l'installateur pour Windows ici: [[http://www.gimp.org/downloads/|http://www.gimp.org/downloads/]] et placez ce fichier dans softwares/gimp 
  
 <file xml gimp.xml> <file xml gimp.xml>
 +<?xml version="1.0" encoding="UTF-8"?>
 <packages> <packages>
-    <package +    <package id="gimp" 
-        id="gimp" +             name="GNU Image Manipulation Program (GIMP)" 
-        name="GNU Image Manipulation Program (GIMP)" +             revision="16
-        revision="1+             reboot="false" 
-        reboot="false" +             priority="8"> 
-        priority="8"> + 
-  +        <variable name="PKG_VERSION" value="2.8.10" />
-        <variable name="PKG_VERSION" value="2.6.11" />+
         <variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%" />         <variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%" />
         <variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%" />         <variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%" />
  
         <check type="uninstall" condition="exists" path="GIMP %PKG_VERSION%" />         <check type="uninstall" condition="exists" path="GIMP %PKG_VERSION%" />
-  + 
-        <install cmd='"%SOFTWARE%\gimp\gimp-%PKG_VERSION%-i686-setup-1.exe" /VERYSILENT /NORESTART /DIR="%INSTALL_PATH%\GIMP"' /> +        <install cmd='"%SOFTWARE%\gimp\gimp-%PKG_VERSION%-setup.exe" /VERYSILENT /NORESTART /DIR="%INSTALL_PATH%\GIMP"' /> 
-        <install cmd='%COMSPEC% /C del /f "%ALLUSERSPROFILE%\Bureau\GIMP 2.lnk"' /> +        <install cmd='%COMSPEC% /C del /q /f "%ALLUSERSPROFILE%\Bureau\GIMP 2.lnk"'
- +            <exit code="any" /
 +        </install> 
 +        <install cmd='%COMSPEC% /C del /q /f "%PUBLIC%\Desktop\GIMP 2.lnk"'> 
 +            <exit code="any" /> 
 +        </install
         <upgrade include="install" />         <upgrade include="install" />
-  + 
-        <remove cmd='"%INSTALL_PATH%\GIMP\setup\unins000.exe" /VERYSILENT /NORESTART'+        <remove cmd='"%INSTALL_PATH%\GIMP\uninst\unins000.exe" /VERYSILENT /NORESTART'
-          <exit code="1" />+            <exit code="any" /> 
 +        </remove> 
 +        <remove cmd='"%INSTALL_PATH%\GIMP\uninst\unins001.exe" /VERYSILENT /NORESTART'
 +            <exit code="any" /> 
 +        </remove> 
 +        <remove cmd='"%INSTALL_PATH%\GIMP\uninst\unins002.exe" /VERYSILENT /NORESTART'
 +            <exit code="any" /> 
 +        </remove> 
 +        <remove cmd='"%INSTALL_PATH%\GIMP\uninst\unins003.exe" /VERYSILENT /NORESTART'
 +            <exit code="any" />
         </remove>         </remove>
         <remove cmd='%COMSPEC% /c rmdir /s /q "%INSTALL_PATH%\GIMP"' />         <remove cmd='%COMSPEC% /c rmdir /s /q "%INSTALL_PATH%\GIMP"' />
  • tuto/gestion_de_parc/wpkg/gimp.1326990165.txt.gz
  • Dernière modification: 19/01/2012 17:22
  • de dani