md5hans wrote:
> FillListbox:  Error 0x8007064f: failed to open view on database
> FillListbox:  Error 0x8007064f: failed to openexecute temp view with query
> SELECT * FROM `ComboBox`
>   

You probably don't have a ComboBox table in your MSI. The MSI spec 
requires that there be a ListBox table if you UI but not ComboBox. Use 
EnsureTable to have WiX include an empty table.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to