summaryrefslogtreecommitdiff
path: root/tools/msvs/msi/nodemsi.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'tools/msvs/msi/nodemsi.wixproj')
-rw-r--r--tools/msvs/msi/nodemsi.wixproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/msvs/msi/nodemsi.wixproj b/tools/msvs/msi/nodemsi.wixproj
index 1059bccb2..8d17a6cfb 100644
--- a/tools/msvs/msi/nodemsi.wixproj
+++ b/tools/msvs/msi/nodemsi.wixproj
@@ -56,6 +56,16 @@
<ItemGroup>
<EmbeddedResource Include="WixUI_en-us.wxl" />
</ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="custom_actions.vcxproj">
+ <Name>custom_actions</Name>
+ <Project>{b70585f8-dab7-40fa-9904-13cf53a73a06}</Project>
+ <Private>True</Private>
+ <DoNotHarvest>True</DoNotHarvest>
+ <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
+ <RefTargetDir>INSTALLFOLDER</RefTargetDir>
+ </ProjectReference>
+ </ItemGroup>
<Import Project="$(WixTargetsPath)" />
<Target Name="BeforeBuild">
<HeatDirectory ToolPath="$(WixToolPath)" Directory="..\..\..\deps\npm" PreprocessorVariable="var.NpmSourceDir" DirectoryRefId="NodeModulesFolder" ComponentGroupName="NpmSourceFiles" GenerateGuidsNow="true" SuppressFragments="false" OutputFile="..\..\..\npm.wxs" RunAsSeparateProcess="true">