Re: [WiX-users] Checking for duplicate entry in a table

2006-10-05 Thread Rob Mensching
Behalf Of BradW Sent: Tuesday, October 03, 2006 11:28 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Checking for duplicate entry in a table In a Compiler Extension that we are currently using, we are inserting records into a few custom tables as well as the Binary table. During the

[WiX-users] Checking for duplicate entry in a table

2006-10-05 Thread BradW
In a Compiler Extension that we are currently using, we are inserting records into a few custom tables as well as the Binary table. During the execution of that compiler extension, is there a way to check for an existing entry before adding the new record so duplicate entries don't occur? -- V