Re: [WiX-users] LGHT0111

2008-06-09 Thread Bob Arnson
Natxo Mateos wrote: > > candle Product.wxs > > light -out Product.msi %WIX%\WixUI.wixlib -loc %WIX%\WixUI_es-es.wxl > > What I'm missing? By the way, I'm using version 2.0.5805. > You need to pass Product.wixobj to the light command line. -- sig://boB http://joyofsetup.com/ -

[WiX-users] LGHT0111

2008-06-09 Thread Natxo Mateos
Hi again, I'm still getting some LIGHT errors. The last one is "LGHT0111 : Could not find entry section in provided list of intermediates". In my Product.wxs file I've defined a tag. And that's exactly what I'm executing: > candle Product.wxs > light -out Product.msi %WIX%\WixUI.wixlib -loc

Re: [WiX-users] LGHT0111: Could not find entry section in provided listof intermediates.

2007-04-02 Thread Mike Dimmick
[WiX-users] LGHT0111: Could not find entry section in provided listof intermediates. LGHT0111: Could not find entry section in provided list of intermediates. I am seeing the above error. What this means? This started showing up when I started linking against a .wixlib instead of object files

[WiX-users] LGHT0111: Could not find entry section in provided list of intermediates.

2007-04-02 Thread Surendra Katari
LGHT0111: Could not find entry section in provided list of intermediates. I am seeing the above error. What this means? This started showing up when I started linking against a .wixlib instead of object files. The numbers of wix files in the project grew and decided to build .wixlib and link i