cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
digantkamdar
Level 3

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
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

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".
0 Kudos
digantkamdar
Level 3

That really helped!!
0 Kudos