I showed how to fill in a WiX UI combo box with the websites in a C# custom action. Feel free to steal my code.
http://www.wintellect.com/CS/blogs/jrobbins/archive/2011/02/23/web-application-installer-in-wix.aspx John Wintellect http://www.wintellect.com +1-877-968-5528 -----Original Message----- From: Matt Walker [mailto:[email protected]] Sent: Monday, August 08, 2011 1:07 PM To: [email protected] Subject: [WiX-users] Populating a ListBox At Runtime - VB.NET Custom Action Project... I don't know if I'm on the right path, but maybe someone can help me. I'm currently using InstallShield, but have dabbled in WiX a bit. I'm trying to creat a custom action using the WiX VB.NET custom action project type in VS 2010. Eventually this custom action will query the target system for existing web sites by name and populate a combo box for selection, but for now, I just have an array of values that I want to shove into the listbox just to see that I have working code. The associated property on my listbox is WEBSITECHOICES and I know that I have to get the choices into the listbox table, but that is where I hit the wall. I've tried so much that my head is spinning. Does someone out there have a VB.Net code snippet of how to use the Session.OpenView, etc to populate this table with my array values? ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

