Difference between revisions of "Mono and GtkSharp"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Add mono + GTK# bindings installer)
(No difference)

Revision as of 18:31, 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>