robot
2024.10
true
Admin Guide
Last updated 21 oct. 2024

Installing with Command Line Interface

To install unattended robots using command line interface (CLI), mix the available command line parameters. For an unattended installation, it is required to add the RegisterService parameter to the ADDLOCAL command.
Important :
The following parameters are available for the UiPathStudio.msi command exclusively:
  • ADDLOCAL: Studio, ExcelAddin, Packages, SapPlugin
  • SAP_SOL_MAN_HOST

UiPathRobot.msi - command prompt examples

Consider the following examples for your use cases. Make sure to run the command in the folder where the installer is located.

Silent mode - Installing the Robot in Service Mode

UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,StartupLauncher,JavaBridge /QUiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,StartupLauncher,JavaBridge /Q

Installing the live streaming feature for Robot versions 2024.10+

UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,LiveStreamingUiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,LiveStreaming

Silent mode - Installing the Robot in Service Mode and the Chrome Extension using an online policy

UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /QUiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q

Silent mode - Installing the Robot in Service Mode and connect it to Orchestrator

UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /QUiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /Q

Silent mode - Installing the Robot in Service Mode, and add two custom activity feeds

UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /QUiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /Q

Silent mode - Installing and licensing the Robot in Service Mode, and the local activity feed

UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,CODE=1234567890 /QUiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,CODE=1234567890 /Q

Installing the Robot in Service Mode, and disabling the official online feeds

UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService NUGET_OPTIONS=DisableOnlineFeedsUiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService NUGET_OPTIONS=DisableOnlineFeeds

Silent mode - Uninstalling the Chrome Extension

UiPathRobot.msi REMOVE=ChromeExtension /QUiPathRobot.msi REMOVE=ChromeExtension /Q

Setting up the auto-update connection

UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService ORCHESTRATOR_URL="https://demo.uipath.com/myorg/mytenant/orchestrator_"UiPathRobot.msi ADDLOCAL=DesktopFeature,Robot,RegisterService ORCHESTRATOR_URL="https://demo.uipath.com/myorg/mytenant/orchestrator_" 

UiPathStudio.msi - command prompt examples

Consider the following examples for your use cases. Make sure to run the command in the folder where the installer is located.

Installing Studio, the Robot in Service Mode, and the activities packages

UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,PackagesUiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages 

Installing the Robot in Service Mode, and disable the official online feeds

You can replace UiPathStudio.msi with UiPathRobot.msi.
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService NUGET_OPTIONS=DisableOnlineFeedsUiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService NUGET_OPTIONS=DisableOnlineFeeds

Installing the live streaming feature for Robot versions 2024.10+

UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,Packages,LiveStreamingUiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService,Packages,LiveStreaming

Silent mode - Installing the Desktop suite

UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages,StartupLauncher,JavaBridge /QUiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages,StartupLauncher,JavaBridge /Q

Silent mode - Installing the Desktop suite and the Chrome Extension using an online policy

UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /QUiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q

Silent mode - Installing Studio, the Robot in Service Mode, and the activities packages, in a custom "D:\UiPath" folder

UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages APPLICATIONFOLDER=D:\UiPath /QUiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages APPLICATIONFOLDER=D:\UiPath /Q

Silent mode - Installing Studio, the Robot in Service Mode, and add two custom activity feeds

UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /QUiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /Q

Silent mode - Installing the Robot in Service Mode and connect it to Orchestrator

You can replace UiPathStudio.msi with UiPathRobot.msi.
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /QUiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /Q

Silent mode - Installing and licensing Studio, the Robot in Service Mode, and the local activity feed

UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages CODE=1234567890 /QUiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,RegisterService,Packages CODE=1234567890 /Q

Silent mode - Uninstalling the Chrome Extension

You can replace UiPathStudio.msi with UiPathRobot.msi.
UiPathStudio.msi REMOVE=ChromeExtension /QUiPathStudio.msi REMOVE=ChromeExtension /Q

Setting up the auto-update connection

You can replace UiPathStudio.msi with UiPathRobot.msi.
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService ORCHESTRATOR_URL="https://demo.uipath.com/myorg/mytenant/orchestrator_"UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot,RegisterService ORCHESTRATOR_URL="https://demo.uipath.com/myorg/mytenant/orchestrator_"

Cette page vous a-t-elle été utile ?

Obtenez l'aide dont vous avez besoin
Formation RPA - Cours d'automatisation
Forum de la communauté UiPath
Uipath Logo White
Confiance et sécurité
© 2005-2024 UiPath Tous droits réservés.