This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- How to get a list into a ComboBox
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 09, 2009
05:12 PM
How to get a list into a ComboBox
Hello,
In Basic MSI project, in Custom Dialog, how do I get a list (of, say, available fixed drives) into a combo box? Or a list box?
I have an InstallScript function to create this list, how do I pass it to a dialog, since there is no Control Id?
In Basic MSI project, in Custom Dialog, how do I get a list (of, say, available fixed drives) into a combo box? Or a list box?
I have an InstallScript function to create this list, how do I pass it to a dialog, since there is no Control Id?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 09, 2009
06:36 PM
If it's drive letters you want, perhaps look into the VolumeSelectCombo control.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 09, 2009
06:50 PM
Great!
You are my hero!
I knew it cannot be as complicated as I was trying to make it!
Thank you, Robert!
You are my hero!
I knew it cannot be as complicated as I was trying to make it!
Thank you, Robert!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 29, 2009
08:27 PM
I would like to use the VolumeSelectCombo control, but some reason It is not listing my network drives on Vista and Win7... Lists all the fixed and remote drives fine on XP. Is there something I'm missing with the control?
