> Greetings, > > After running heat to harvest the output generated by RoboHelp, I ran > into an odd error when compiling where the file exists in the file > system at the specified location, but light.exe seems to think it > doesn't. All the other 800+ harvested files are working fine. > > Error reported: error LGHT0103: The system cannot find the file > '..\Deploy\Web\WebHelp\XXXhelp.h'. > > <Component Id="XXXhelp.h" Guid="*"> > <File Id="XXXhelp.h" KeyPath="yes" > Source="..\Deploy\Web\WebHelp\XXXhelp.h" /> > </Component> > > If I copy XXXhelp.h to XXXhelp.help and set > Source="..\Deploy\Web\WebHelp\XXXhelp.help" the problem magically goes > away! I tried .c and .x extensions and they also worked. > > So it appears light is doing something funky based on the .h file > extension. Is there any way to avoid this?
Sorry for the noise, turns out VS Web Deployment project (MS Deploy) doesn't copy files with .h extensions into OutputPath, and I was looking in the temp Source directory rather than OutputPath. Mea Culpa. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users