Hi. I choose to build node because I need to build native modules against it.
I have built node 0.6.10 for Windows and I would like to wrap it up in an MSI for convenient repeatable deployment. So I installed WiX 3.5 and did this: C:\node-v0.6.10> vcbuild.bat release msi and what I get is C:\node-v0.6.10>.\vcbuild.bat release nobuild msi ['-f', 'msvs', '-G', 'msvs_version=2010', '.\\node.gyp', '-I', '.\\common.gypi', '--depth=.', '-Dtarget_arch=ia32', '-Dc omponent=static_library', '-Dlibrary=static_library'] Project files generated. 'heat' is not recognized as an internal or external command, operable program or batch file. candle.exe : error CNDL0103: The system cannot find the file '..\..\..\npm.wxs' with type 'Source'. [C:\node-v0.6.10\to ols\msvs\msi\nodemsi.wixproj] Any suggestions where I should start to look? Do I need to build npm from source first? (Just guessing) Thanks for all your help, especially for providing a Windows build at all! -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
