Child pages
  • Performing an Unattended Installation

Versions Compared

Key

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

...

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 the All-In-One Installer. The last step in the installer allows for the generation of an automatic installation script.

...

Code Block
java -jar servoy_installer.jar servoy_install.xml

Note : that the servoy_install.xml saved from previous install run needs to be replaced with the name given to the generated automatic installation script.

You The unattended installation can also install be performed without the the .xml file, this . This will install servoy Servoy with all options checked.

...