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
- :
- Re: How to get details of components getting selected by user in CustomSetup dialogue?
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
‎May 23, 2008
08:05 AM
How to get details of components getting selected by user in CustomSetup dialogue?
Hi,
Mine is a Basic MSI project. I want to know how to get details of which components are selected by user in 'CustomSetup' dialogue for installation? I have 3 components: Tutorial, IP15 & IP17. In 'Custom Setup' dialogue when 'Next' button is pressed by user after selecting components, I want to develop a custom action to check if user has selected both Ip15 & IP17 components for installation and if so, warn user with a dialogue to select only one of the two. But, I am unable to get information from customsetup dialogue about components selected by user for installation.
Please help me on this.
Thanks & Regards,
Digant Kamdar
Mine is a Basic MSI project. I want to know how to get details of which components are selected by user in 'CustomSetup' dialogue for installation? I have 3 components: Tutorial, IP15 & IP17. In 'Custom Setup' dialogue when 'Next' button is pressed by user after selecting components, I want to develop a custom action to check if user has selected both Ip15 & IP17 components for installation and if so, warn user with a dialogue to select only one of the two. But, I am unable to get information from customsetup dialogue about components selected by user for installation.
Please help me on this.
Thanks & Regards,
Digant Kamdar
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 23, 2008
09:02 AM
Please see the InstallShield help topic "Detecting If the User Has Selected a Specific Feature" (linked from the FAQ topic) and the MSI help topic "Conditional Statement Syntax".
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 26, 2008
12:50 AM
That really helped!!