
Yes, you will just need to hide the installdir page (do not fully remove it, as it is required by the installer), and show a read only version using a : installdir. If you omit this parameter and if you supply all of the source database login parameters, the program only starts the application. This is the main parameter and is used internally to decide whether the user can build a project.

How complex would be the process of downgrading

Regarding downgrades, we do not support them as a built-in feature but you could implement them.
PASSWORD PARAMETER COMMAND LINE INSTALLBUILDER UPGRADE
It is easy to create upgrade installers either with the installer itself or using our AutoUpdate tool: You can get additional details in the below link: Yes, you can use the action to call any external script or binary. Executing shell script after installation?

It would be great if you could let us know if InstallBuilder support following features. You can get the help menu by executing: Builder.app/Contents/MacOS/installbuilder.sh -help When launching it without arguments, the GUI mode will open, and to use it as a command line tool, you have to provide the build verb: Builder.app/Contents/MacOS/installbuilder.sh build path/to/project.xml platform You could use the later.īuilder.app/Contents/MacOS/installbuilder.sh The first one is compiled as a GUI application and the second one as a command line one. In the case of Windows, we include two binaries, builder.exe and builder-cli.exe.
