Child pages
  • Performing an Unattended Installation

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.