577
edits
Changes
Gimp
,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 ==
<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.
<source lang="xml">