FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
gimp.xml 1.07 KiB
<?xml version="1.0" encoding="UTF-8"?>
<!--  vim: set softtabstop=3: -->
<!-- this file was automatically created from templates/gimp.xml -->
<packages>
   <package id="gimp" name="GNU Image Manipulation Program" revision="%version%.1" reboot="false" priority="20">
      <variable name="version" value="2.8.18" />
      <check type="uninstall" condition="exists" path="GIMP %version%" />

      <install cmd='"%SOFTWARE%\gimp\gimp-%version%-setup.exe" /VERYSILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP-2.0"' />

      <upgrade cmd='"%SOFTWARE%\gimp\gimp-%version%-setup.exe" /VERYSILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP-2.0"' />

      <remove cmd='"%PROGRAMFILES%\GIMP-2.0\uninst\unins000.exe" /VERYSILENT /NORESTART' >
	 <exit code="1" />
	 <exit code="-1" />
      </remove>
      <remove cmd='cmd /c rmdir /s /q "%PROGRAMFILES%\GIMP-2.0"'>
	 <exit code="1" />
	 <exit code="2" />
      </remove>
      <remove cmd='reg delete HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\GIMP-2_is1 /f '>
	 <exit code='1'/><!-- Gone -->
      </remove>
   </package>
</packages>