Hi, I am trying to create a combo box in WIX UI that takes an input from a custom action provided by a dll. The sample application for ListBox works fine as provided in an example (Please refer http://www.tramontana.co.hu/wix/lesson10.php for ListBox).
But when I change the ListBox to ComboBox, I get a message saying ComboBox not found in database. I tried with ListItem and setting the property to the value returned by custom action. While doing so, I get the message "failed to openexecute temp view with query SELECT * FROM `ComboBox`" My requirement is, I have to get all the ip addresses of a machine and show it in wix UI as a combo box. The user can select one of the ip addresses from the combo box and proceed further with the installation of a web server using the selected ip address. Please suggest me a solution of how to proceed with combo box using a custom action (dll). Thanks in advance, -Rajesh -- View this message in context: http://www.nabble.com/Combobox-using-custom-action-in-dll-tf4937457.html#a14132761 Sent from the wix-devs mailing list archive at Nabble.com. ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
