Re: [WiX-users] Wix-3.0 and existing Merge Modules

2006-08-23 Thread David Howell
Thanks. Much appreciated! I added the EnsureTable entries and now light does not produce any errors. David. Derek Cicerone wrote: > The merge modules do not have the _Validation rows required for validation > to succeed. You'll need to ensure the tables in the merge modules exist in > your MSI

Re: [WiX-users] Wix-3.0 and existing Merge Modules

2006-08-23 Thread Derek Cicerone
The merge modules do not have the _Validation rows required for validation to succeed. You'll need to ensure the tables in the merge modules exist in your MSI file before the merging occurs. Add something like the following for each table reported below: Derek -Original Message- From: