Link to home
Start Free TrialLog in
Avatar of visualcortex
visualcortex

asked on

visual studio setup project custom dialog

Hi experts,
    I have a setup project in which I need to get input from the user and customize the final output.

I have a radiobutton (2buttons) dialog. When a user selects a specific radio button, I should be able to show a textbox dialog. Otherwise, that textbox should stay hidden.

Is there any way to achieve this?

Thank you
Avatar of Meir Rivkin
Meir Rivkin
Flag of Israel image

do you want this behavior to be part of the setup project wizard?
Avatar of visualcortex
visualcortex

ASKER

Yes sedgwick. That would be the preferred method.
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks codecruiser. That looks promising. I will get back to you tomorrow with an update.
thank you