Skip to content

Commit

Permalink
fix 32-bit MSI
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk committed Jun 11, 2013
1 parent 6956020 commit 37ab805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/setup/iisnode-msi/iisnode.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@

<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">
<ComponentGroupRef Id="allfiles" />
<?if $(var.isWin64) = "yes" ?>
<ComponentGroupRef Id="allfileswow" />
<?endif?>
</Feature>

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

0 comments on commit 37ab805

Please sign in to comment.