Custom UI - ComboBox with ListItems that publish to a Windows Registry key. #7449
Unanswered
JClayton-TAIT
asked this question in
Questions
Replies: 1 comment 4 replies
-
If using MSI UI, I think this is a matter of adding temporary rows to the correct table. You probably need to do so before the page is visible as well because I don't think custom actions can modify the content of the current page. If you're using a custom Bootstrapper Application then use your UI framework of choice. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to figure out (in either v3 or v4) how to create a custom dialog that has a simple ComboBox with 4 ListItem's. The value of this ComboBox would get published to a Windows Registry key during the installation.
Beta Was this translation helpful? Give feedback.
All reactions