Difference between revisions of "Gimp"
From WPKG | Open Source Software Deployment and Distribution
Line 7: | Line 7: | ||
reboot="false" | reboot="false" | ||
priority="5"> | priority="5"> | ||
− | |||
<check type="file" condition="exists" path="C:\Programme\GIMP-2.2\bin\gimp-2.2.exe" /> | <check type="file" condition="exists" path="C:\Programme\GIMP-2.2\bin\gimp-2.2.exe" /> | ||
− | |||
<install cmd="\\pdc2\install\packages\gimp\gimp-2.2.8-i586-setup.exe SP- /SILENT /NORESTART"> | <install cmd="\\pdc2\install\packages\gimp\gimp-2.2.8-i586-setup.exe SP- /SILENT /NORESTART"> | ||
<exit code="0" /> | <exit code="0" /> | ||
</install> | </install> | ||
</package> | </package> | ||
− | |||
<package | <package | ||
Line 22: | Line 19: | ||
reboot="false" | reboot="false" | ||
priority="0"> | priority="0"> | ||
− | |||
<check type="file" condition="exists" path="C:\Programme\GIMP-2.2\share\gimp\2.0\help\de\index.html" /> | <check type="file" condition="exists" path="C:\Programme\GIMP-2.2\share\gimp\2.0\help\de\index.html" /> | ||
− | |||
<install cmd="\\pdc2\install\packages\gimp\gimp-help-2-0.9-setup.exe SP- /SILENT /NORESTART"> | <install cmd="\\pdc2\install\packages\gimp\gimp-help-2-0.9-setup.exe SP- /SILENT /NORESTART"> | ||
<exit code="0" /> | <exit code="0" /> | ||
</install> | </install> | ||
</package> | </package> | ||
− | |||
<package | <package | ||
Line 37: | Line 31: | ||
reboot="false" | reboot="false" | ||
priority="10"> | priority="10"> | ||
− | |||
<check type="file" condition="exists" path="C:\Programme\Gemeinsame Dateien\GTK\2.0\bin\libgtk-win32-2.0-0.dll" /> | <check type="file" condition="exists" path="C:\Programme\Gemeinsame Dateien\GTK\2.0\bin\libgtk-win32-2.0-0.dll" /> | ||
− | |||
<install cmd="\\pdc2\install\packages\gimp\gtk+-2.6.9-setup.exe SP- /SILENT /NORESTART"> | <install cmd="\\pdc2\install\packages\gimp\gtk+-2.6.9-setup.exe SP- /SILENT /NORESTART"> | ||
<exit code="0" /> | <exit code="0" /> | ||
</install> | </install> | ||
</package> | </package> |
Revision as of 20:08, 17 September 2005
This entries are working for me using the installers from http://gimp-win.sf.net
<package id="gimp" name="The Gimp" revision="0" reboot="false" priority="5"> <check type="file" condition="exists" path="C:\Programme\GIMP-2.2\bin\gimp-2.2.exe" /> <install cmd="\\pdc2\install\packages\gimp\gimp-2.2.8-i586-setup.exe SP- /SILENT /NORESTART"> <exit code="0" /> </install> </package>
<package id="gimphelp" name="The Gimp help files" revision="0" reboot="false" priority="0"> <check type="file" condition="exists" path="C:\Programme\GIMP-2.2\share\gimp\2.0\help\de\index.html" /> <install cmd="\\pdc2\install\packages\gimp\gimp-help-2-0.9-setup.exe SP- /SILENT /NORESTART"> <exit code="0" /> </install> </package>
<package id="gtk" name="GTK" revision="0" reboot="false" priority="10"> <check type="file" condition="exists" path="C:\Programme\Gemeinsame Dateien\GTK\2.0\bin\libgtk-win32-2.0-0.dll" /> <install cmd="\\pdc2\install\packages\gimp\gtk+-2.6.9-setup.exe SP- /SILENT /NORESTART"> <exit code="0" /> </install> </package>