Skip to content

Commit 37ab805

Browse files
committed
fix 32-bit MSI
1 parent 6956020 commit 37ab805

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/setup/iisnode-msi/iisnode.wxs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@
6262

6363
<Feature Id="iisnode4iis" Title="Hosting node.js applications in IIS 7.x" Level="1" Description="IIS 7.x native module for hosting node.js applications in IIS">
6464
<ComponentGroupRef Id="allfiles" />
65+
<?if $(var.isWin64) = "yes" ?>
6566
<ComponentGroupRef Id="allfileswow" />
67+
<?endif?>
6668
</Feature>
6769

6870
<?if $(var.ProjectName) = iisnode-msi-full ?>

0 commit comments

Comments
 (0)