[tasque/windows: 6/9] Fix: Gtk# installation not recognized by installer



commit f982c2eeed3aae93cfef400fc77cc5e08add66dc
Author: Antonius Riha <antoniusriha gmail com>
Date:   Wed Mar 6 00:30:49 2013 +0100

    Fix: Gtk# installation not recognized by installer

 WindowsSetup/Product.wxs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/WindowsSetup/Product.wxs b/WindowsSetup/Product.wxs
index e86619b..267514f 100644
--- a/WindowsSetup/Product.wxs
+++ b/WindowsSetup/Product.wxs
@@ -18,11 +18,11 @@
       <RegistrySearch Id='SearchTasqueInstallFolder' Type='directory' Root='HKLM' Key='Software\Tasque' 
Name='InstallFolder' />
     </Property>
     
-    <Property Id="GTKSHARPNOVELLINSTALLVERSION">
-      <RegistrySearch Id='GtksharpnovellRegistry' Type='raw' Root='HKLM' 
Key='Software\Novell\GtkSharp\Version' />
+    <Property Id="GTKSHARPXAMARININSTALLVERSION">
+      <RegistrySearch Id='GtksharpxamarinRegistry' Type='raw' Root='HKLM' 
Key='Software\Xamarin\GtkSharp\Version' />
     </Property>
-    <Condition Message="This setup requires Gtk# for .NET (version 2.12.10 or higher). Please download the 
latest installer from http://www.mono-project.com/GtkSharp ">
-      <![CDATA[GTKSHARPNOVELLINSTALLVERSION >= "2.12.10" OR (GTKSHARPNOVELLINSTALLVERSION << "2.12.1" AND 
GTKSHARPNOVELLINSTALLVERSION <> "2.12.1") OR REMOVE ~= "ALL"]]>
+    <Condition Message="This setup requires Gtk# for .NET (version 2.12.10 or higher). Please get the latest 
installer here: http://download.xamarin.com/Installer/gtk-sharp-2.12.20.msi ">
+      <![CDATA[GTKSHARPXAMARININSTALLVERSION >= "2.12.10" OR (GTKSHARPXAMARININSTALLVERSION << "2.12.1" AND 
GTKSHARPXAMARININSTALLVERSION <> "2.12.1") OR REMOVE ~= "ALL"]]>
     </Condition>
     <Condition Message='This setup requires the .NET Framework 2.0 or higher.'>
       <![CDATA[MsiNetAssemblySupport >= "2.0.50727"]]>


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