You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Node.js installer is built from vcbuild.bat with this command https://github.com/nodejs/node/blob/main/vcbuild.bat#L535. Since you are trying to build it from Visual Studio IDE, MSBuild is not getting all of the required properties. I suggest you try building the MSI installer by running vcbuild.bat release x64 msi
Version
v14.19.3
Platform
Microsoft Windows NT 10.0.19044.0 x64
Subsystem
No response
What steps will reproduce the bug?
tools/msvs/msi/nodemsi.sln
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
Visual Studio IDE makes WiX Node.JS installers for Windows.
What do you see instead?
Error code C1083 in custom_actions.cc, line 5: Cannot include file
wcautil.h
: No such file or directory.Additional information
WiX toolset v3.11
The text was updated successfully, but these errors were encountered: