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.wxs8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup/WixSetup/Product.wxs b/setup/WixSetup/Product.wxs
index 95724692d3..4da158e5a5 100644
--- a/setup/WixSetup/Product.wxs
+++ b/setup/WixSetup/Product.wxs
@@ -20,10 +20,10 @@
<![CDATA[GTKSHARPVERSION >= "2.12" OR REMOVE ~= "ALL"]]>
</Condition>
- <!-- Ensure .Net 3.5 is installed -->
- <PropertyRef Id="NETFRAMEWORK35" />
- <Condition Message="This setup requires the .NET Framework 3.5 to be installed.">
- Installed OR NETFRAMEWORK35
+ <!-- Ensure .Net 4.0 is installed -->
+ <PropertyRef Id="NETFRAMEWORK40FULL" />
+ <Condition Message="This setup requires the .NET Framework 4.0 to be installed.">
+ Installed OR NETFRAMEWORK40FULL
</Condition>
<!-- Get the GTK# install directory -->