Difference between revisions of "Gtk Sharp runtime"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Add GTK# runtime)
 
m (Add source xml tags)
 
Line 1: Line 1:
 
This is a silent installer and uninstaller for the GTK# runtime available from : http://forge.novell.com/modules/xfcontent/private.php/gtks-inst4win/Win32%20Runtime%20Installer/v2.8.3/gtksharp-runtime-2.8.3-win32-0.0.exe
 
This is a silent installer and uninstaller for the GTK# runtime available from : http://forge.novell.com/modules/xfcontent/private.php/gtks-inst4win/Win32%20Runtime%20Installer/v2.8.3/gtksharp-runtime-2.8.3-win32-0.0.exe
  
<package id="gtksharp" name="GTK# runtime" revision="1" reboot="false" priority="3" >
+
<source lang="xml">
 +
<package id="gtksharp" name="GTK# runtime" revision="1" reboot="false" priority="3" >
 
     <check type="uninstall" condition="exists" path="C:\GtkRun\2.8\uninst000.exe" />
 
     <check type="uninstall" condition="exists" path="C:\GtkRun\2.8\uninst000.exe" />
 
     <install cmd='"%SOFTWARE%\dotnet\gtksharp-runtime-2.8.3-win32-0.0.exe" /SP- /VERYSILENT /NORESTART' />
 
     <install cmd='"%SOFTWARE%\dotnet\gtksharp-runtime-2.8.3-win32-0.0.exe" /SP- /VERYSILENT /NORESTART' />
 
     <remove cmd='C:\GtkRun\2.8\unins000.exe" /SILENT' />
 
     <remove cmd='C:\GtkRun\2.8\unins000.exe" /SILENT' />
</package>  
+
</package>
 +
</source>
  
 
[[category:Silent Installers]]
 
[[category:Silent Installers]]

Latest revision as of 19:19, 6 February 2008

This is a silent installer and uninstaller for the GTK# runtime available from : http://forge.novell.com/modules/xfcontent/private.php/gtks-inst4win/Win32%20Runtime%20Installer/v2.8.3/gtksharp-runtime-2.8.3-win32-0.0.exe

<package id="gtksharp" name="GTK# runtime" revision="1" reboot="false" priority="3" >
     <check type="uninstall" condition="exists" path="C:\GtkRun\2.8\uninst000.exe" />
     <install cmd='"%SOFTWARE%\dotnet\gtksharp-runtime-2.8.3-win32-0.0.exe" /SP- /VERYSILENT /NORESTART' />
     <remove cmd='C:\GtkRun\2.8\unins000.exe" /SILENT' />
</package>