Difference between revisions of "GTK2 runtime"
From WPKG | Open Source Software Deployment and Distribution
m (Reverted edit of 210.51.189.86, changed back to last version by WPKGSysop) |
|||
Line 2: | Line 2: | ||
<package id="gtk" name="GTK2 runtime" revision="1" reboot="false" priority="3" > | <package id="gtk" name="GTK2 runtime" revision="1" reboot="false" priority="3" > | ||
− | <check type="uninstall" condition="exists" path="GTK | + | <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' /> | + | <install cmd='"%SOFTWARE%\gtk2\gtk+-2.8.18-setup-1.exe" /SP- /VERYSILENT /NORESTART' /> |
<remove cmd='"%CommonProgramFiles%"\GTK\2.0\unins000.exe" /SILENT' /> | <remove cmd='"%CommonProgramFiles%"\GTK\2.0\unins000.exe" /SILENT' /> | ||
Revision as of 22:15, 13 June 2007
This is a silent installer and uninstaller for GTK2 runtime.
<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>