Changes

GTK2 runtime

714 bytes added, 18:20, 10 December 2005
m
no edit summary
This is a silent installer and uninstaller for GTK2 runtime.

<package id="gtk2-268" name="GTK2 runtime" revision="1" reboot="false" priority="3" >
<check type="uninstall" condition="exists" path="GTK+ 2.6.8-1 runtime environment" />
<!-- Unzip the file -->
<install cmd='"%ProgramFiles%\7-Zip\7z" x -y -o"%TEMP%" \\server\share\gtk\2\gtk+-2.6.8-setup-1.zip' />
<install cmd='"%TEMP%\gtk+-2.6.8-setup-1.exe" /SP- /VERYSILENT /NORESTART' >
<exit code="0" />
</install>
<!-- Tidy up afterwards -->
<install cmd='cmd /c del "%TEMP%\gtk+-2.6.8-setup-1.exe"' />
<remove cmd='"%CommonProgramFiles%"\GTK\2.0\unins000.exe" /SILENT' />
<upgrade cmd="" />
</package>

[[category:Silent Installers|GTK2 runtime]]