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:gimp [26/06/2012 09:14]
dani
tuto:gestion_de_parc:wpkg:gimp [18/12/2013 13:31] (Version actuelle)
dani
Ligne 6: Ligne 6:
  
 <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"' />
Ligne 32: Ligne 46:
 </packages> </packages>
 </file> </file>
- 
  • tuto/gestion_de_parc/wpkg/gimp.1340694888.txt.gz
  • Dernière modification: 26/06/2012 09:14
  • de dani