Re: [WiX-users] Merging the ATL 7.1 Merge Module

2006-10-26 Thread BULL, Dave, GBM
@lists.sourceforge.netSubject: RE: [WiX-users] Merging the ATL 7.1 Merge Module Please keep wix-users on the email.   You want the PublishComponent table.  See how it says "s32"?  The MSI SDK says that Feature name is supposed to be <= 38 characters.   From: BULL, Dave, GBM [

Re: [WiX-users] Merging the ATL 7.1 Merge Module

2006-10-26 Thread Rob Mensching
ing Subject: RE: [WiX-users] Merging the ATL 7.1 Merge Module   Hi Rob   This is the full error:   [exec] Feature.1 = s38 [exec] PublishComponent.Feature_ = s32 [exec] c:\Documents and Settings\BulldA\Local Settings\Temp\blclclbf\test.msi : error LGHT0204 : ICE32: Possible

Re: [WiX-users] Merging the ATL 7.1 Merge Module

2006-10-26 Thread BULL, Dave, GBM
specify in the EnsureTable element?   Dave From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: 25 October 2006 16:15To: BULL, Dave, GBM; wix-users@lists.sourceforge.netSubject: RE: [WiX-users] Merging the ATL 7.1 Merge Module Do you get any more information on that error?  It should tell you

Re: [WiX-users] Merging the ATL 7.1 Merge Module

2006-10-25 Thread Rob Mensching
Do you get any more information on that error?  It should tell you what foreign keys are out of alignment.  The easiest way to solve the problem after that is to use EnsureTable element in your .wxs files so that the correct schema for the poorly aligned tables is always used.  The VS Merge