Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup/WixSetup/Product.wxs4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/WixSetup/Product.wxs b/setup/WixSetup/Product.wxs
index 19ecd6aa07..21be3c467f 100644
--- a/setup/WixSetup/Product.wxs
+++ b/setup/WixSetup/Product.wxs
@@ -17,7 +17,7 @@
<RegistrySearch Id="gsversion" Root="HKLM" Key="SOFTWARE\Novell\GtkSharp\Version" Type="raw" />
</Property>
<Condition Message="Gtk# version 2.12.9 or greater must be installed.">
- <![CDATA[GTKSHARPVERSION >= "2.12.9" OR REMOVE ~= "ALL"]]>
+ <![CDATA[GTKSHARPVERSION >= "2.12" OR REMOVE ~= "ALL"]]>
</Condition>
<!-- Ensure .Net 3.5 is installed -->
@@ -668,4 +668,4 @@
<Icon Id="MonoDevelop.exe" SourceFile="Bitmaps\MonoDevelop.ico" />
<Property Id="ARPPRODUCTICON" Value="MonoDevelop.exe" />
</Product>
-</Wix>
+</Wix>