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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Krell <jay.krell@cornell.edu>2018-07-20 22:15:32 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-07-20 22:15:32 +0300
commit3780ac694d7a3470f7c8d22e8ce5dddaa3c2ebed (patch)
tree044973c4e58f6d70c717f03f38abf7013f91d730 /packaging
parent2123fa58725eceb072edbf3a2dcb4fbb6b30ab15 (diff)
Update Windows requirement from Vista (6.0) to 7 (6.1). (#9568)
Diffstat (limited to 'packaging')
-rw-r--r--packaging/Windows/resources/Product.wxs4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/Windows/resources/Product.wxs b/packaging/Windows/resources/Product.wxs
index f717f31c87f..af754ff05cf 100644
--- a/packaging/Windows/resources/Product.wxs
+++ b/packaging/Windows/resources/Product.wxs
@@ -39,8 +39,8 @@
<Property Id="MSIFASTINSTALL" Value="7" />
- <Condition Message="This application is only supported on Windows Vista or higher.">
- <![CDATA[Installed OR (VersionNT >= 600)]]>
+ <Condition Message="This application is only supported on Windows 7 or higher.">
+ <![CDATA[Installed OR (VersionNT >= 601)]]>
</Condition>
<UIRef Id="WixUI_Minimal" />