I have a Inno Setup based installer that installs three applications, divided in two components. Now the setup asks the user for the installation directory and which components to install.
I want to change the installer add this new choice:
- Basic mode
- Advanced mode
as the first choice.
If the user selects the Basic mode the installer should skip path and component choice and just install using default values.
If the user selects the Advanced mode the installer should behaves like now.
There's a way to implement this using Inno Setup?