FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 099af5a1 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Merge branch 'gimp.xml' into 'master'

Gimp.xml

See merge request !13
parents 60bdd083 9fe484a6
No related branches found
No related tags found
1 merge request!13Gimp.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- vim: set softtabstop=3: -->
<packages>
<package id="gimp" name="GNU Image Manipulation Program" revision="%version%.1" reboot="false" priority="20">
<variable name="version" value="2.10.18" />
<check type="uninstall" condition="exists" path="GIMP %version%" />
<install cmd='"%WPKGSOFTWARE%\gimp\gimp-%version%-setup.exe" /ALLUSERS /VERYSILENT /NORESTART /DIR="%PROGRAMFILES%\GIMP-2.0"' />
<upgrade include="install" />
<remove cmd='"%PROGRAMFILES%\GIMP-2.0\uninst\unins000.exe" /VERYSILENT /NORESTART' >
<exit code="1" />
<exit code="-1" />
</remove>
<remove cmd='cmd /c rmdir /s /q "%PROGRAMFILES%\GIMP-2.0"'>
<exit code="1" />
<exit code="2" />
</remove>
<remove cmd='reg delete HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\GIMP-2_is1 /f '>
<exit code='1'/><!-- Gone -->
</remove>
</package>
</packages>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment