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?

Oh, running WiX/light version 3.0.5419.0

Thanks

------------------------------------------------------------------------------
Download Intel&#174; 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

Reply via email to