Changes

Jump to: navigation, search

Gimp

46 bytes removed, 08:16, 15 December 2011
Restructuring + small tidyup
These are silent installer entries for GIMP, and GIMP-Help and GTK (available from http://gimp-win.sourceforge.net/stable.html): NOTE: /SILENT Shows progress, /VERYSILENT is truely SILENT and has no dialogue boxes at all (running the gimp .exe with /? reveals all the switches).
== GIMP 2.6 ==
Note that === GIMP === /SILENT shows progress, /VERYSILENT is truly silent and has no dialogue boxes at all (running 'gimp.exe /?' reveals all the switches). The installer often includes a revision number, for example the current revision of the 2.6.10 installer is 1, so the installer filename includes a corresponding '-1' (gimp-2.6.10-i686-setup-1.exe). Be aware of this when upgrading.
<source lang="xml">
<check type="uninstall" condition="exists" path="GIMP %version%" />
<install cmd='"%SOFTWARE%\gimp\gimp-%version%-i686-setup-1.exe" /VERYSILENT SILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP"' />
<upgrade cmd='"%SOFTWARE%\gimp\gimp-%version%-i686-setup-1.exe" /VERYSILENT SILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP"' />
<remove cmd='"%PROGRAMFILES%\GIMP\setup\unins000.exe" /VERYSILENT SILENT /NORESTART' >
<exit code="1" />
</remove>
</package>
</source>
 
=== Help Browser Fix ===
<source lang="xml">
<install cmd='%COMSPEC% /c echo (help-browser web-browser) >> "%PROGRAMFILES%\GIMP\etc\gimp\2.0\gimprc"' />
 
<install cmd='%COMSPEC% /c echo (user-manual-online yes) >> "%PROGRAMFILES%\GIMP\etc\gimp\2.0\gimprc"' />
<upgrade cmd='%COMSPEC% /c echo (help-browser web-browser) >> "%PROGRAMFILES%\GIMP\etc\gimp\2.0\gimprc"' />
 
<upgrade cmd='%COMSPEC% /c echo (user-manual-online yes) >> "%PROGRAMFILES%\GIMP\etc\gimp\2.0\gimprc"' />
</source>
 === GIMP-Help ===
<source lang="xml">
GIMP-Help doesn't create an Add/Remove programs entry.
== Older Versions ==
=== GIMP 2.4.6 ===
<source lang="xml">
577
edits

Navigation menu