Changes

Jump to: navigation, search

Gimp

786 bytes added, 12:49, 8 May 2012
Updated for GIMP version 2.8.0
These are silent installer entries for GIMP and GIMP Help (available from http://gimp-win.sourceforge.net/stable.html).
 
== GIMP 2.8 ==
 
Note that in 2.8.0, the uninstaller unins000.exe has been moved from 'setup' to 'uninst', and must be called with /VERYSILENT to run successfully.
 
<source lang="xml">
<package
id="gimp"
name="GNU Image Manipulation Program (GIMP)"
revision="%version%"
reboot="false"
priority="20">
 
<variable name="version" value="2.8.0" />
 
<check type="uninstall" condition="exists" path="GIMP %version%" />
 
<install cmd='"%SOFTWARE%\gimp\gimp-%version%-setup.exe" /SILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP"' />
 
<upgrade cmd='"%SOFTWARE%\gimp\gimp-%version%-setup.exe" /SILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP"' />
 
<remove cmd='"%PROGRAMFILES%\GIMP\uninst\unins000.exe" /VERYSILENT /NORESTART' >
<exit code="1" />
</remove>
</package>
</source>
 
== GIMP 2.6 ==
9
edits

Navigation menu