Ceci est une ancienne révision du document !


The GIMP

gimp.xml
<packages>
    <package
        id="gimp"
        name="GNU Image Manipulation Program (GIMP)"
        revision="1"
        reboot="false"
        priority="8">
 
        <variable name="PKG_VERSION" value="2.6.11" />
        <variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%" />
        <variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%" />
 
        <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='%COMSPEC% /C del /f "%ALLUSERSPROFILE%\Bureau\GIMP 2.lnk"' />
 
        <upgrade include="install" />
 
        <remove cmd='"%INSTALL_PATH%\GIMP\setup\unins000.exe" /VERYSILENT /NORESTART' >
          <exit code="1" />
        </remove>
        <remove cmd='%COMSPEC% /c rmdir /s /q "%INSTALL_PATH%\GIMP"' />
    </package>
</packages>
  • tuto/gestion_de_parc/wpkg/gimp.1326990165.txt.gz
  • Dernière modification: 19/01/2012 17:22
  • de dani