Re: [WiX-users] Populate ComboBox from managed code using Custom Action

2006-10-26 Thread Bob Arnson
Michael Carlisle wrote: > Can anyone tell me if it's possible to populate a ComboBox using a > custom action written in managed code. There's no MSI support for managed-code custom actions. I don't think the current hacks (like InstallUtilLib.dll) would work to update tables at install time.

[WiX-users] Populate ComboBox from managed code using Custom Action

2006-10-26 Thread Michael Carlisle
Hi, Can anyone tell me if it's possible to populate a ComboBox using a custom action written in managed code. I've seen the example using written in C, but need a .Net solution. Is it possible to interact with the UI in this way, and are there any examples? Thanks, Mike _