Difference between revisions of "GTK runtime 1.3"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
This is a silent installer and uninstaller for GTK euntime 1.3.
+
This is a silent installer and uninstaller for GTK runtime 1.3.
  
<package id="gtk-130" name="GTK runtime 1.3" revision="1" reboot="false" priority="2" >
+
<source lang="xml">
 +
<package id="gtk-130" name="GTK runtime 1.3" revision="1" reboot="false" priority="2" >
 
  <check type="uninstall" condition="exists" path="GTK+ 1.3.0-20030717 runtime environment" />
 
  <check type="uninstall" condition="exists" path="GTK+ 1.3.0-20030717 runtime environment" />
  <install cmd='\\server\share\GTK\1-3-0\setup.exe /silent' >
+
  <install cmd='%SOFTWARE%\GTK\1-3-0\setup.exe /silent' />
<exit code="0" />
+
</install>
+
 
  <remove cmd="%windir%\unins000.exe /VERYSILENT /NORESTART" />
 
  <remove cmd="%windir%\unins000.exe /VERYSILENT /NORESTART" />
<upgrade cmd="" />
+
</package>  
</package>  
+
</source>
  
[[category:Silent Installers|GTK runtime 1.3]]
+
[[category:Silent Installers]]

Latest revision as of 21:17, 13 February 2008

This is a silent installer and uninstaller for GTK runtime 1.3.

<package id="gtk-130" name="GTK runtime 1.3" revision="1" reboot="false" priority="2" >
 <check type="uninstall" condition="exists" path="GTK+ 1.3.0-20030717 runtime environment" />
 <install cmd='%SOFTWARE%\GTK\1-3-0\setup.exe /silent' />
 <remove cmd="%windir%\unins000.exe /VERYSILENT /NORESTART" />
</package>