Changes

GTK2 runtime

1,208 bytes added, 18:20, 12 May 2011
no edit summary
<remove cmd='"%PROGRAMFILES%\GTK2-Runtime\gtk2_runtime_uninst.exe" /S' />
</package>
</source>
 
---
Installer for v2.14.7, which includes ensuring that files are included in the system path.
 
<source lang="xml">
<package id="gkt-runtime" name="GTK+ Runtime" revision="20110416.2" reboot="false" priority="10">
<check type="uninstall" condition="exists" path="GTK+ Runtime 2.14.7 rev a (remove only)" />
 
<install cmd='"%SOFTWARE%\Utilities\gtkruntime\gtk-runtime-2.14.7-rev-a.exe" /S' />
<install cmd='%COMSPEC% /c rmdir /S /Q "%ALLUSERSPROFILE%\Start Menu\Programs\Gtk+\"' />
<install cmd='"%SOFTWARE%\wpkg\tools\pathman.exe" /as "%CommonProgramFiles%"\GTK\2.0\bin\' >
<exit code="16777216" />
</install>
<upgrade cmd='%COMSPEC% /c if not exist "%CommonProgramFiles%\GTK\2.0\uninst.exe" "%SOFTWARE%\Utilities\gtkruntime\gtk-runtime-2.14.7-rev-a.exe" /S' />
<upgrade cmd='%COMSPEC% /c rmdir /S /Q "%ALLUSERSPROFILE%\Start Menu\Programs\Gtk+\"' />
<upgrade cmd='"%SOFTWARE%\wpkg\tools\pathman.exe" /as "%CommonProgramFiles%"\GTK\2.0\bin\' >
<exit code="16777216" />
</upgrade>
 
<remove cmd='"%SOFTWARE%\wpkg\tools\pathman.exe" /rs %CommonProgramFiles%\GTK\2.0\bin\' >
<exit code="256" />
</remove>
<remove cmd='"%CommonProgramFiles%\GTK\2.0\uninst.exe" /S' />
 
</package>
</source>
[[category:Silent Installers]]
0
edits