Difference between revisions of "Gimp"
From WPKG | Open Source Software Deployment and Distribution
(→GIMP 2.8: update to 2.8.18) |
(→GIMP-Help (German language version)) |
||
Line 30: | Line 30: | ||
<source lang="xml"> | <source lang="xml"> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Additional Information: | Additional Information: |
Revision as of 12:42, 8 November 2017
These are silent installer entries for GIMP and GIMP Help (available from ftp://ftp.gimp.org/pub/gimp/v2.8/windows/ ).
GIMP 2.8
Note that from GIMP 2.8, the uninstaller unins000.exe has been moved from the 'setup' directory to the 'uninst' directory, and must be called with /VERYSILENT to run successfully.
<package
id="gimp"
name="GNU Image Manipulation Program (GIMP)"
revision="%version%"
priority="1">
<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' />
<upgrade include="install" />
<remove cmd='"%PROGRAMFILES%\GIMP 2\uninst\unins000.exe" /VERYSILENT /NORESTART'><exit code="1" /></remove>
</package>
This package has been tested on: XP, VISTA, 7 - both 32 and 64 BIT
GIMP-Help (German language version)
Additional Information:
-GIMP-Help doesn't create an Add/Remove programs entry.
-Tested on Windows XP, VISTA, 7 both 32 and 64 BIT
== GIMP 2.6 Help Browser Fix ==
This may or may not be necessary in GIMP 2.8. Gimp 2.6 for Windows does not come with the Help Browser. You can either install the Help Browser or change the configuration to use a web browser instead, as shown below. Other defaults can also be defined this way. See the gimprc file for documentation on the available configuration settings.
<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"' />