Difference between revisions of "Gimp"
From WPKG | Open Source Software Deployment and Distribution
Line 1: | Line 1: | ||
These are silent installer entries for GIMP, GIMP-Help and GTK (available from http://gimp-win.sourceforge.net/stable.html): | These are silent installer entries for GIMP, GIMP-Help and GTK (available from http://gimp-win.sourceforge.net/stable.html): | ||
+ | |||
+ | == GIMP == | ||
<package | <package | ||
Line 8: | Line 10: | ||
priority="10"> | priority="10"> | ||
<check type="file" condition="exists" path="%PROGRAMFILES%\GIMP\bin\gimp-2.2.exe" /> | <check type="file" condition="exists" path="%PROGRAMFILES%\GIMP\bin\gimp-2.2.exe" /> | ||
− | <install cmd=" | + | <install cmd="%PACKAGES%\gimp\gimp-2.2.8-i586-setup.exe SP- /SILENT /NORESTART /DIR=%PROGRAMFILES%\GIMP"> |
<exit code="0" /> | <exit code="0" /> | ||
</install> | </install> | ||
</package> | </package> | ||
+ | |||
+ | == GIMP-Help == | ||
<package | <package | ||
Line 20: | Line 24: | ||
priority="20"> | priority="20"> | ||
<check type="file" condition="exists" path="%PROGRAMFILES%\GIMP\share\gimp\2.0\help\de\index.html" /> | <check type="file" condition="exists" path="%PROGRAMFILES%\GIMP\share\gimp\2.0\help\de\index.html" /> | ||
− | <install cmd=" | + | <install cmd="%PACKAGES%\packages\gimp\gimp-help-2-0.9-setup.exe SP- /SILENT /NORESTART /DIR=%PROGRAMFILES%\GIMP"> |
<exit code="0" /> | <exit code="0" /> | ||
</install> | </install> | ||
</package> | </package> | ||
+ | |||
+ | == GTK == | ||
<package | <package | ||
Line 32: | Line 38: | ||
priority="0"> | priority="0"> | ||
<check type="file" condition="exists" path="%COMMONPROGRAMFILES%\GTK\2.0\bin\libgtk-win32-2.0-0.dll" /> | <check type="file" condition="exists" path="%COMMONPROGRAMFILES%\GTK\2.0\bin\libgtk-win32-2.0-0.dll" /> | ||
− | <install cmd=" | + | <install cmd="%PACKAGES%\packages\gimp\gtk+-2.6.9-setup.exe SP- /SILENT /NORESTART"> |
<exit code="0" /> | <exit code="0" /> | ||
</install> | </install> |
Revision as of 15:22, 2 September 2006
These are silent installer entries for GIMP, GIMP-Help and GTK (available from http://gimp-win.sourceforge.net/stable.html):
GIMP
<package id="gimp" name="The Gimp" revision="0" reboot="false" priority="10"> <check type="file" condition="exists" path="%PROGRAMFILES%\GIMP\bin\gimp-2.2.exe" /> <install cmd="%PACKAGES%\gimp\gimp-2.2.8-i586-setup.exe SP- /SILENT /NORESTART /DIR=%PROGRAMFILES%\GIMP"> <exit code="0" /> </install> </package>
GIMP-Help
<package id="gimphelp" name="The Gimp help files" revision="0" reboot="false" priority="20"> <check type="file" condition="exists" path="%PROGRAMFILES%\GIMP\share\gimp\2.0\help\de\index.html" /> <install cmd="%PACKAGES%\packages\gimp\gimp-help-2-0.9-setup.exe SP- /SILENT /NORESTART /DIR=%PROGRAMFILES%\GIMP"> <exit code="0" /> </install> </package>
GTK
<package id="gtk" name="GTK" revision="0" reboot="false" priority="0"> <check type="file" condition="exists" path="%COMMONPROGRAMFILES%\GTK\2.0\bin\libgtk-win32-2.0-0.dll" /> <install cmd="%PACKAGES%\packages\gimp\gtk+-2.6.9-setup.exe SP- /SILENT /NORESTART"> <exit code="0" /> </install> </package>