I created a WiX extension for my group to use and there is a scenario where I 
need to check to see if a row that I'm adding to a table, already exists. Now, 
I tried the route of 

1) Invoking CreateRow
2) Getting the Table reference from the row object
3) Looping through all the rows in the table and comparing against some flag.

This seems to work but the problem is that I always have to create a row to get 
access to the table. This apparently causes an error when Wix creates the IDT 
file because I believe there is just an emtpy row sitting in thist IDT file 
which doesn't allow it to merge into the MSI. 

What's the best way to determine if a row is already in an existing table? 


-- 
View this message in context: 
http://n2.nabble.com/Detecting-Duplicate-Rows-in-a-Wix-Extension-tp2563918p2563918.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to