Child pages
  • Performing an unattended installation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

The All-In-One installer can also be used to perform unattended installation - for example, as part of an automated process or on machines that do not have a Graphical User Interface (GUI).

Performing an unattended installation requires an installation script. The installation script can be created by executing the All-In-One installer on an environment that does have a GUI as described in Running the All-In-One Installer. The last step in the installer allows for the generation of an automatic installation script.

To perform the unattended installation, open a command line or terminal window and execute the following command:

Code Block
java -jar servoy_installer.jar servoy_install.xml

* servoy_install.xml needs to be replaced with the name given to the generated automatic installation script.

You can also install without the xml file, this will install servoy with all options checked.

Code Block
java -jar servoy_installer.jar -console