At least one of the .wixobj/.wixlib files passed to light must contain a
<Product>, <PatchCreation> or <Module> element. All the rest must be
<Fragment>s.

 

Right now there is no reference for error codes. I have been intending to do
something about this for a while but am stumbling a bit on how to keep it up
to date (probably extend the schema for messages.xml and decorate that file
with the documentation, somehow).

 

For now, for WiX 3, you have to look up the error number in messages.xml (in
the source package, src\wix\Data\messages.xml) e.g. search for
'number="111"' and then search the source code for the corresponding message
Id, then try to deduce what that code does. For WiX 2.0 you need to search
for the error message text as the error numbers are not in the schema. The
error numbers are not stable and aren't the same in the two versions (error
111 in WiX 3.0 is "The CustomTable is missing a Column element with the
PrimaryKey attribute set to 'yes'.  At least one column must be marked as
the primary key." in build 2813).

 

-- 

Mike Dimmick

 

  _____  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Venkatesh
Sent: 12 May 2007 14:57
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Error message with light, help please

 

I compiled the .wxs file created from "tallow" to "candle" and generated
wixobj file. When I try to  link that objfile with "light" it is giving me
the following error message.

light.exe : <file:///F:\My%20Documents\wix\examples\simple\simple.wxs>
fatal error LGHT0111 : Could not find entry section in provided list
 of intermediates.

What is this error message about and where can I look error codes and their
meanings. Anybody please help. I am attaching both files.
Thanks in advance,

Regards
Venkatesh

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to