[tomboy] Updated Setup install to require .net 4.0 Updated to require the version of GTK that Xamarin release



commit 6100fb146677bf6cc12c7ad03b02e1213e577be6
Author: Jared Jennings <jared jaredjennings org>
Date:   Fri Feb 22 18:00:18 2013 -0600

    Updated Setup install to require .net 4.0 Updated to require the version of GTK that Xamarin released
    
    The new GTK-SHARP installer is located at
    http://www.go-mono.com/mono-downloads/download.html
    
    Requires Gtk-Sharp version 2.12.20
    
    Signed-off-by: Jared Jennings <jared jaredjennings org>

 Setup/Setup.wxs |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/Setup/Setup.wxs b/Setup/Setup.wxs
index c7ea3b4..4b70201 100644
--- a/Setup/Setup.wxs
+++ b/Setup/Setup.wxs
@@ -54,13 +54,13 @@
                
                
                <Property Id="GTKSHARPNOVELLINSTALLVERSION">
-                       <RegistrySearch Id='GtksharpnovellRegistry' Type='raw' Root='HKLM' 
Key='Software\Novell\GtkSharp\Version' />
+                       <RegistrySearch Id='GtksharpnovellRegistry' Type='raw' Root='HKLM' 
Key='Software\Xamarin\GtkSharp\Version' />
                </Property>
-               <Condition Message="This setup requires Gtk# for .NET (version 2.12.8 or higher). Please 
download the latest installer from http://www.mono-project.com/GtkSharp ">
-                       <![CDATA[GTKSHARPNOVELLINSTALLVERSION >= "2.12.8" OR (GTKSHARPNOVELLINSTALLVERSION << 
"2.12.1" AND GTKSHARPNOVELLINSTALLVERSION <> "2.12.1") OR REMOVE ~= "ALL"]]>
+               <Condition Message="This setup requires Gtk# for .NET (version 2.12.20 or higher). Please 
download the latest installer from http://www.mono-project.com/GtkSharp ">
+                       <![CDATA[GTKSHARPNOVELLINSTALLVERSION >= "2.12.20" OR (GTKSHARPNOVELLINSTALLVERSION 
<< "2.12.1" AND GTKSHARPNOVELLINSTALLVERSION <> "2.12.1") OR REMOVE ~= "ALL"]]>
                </Condition>
-               <Condition Message='This setup requires the .NET Framework 2.0 or higher.'>
-                       <![CDATA[MsiNetAssemblySupport >= "2.0.50727"]]>
+               <Condition Message='This setup requires the .NET Framework 4.0 or higher.'>
+                       <![CDATA[MsiNetAssemblySupport >= "4.0.30319"]]>
                </Condition>
 
                


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]