Difference between revisions of "Gimp"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(dl for windows installer has moved -> ftp ; small modification for 2.8.8)
(Change config to 2.10 current version.)
 
(7 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
These are silent installer entries for GIMP and GIMP Help (available from ftp://ftp.gimp.org/pub/gimp/v2.8/windows/ ).
 
These are silent installer entries for GIMP and GIMP Help (available from ftp://ftp.gimp.org/pub/gimp/v2.8/windows/ ).
  
== GIMP 2.8 ==
+
== GIMP 2.10 ==
  
Note that in 2.820, the uninstaller unins000.exe has been moved from 'setup' to 'uninst', and must be called with /VERYSILENT to run successfully.
+
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.
 
+
<code> DIR= </code> can be removed to allow default directory.  
+
  
 
<source lang="xml">
 
<source lang="xml">
<package
+
<package  
  id="gimp"
+
id="gimp"  
  name="GNU Image Manipulation Program (GIMP)"
+
name="GNU Image Manipulation Program (GIMP)"  
  revision="%version%"
+
revision="%PKG_VERSION%"  
  reboot="false"
+
reboot="false"  
  priority="20">
+
priority="10">
 
+
  <variable name="version" value="2.8.8" />
+
<variable name="PKG_VERSION" value="2.10.18" />
 
+
<variable name="PKG_SOURCE" value="%SOFTWARE%\GIMP"/>
  <check type="uninstall" condition="exists" path="GIMP %version%" />
+
<variable name="PKG_NAME" value="gimp-%PKG_VERSION%-setup.exe" />
 
+
<variable name="PKG_INSTALL_SWITCH" value="/VERYSILENT /NORESTART" />
  <install cmd='"%SOFTWARE%\gimp\gimp-%version%-setup.exe" /SILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP"' />
+
<variable name="PKG_REMOVE_SWITCH" value="/VERYSILENT /NORESTART" />
 
+
<variable name="PKG_DESTINATION" value="%PROGRAMFILES%\GIMP 2" />
  <upgrade cmd='"%SOFTWARE%\gimp\gimp-%version%-setup.exe" /SILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP"' />
+
  
  <remove cmd='"%PROGRAMFILES%\GIMP\uninst\unins000.exe" /VERYSILENT /NORESTART' >
+
<check type="uninstall" condition="exists" path="GIMP %PKG_VERSION%" />
    <exit code="1" />
+
  </remove>
+
<install cmd='"%PKG_SOURCE%\%PKG_NAME%" %PKG_INSTALL_SWITCH%' />
 +
 +
<upgrade include="install" />
 +
 +
<remove cmd='"%PKG_DESTINATION%\uninst\unins000.exe" %PKG_REMOVE_SWITCH%'>
 +
<exit code="1" />
 +
</remove>
 +
<remove cmd='%COMSPEC% /C if not exist "%PKG_DESTINATION%\uninst\unins000.exe" rmdir /S /Q "%PKG_DESTINATION%"'>
 +
<exit code="1" />
 +
</remove>
 
</package>
 
</package>
 
</source>
 
</source>
  
== GIMP 2.6 ==
+
This package has been tested on: XP, VISTA, 7, 10 - both 32 and 64 BIT
  
=== GIMP ===
+
== GIMP-Help (Russian language version) ==
 
+
From version 2.8 Gimp help have unins001.exe file in "GIMP 2\uninst\unins001.exe".
/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">
 
<source lang="xml">
<package
+
<package  
  id="gimp"
+
id="gimp-help-ru"  
  name="GNU Image Manipulation Program (GIMP)"
+
name="GIMP Help Russian"  
  revision="%version%"
+
revision="%PKG_VERSION%"  
  reboot="false"
+
reboot="false"  
  priority="20">
+
priority="0">
  
  <variable name="version" value="2.6.11" />
+
<depends package-id="gimp" />
  
  <check type="uninstall" condition="exists" path="GIMP %version%" />
+
<variable name="PKG_VERSION" value="2.10.0" />
 +
<variable name="PKG_SOURCE" value="%SOFTWARE%\GIMP"/>
 +
<variable name="PKG_NAME" value="gimp-help-%PKG_VERSION%-ru-setup.exe" />
 +
<variable name="PKG_INSTALL_SWITCH" value="/VERYSILENT /NORESTART" />
 +
<variable name="PKG_REMOVE_SWITCH" value="/VERYSILENT /NORESTART" />
 +
<variable name="PKG_DESTINATION" value="%PROGRAMFILES%\GIMP 2" />
  
  <install cmd='"%SOFTWARE%\gimp\gimp-%version%-i686-setup-1.exe" /SILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP"' />
+
<check type="file" condition="exists" path="%PKG_DESTINATION%\share\gimp\2.0\help\ru\index.html" />
 
+
  <upgrade cmd='"%SOFTWARE%\gimp\gimp-%version%-i686-setup-1.exe" /SILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP"' />
+
<install cmd='"%PKG_SOURCE%\%PKG_NAME%" %PKG_INSTALL_SWITCH%'>
 
+
<exit code="3" />
  <remove cmd='"%PROGRAMFILES%\GIMP\setup\unins000.exe" /SILENT /NORESTART' >
+
</install>
    <exit code="1" />
+
  </remove>
+
<upgrade include="remove" />
 
+
<upgrade include="install" />
  <remove cmd='%COMSPEC% /c rmdir /s /q "%PROGRAMFILES%\GIMP"' />
+
 +
<remove cmd='"%PKG_DESTINATION%\uninst\unins001.exe" %PKG_REMOVE_SWITCH%'>
 +
<exit code="1" />
 +
</remove>
 
</package>
 
</package>
 
</source>
 
</source>
  
 +
Additional Information:
 +
-GIMP-Help doesn't create an Add/Remove programs entry.
 +
-Tested on Windows XP, VISTA, 7, 10 both 32 and 64 BIT
  
=== Help Browser Fix ===
+
== GIMP 2.6 Help Browser Fix ==
  
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 the 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.
+
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">
 
<source lang="xml">
Line 77: Line 91:
  
  
=== GIMP-Help ===
 
 
<source lang="xml">
 
<package
 
id="gimp-help"
 
name="The GIMP help files (English)"
 
revision="7"
 
reboot="false"
 
priority="20">
 
 
<depends
 
package-id="gimp" />
 
 
<check
 
type="file"
 
condition="exists"
 
path="%PROGRAMFILES%\GIMP\share\gimp\2.0\help\en\index.html" />
 
 
<install
 
cmd="%SOFTWARE%\gimp-help\gimp-help-2-2.6.0-en-setup.exe SP- /SILENT /NORESTART" />
 
 
<upgrade
 
cmd="%SOFTWARE%\gimp-help\gimp-help-2-2.6.0-en-setup.exe SP- /SILENT /NORESTART" />
 
 
<remove
 
cmd='cmd /C rmdir /S /Q "%PROGRAMFILES%\GIMP\share\gimp\2.0\help\" '/>
 
</package>
 
 
 
</source>
 
 
GIMP-Help doesn't create an Add/Remove programs entry.
 
 
 
== GIMP 2.4.6 ==
 
 
<source lang="xml">
 
<package
 
  id="gimp"
 
  name="GNU Image Manipulation Program (GIMP)"
 
  revision="2460"
 
  reboot="false"
 
  priority="10">
 
 
  <!-- Download: http://downloads.sourceforge.net/gimp-win/gimp-2.4.6-i686-setup.exe -->
 
 
  <check type="uninstall" condition="exists" path="GIMP 2.4.6"/>
 
 
  <install cmd='"%SOFTWARE%\gimp\gimp-2.4.6-i686-setup.exe" /VERYSILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP"'/>
 
 
  <remove cmd='"%programfiles%\GIMP\setup\unins000.exe" /VERYSILENT /NORESTART' />
 
 
</package>
 
</source>
 
  
  
 
[[Category: Silent Installers]]
 
[[Category: Silent Installers]]
 
[[Category: Inno Setup]]
 
[[Category: Inno Setup]]

Latest revision as of 00:24, 11 May 2020

These are silent installer entries for GIMP and GIMP Help (available from ftp://ftp.gimp.org/pub/gimp/v2.8/windows/ ).

GIMP 2.10

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="%PKG_VERSION%" 
	reboot="false" 
	priority="10">
	
	<variable name="PKG_VERSION"		value="2.10.18" />
	<variable name="PKG_SOURCE"		value="%SOFTWARE%\GIMP"/>
	<variable name="PKG_NAME"		value="gimp-%PKG_VERSION%-setup.exe" />
	<variable name="PKG_INSTALL_SWITCH"	value="/VERYSILENT /NORESTART" />
	<variable name="PKG_REMOVE_SWITCH"	value="/VERYSILENT /NORESTART" />
	<variable name="PKG_DESTINATION"	value="%PROGRAMFILES%\GIMP 2" />

	<check type="uninstall" condition="exists" path="GIMP %PKG_VERSION%" />
				 
	<install cmd='"%PKG_SOURCE%\%PKG_NAME%" %PKG_INSTALL_SWITCH%' />
					
	<upgrade include="install" />
				 
	<remove cmd='"%PKG_DESTINATION%\uninst\unins000.exe" %PKG_REMOVE_SWITCH%'>
		<exit code="1" />
	</remove>
	<remove cmd='%COMSPEC% /C if not exist "%PKG_DESTINATION%\uninst\unins000.exe" rmdir /S /Q "%PKG_DESTINATION%"'>
		<exit code="1" />
	</remove>
</package>

This package has been tested on: XP, VISTA, 7, 10 - both 32 and 64 BIT

GIMP-Help (Russian language version)

From version 2.8 Gimp help have unins001.exe file in "GIMP 2\uninst\unins001.exe".

<package 
	id="gimp-help-ru" 
	name="GIMP Help Russian" 
	revision="%PKG_VERSION%" 
	reboot="false" 
	priority="0">

	<depends package-id="gimp" />

	<variable name="PKG_VERSION"		value="2.10.0" />
	<variable name="PKG_SOURCE"		value="%SOFTWARE%\GIMP"/>
	<variable name="PKG_NAME"		value="gimp-help-%PKG_VERSION%-ru-setup.exe" />
	<variable name="PKG_INSTALL_SWITCH"	value="/VERYSILENT /NORESTART" />
	<variable name="PKG_REMOVE_SWITCH"	value="/VERYSILENT /NORESTART" />
	<variable name="PKG_DESTINATION"	value="%PROGRAMFILES%\GIMP 2" />

	<check type="file" condition="exists" path="%PKG_DESTINATION%\share\gimp\2.0\help\ru\index.html" />
				 
	<install cmd='"%PKG_SOURCE%\%PKG_NAME%" %PKG_INSTALL_SWITCH%'>
		<exit code="3" />
	</install>
	
 	<upgrade include="remove" />			 
 	<upgrade include="install" />
				 
	<remove cmd='"%PKG_DESTINATION%\uninst\unins001.exe" %PKG_REMOVE_SWITCH%'>
		<exit code="1" />
	</remove>
</package>

Additional Information: -GIMP-Help doesn't create an Add/Remove programs entry. -Tested on Windows XP, VISTA, 7, 10 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.

<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"' />