installation - Inno setup page order -


I have an input that can show up to 4 types of installation types

  • Full install
  • install the server
  • install the customer
  • install custom

Do not want to be connected to a local machine but to connect to the server with the server installation. The user has not chosen a destination in this case for installation, but will have to select the directory where a server installation is already installed. This will be less confusing for the user if he will first select the installation type and then the installation directory or server directory. Is there a way to switch to page order?

I am thinking about something like this: Enter image details here

I know that this behavior is something that is not created directly in the setup and may not be expected, but it will be very useful for the user. Perhaps someone has a different view on this problem, I appreciate it

Since I did not get it There is an answer for this problem and I do not think it is possible to change the order, I disabled DirPage in the Setup section and created a page that is similar to Dirpage but puts it in a different position in Setup .

Here's how to disable DirPage:

  [setup] ... disable diaper page = yes  

I would also be happy if someone has a more elegant solution, but so far it seems that there is only one.


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

java - Algorithm negotiation fail SSH in Jenkins -

java - Messages from .properties file do not display UTF-8 characters -