We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929b5b9 commit 55db190Copy full SHA for 55db190
tools/msvs/msi/product.wxs
@@ -23,6 +23,10 @@
23
Compressed="yes"
24
InstallScope="perMachine"/>
25
26
+ <Condition Message="This application is only supported on Windows 7, Windows Server 2008 R2, or higher.">
27
+ <![CDATA[Installed OR (VersionNT >= 601)]]>
28
+ </Condition>
29
+
30
<Media Id="1" Cabinet="media1.cab" EmbedCab="yes"/>
31
32
<MajorUpgrade AllowSameVersionUpgrades="yes"
0 commit comments