I found an article somewhere that states that the values in the tables that
were there when the MSI started cannot be removed or updated.
Removing the Listitem from the Combobox also didn't work because that
dropped the whole table all together as there are no other comboboxes.

So I figured out 2 ways of doing it:
1. Orca
By editing the MSI with Orca I was able to remove the offending value from
the Combobox table.
2. This causes an ICE17 warning but it still compiles
I removed the combobox Listitems from the combobox I want to populate and
created a separate combobox with width and height = 0 (to make it
invisible). I gave this dummy combobox 1 Listitem to force the creation of
the  Combobox table.

I also tried doing a create table query to get create the required Combobox
table but can't get it to work The query looks like this:
CREATE TABLE `ComboBox` (`Property` CHARACTER(72) NOT NULL, `Order` SHORT
NOT NULL, `Value` CHARACTER(64) NOT NULL, `Text` CHARACTER(64) LOCALIZABLE)
PRIMARY KEY `Property`, `Order` TEMPORARY

if anyone know how to solve this let me know, if only to get the ICE17
warnings to go away.
-- 
View this message in context: 
http://www.nabble.com/Adding-records-to-MSI-on-the-fly-tf3150241.html#a8749870
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to