Difference between revisions of "Mono and GtkSharp"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Add mono + GTK# bindings installer)
 
m (Add source xml tags)
 
Line 2: Line 2:
 
http://forge.novell.com/modules/xfcontent/private.php/monowin32/Mono%20Win32%20Combined%20Installer/v1.2.1.0.x/mono-1.2.1-gtksharp-2.8.3-win32-exp-0.0.exe
 
http://forge.novell.com/modules/xfcontent/private.php/monowin32/Mono%20Win32%20Combined%20Installer/v1.2.1.0.x/mono-1.2.1-gtksharp-2.8.3-win32-exp-0.0.exe
  
 +
<source lang="xml">
 
  <package id="monoandgtksharp" name="Mono and GTK# runtime" revision="1" reboot="false" priority="3" >
 
  <package id="monoandgtksharp" name="Mono and GTK# runtime" revision="1" reboot="false" priority="3" >
 
     <check type="uninstall" condition="exists" path="C:\mono\MonoX-1.2.1\uninst000.exe" />
 
     <check type="uninstall" condition="exists" path="C:\mono\MonoX-1.2.1\uninst000.exe" />
Line 7: Line 8:
 
     <remove cmd='C:\mono\MonoX-1.2.1\unins000.exe" /SILENT' />
 
     <remove cmd='C:\mono\MonoX-1.2.1\unins000.exe" /SILENT' />
 
  </package>
 
  </package>
 +
</source>
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Latest revision as of 19:18, 6 February 2008

This is a bundle containing the Mono runtime and GTK# bindings, available from : http://forge.novell.com/modules/xfcontent/private.php/monowin32/Mono%20Win32%20Combined%20Installer/v1.2.1.0.x/mono-1.2.1-gtksharp-2.8.3-win32-exp-0.0.exe

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