Re: [WiX-users] error LGHT0039 with dts.msm

2006-11-09 Thread Mike Dimmick
If you don't have any other custom actions, WiX may not actually create the CustomAction table, which might be what's causing the merge to fail. You can force a table to be created if it would otherwise be omitted by using the element: This ensures that the table already exists in the MSI befor

Re: [WiX-users] error LGHT0039 with dts.msm

2006-11-09 Thread Bob Arnson
[EMAIL PROTECTED] wrote: > anyone tried using a merge module from MSDE 2000 SP3 ? > FWIW, the MSDE merge modules aren't recommended. See http://msdn.microsoft.com/library/default.asp?url=/library/en-us/distsql/distsql_8yeq.asp for details. -- sig://boB http://bobs.org --