I have a ComboBox that is being filled with a list of databases from the ShowSQLDatabases custom action... and I want to trigger a new custom action every time a the chosen value in the combo box changes.
The reason I need to execute this external custom activity is to validate the database patch level prior to permitting the installation/configuration of the app against the database the user has chosen. The result of the custom action will then control whether the next button is enabled or not.
However, when I go to the Control Events Wizard, and attempt to choose the ComboBox control, the ComboBox is not listed in the available Target controls.
How can I bind the custom activity to what is effectively an "OnChange" event for the ComboBox ?