Command prompt examples for unattended automations
Consider the following examples for your use cases.
important
Make sure to run the command in the folder where the installer is located.
Using UiPathRobot.msi
- (Silent mode) Installing the Robot in Service Mode
UiPathRobot.msi ADDLOCAL=Robot,RegisterService,StartupLauncher,JavaBridge /Q - Installing the live streaming feature for Robot versions 2024.10+
UiPathRobot.msi ADDLOCAL=Robot,RegisterService,LiveStreaming - (Silent mode) Installing the Robot in Service Mode and the Chrome Extension using an online policy
UiPathRobot.msi ADDLOCAL=Robot,RegisterService,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q - (Silent mode) Installing the Robot in Service Mode and connect it to Orchestrator
UiPathRobot.msi ADDLOCAL=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=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=Robot,RegisterService,CODE=1234567890 /Q - Installing the Robot in Service Mode, and disabling the official online feeds
UiPathRobot.msi ADDLOCAL=Robot,RegisterService NUGET_OPTIONS=DisableOnlineFeeds - (Silent mode) Uninstalling the Chrome Extension
UiPathRobot.msi REMOVE=ChromeExtension /Q - Setting up the auto-update connection
UiPathRobot.msi ADDLOCAL=Robot,RegisterService ORCHESTRATOR_URL="https://demo.uipath.com/myorg/mytenant/orchestrator_"
Using UiPathStudio.msi
- Installing Studio, the Robot in Service Mode
UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService - Installing the Robot in Service Mode, and disable the official online feeds
UiPathStudio.msi ADDLOCAL=Robot,RegisterService NUGET_OPTIONS=DisableOnlineFeeds - Installing the live streaming feature for Robot versions 2024.10+
UiPathStudio.msi ADDLOCAL=Robot,RegisterService,LiveStreaming - (Silent mode) Installing the Desktop suite
UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService,StartupLauncher,JavaBridge /Q - (Silent mode) Installing the Desktop suite and the Chrome Extension using an online policy
UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q - (Silent mode) Installing Studio, the Robot in Service Mode, and add two custom activity feeds
UiPathStudio.msi ADDLOCAL=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
UiPathStudio.msi ADDLOCAL=Robot,RegisterService CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /Q - (Silent mode) Uninstalling the Chrome Extension
UiPathStudio.msi REMOVE=ChromeExtension /Q - Setting up the auto-update connection
UiPathStudio.msi ADDLOCAL=Robot,RegisterService ORCHESTRATOR_URL="https://demo.uipath.com/myorg/mytenant/orchestrator_"