I have an Inno Setup which can perform 4 types of installation types
- Full install
- Server install
- Client install
- Custom install
When installing the client App i don't want to place files on the local machine but connect the client with the server installation. The user has in this case not to chose a destination for the installation but has to chose a directory where a server installation is already installed. It would be less confusing for the user if he would first select the installation type and then the installation directory or the server directory. Is there any way to perform a switch in the page order ?
I am thinking about something like this:
i am aware that this behavior is something that isn't directly build in inno setup and maybe not wished but it would be very helpfull for the user. Maybe somebody has a different approach on this problem, i would appreciate that too