Product: Kryon RPA
Product Version: All
Components: Kryon Robot
This article will explain how to install Kryon Robot under silent mode, for attended installations.
Prerequisites: None.
Steps:
Run Installer in Silent Mode
Open a command prompt and follow the syntax below for executing the Kryon Robot installer using silent installation.KryonRobotSetup_64bit.exe LeoServer=<FQDN of Application Server> HttpsComPort=<port> NetComPort=<port> HttpComPort=<port> /s allusers=true
Example:
KryonRobotSetup_64bit.exe LeoServer=appserver.my.domain HttpsComPort=8080 NetComPort=443 HttpComPort=80 /s allusers=true
If you do not specify any of the four custom parameters, the installer will use default values as per a non-silent installation.
It is not possible to set parameters for RunAutomationEnabled or EnableLogonExpert. Hence, silent installations can only be used for attended automation deployments.