Hi to all,
I’m new in the RPA practice and I would like to know if it the correct way to install the UIPath Robot on Windows Server 2019.
- We only need to install the only the Robot, no studio
- The Robot must be in User Mode
- We need to provide the URL of the Orchestrator
- Plus the installation of the add on Java + Chrome extension
- All of that silently
I have come up with a command line I’ve tried it and it install something but how can I validate if all the components are installed.
Here’s the command line
msiexec.exe /i C:\Software\UiPathStudio.msi ADDLOCAL=Robot,JavaScriptAddOn,ChromeExtension CONNECTIONSTRING=https://TBD_After_Orchestrator_Setup/api/robotsservice/GetConnectionData?tenantId=1 SERVICE_URL=??? CHROME_INSTALL_TYPE=GLOBAL /quiet /passive
Thanks in advance for you comments.