Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
windows/msi: fix msi build issue with WiX 3.7/3.8
Browse files Browse the repository at this point in the history
The `heat` tool that gathers NPM source files wasn't getting called.
Closes #4896
  • Loading branch information
raymondfeng authored and piscisaureus committed Mar 2, 2013
1 parent 93156a6 commit 47e1150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/msvs/msi/nodemsi.wixproj
Expand Up @@ -8,6 +8,7 @@
<SchemaVersion>2.0</SchemaVersion>
<OutputName>node-v$(NodeVersion)-$(Platform)</OutputName>
<OutputType>Package</OutputType>
<EnableProjectHarvesting>True</EnableProjectHarvesting>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
<NodeVersion Condition=" '$(NodeVersion)' == '' ">0.0.0.0</NodeVersion>
Expand Down

0 comments on commit 47e1150

Please sign in to comment.