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:
Diffstat (limited to 'setup/WixSetup/Product.wxs')
-rw-r--r--setup/WixSetup/Product.wxs1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/WixSetup/Product.wxs b/setup/WixSetup/Product.wxs
index 24efae348e..7c625a570d 100644
--- a/setup/WixSetup/Product.wxs
+++ b/setup/WixSetup/Product.wxs
@@ -20,6 +20,7 @@
<Condition Message="Gtk# version 2.12.9 or greater must be installed.">
<![CDATA[GTKSHARPVERSION >= "2.12" OR REMOVE ~= "ALL"]]>
</Condition>
+ <Condition Message="[ProductName] requires at least Windows Vista">VersionNT >= 600</Condition>
<!-- Ensure .Net 4.0 is installed -->
<PropertyRef Id="NETFRAMEWORK40FULL" />