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
path: root/setup
diff options
context:
space:
mode:
authorJonathan Pobst <monkey@jpobst.com>2010-05-04 20:49:10 +0400
committerJonathan Pobst <monkey@jpobst.com>2010-05-04 20:49:10 +0400
commitf193dc3811fe3895802ad3c98ba28ea43dfeb37b (patch)
tree16ccfb3e9f7b0549b34a799a5ae11176b7595f90 /setup
parent36987039fdd597c7da9f1c9ce237bfebc3381b85 (diff)
Ensure this will continue working once Gtk# 2.12.10 is released.
svn path=/trunk/monodevelop/; revision=156677
Diffstat (limited to 'setup')
-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>