windows/msi: fix msi build issue with WiX 3.7/3.8
authorRaymond Feng <enjoyjava@gmail.com>
Sat, 2 Mar 2013 18:08:08 +0000 (10:08 -0800)
committerBert Belder <bertbelder@gmail.com>
Fri, 8 Mar 2013 11:38:13 +0000 (12:38 +0100)
The `heat` tool that gathers NPM source files wasn't getting called.
Closes #4896

tools/msvs/msi/nodemsi.wixproj

index 7cc35c0..6612f2e 100644 (file)
@@ -9,6 +9,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>