Question

Q: Can InstallBuilder be customized with new installer pages?

Can InstallBuilder be customized with new installer pages?

Answer:

Yes! You can specify required inputs by adding new parameters to the <parameterList> section in the project file. There are different kind of parameters to ask the user for a string, a file, yes/no questions, and so on. Each one of this parameters will in turn be represented appropriately in each of the installation modes. For example, a yes/no question will be presented in the GUI interface as a couple of radiobuttons and in the text interface as a text prompt [y/n] question. The installer will also create corresponding command line options for each one of the defined parameters.