Difference between revisions of "GTK2 runtime"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for the GTK2 runtime available from the [http://gladewin32.sourceforge.net/modules/wfdownloads/viewcat.php?cid=12 GladeWin project]: | This is a silent installer and uninstaller for the GTK2 runtime available from the [http://gladewin32.sourceforge.net/modules/wfdownloads/viewcat.php?cid=12 GladeWin project]: | ||
− | + | <source lang="xml"> | |
+ | <package id="gtk" name="GTK2 runtime" revision="1" reboot="false" priority="3" > | ||
<check type="uninstall" condition="exists" path="GTK+ 2.8.18-1 runtime environment" /> | <check type="uninstall" condition="exists" path="GTK+ 2.8.18-1 runtime environment" /> | ||
Line 7: | Line 8: | ||
<remove cmd='"%CommonProgramFiles%"\GTK\2.0\unins000.exe" /SILENT' /> | <remove cmd='"%CommonProgramFiles%"\GTK\2.0\unins000.exe" /SILENT' /> | ||
− | + | </package> | |
+ | </source> | ||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 21:17, 13 February 2008
This is a silent installer and uninstaller for the GTK2 runtime available from the GladeWin project:
<package id="gtk" name="GTK2 runtime" revision="1" reboot="false" priority="3" >
<check type="uninstall" condition="exists" path="GTK+ 2.8.18-1 runtime environment" />
<install cmd='"%SOFTWARE%\gtk2\gtk+-2.8.18-setup-1.exe" /SP- /VERYSILENT /NORESTART' />
<remove cmd='"%CommonProgramFiles%"\GTK\2.0\unins000.exe" /SILENT' />
</package>