Skip to content

Commit

Permalink
Fix MSI install for Windows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Apr 8, 2015
1 parent 42ded97 commit 6fa3a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup/iisnode-msi/iisnode.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<PropertyRef Id="IISMAJORVERSION" />

<Condition Message="IIS 7.x or later must be installed before iisnode installation.">
<![CDATA[IISMAJORVERSION >= "#7"]]>
<![CDATA[ Installed OR ((VersionNT = 600 AND ServicePackLevel >= 1) OR (VersionNT > 600)) ]]>
</Condition>

<Directory Id="TARGETDIR" Name="SourceDir">
Expand Down

0 comments on commit 6fa3a57

Please sign in to comment.