I'm working on Visual Studio 2013, with the add-on Visual Studio Installer Projects. I have created a setup projet ( "MySetup" ) to install few personal components into a customer's PC. I want to let the possibility to the operator to choose the components he will want to install.
I want a first dialog box with two options :
- Install all components
- I want to choose one by one
And, if the operator choose the second option, I want display a second dialog box :
- component 1
- component 2 ...
But, for the moment, if I put the two dialog boxes into my setup project, the second one is displayed all the time. I don't know how to control the display of the second dialog box according to the choice of the first one.
I searched into microsoft documentation, but I didn't find anything:
How to: Add and Remove Installation Dialog Boxes in the User Interface Editor
How to: Customize Installation Dialog Boxes in the User Interface Editor