robot
2024.10
true
- Getting started
- Understanding UiPath Robot
- UiPath Assistant
- Installation requirements
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Connecting robots for unattended automations to Orchestrator
- Setting up Windows Server for high-density robots
- Redirecting robots through a proxy server
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- Setting up Linux robots
- Configuring package signature verification
- Setting up package folders and network paths
- Configuring activity feeds
- Deploying unattended automations
- Installing robots for attended automations
- Prerequisites
- Installing with UiPath.Robot.msi
- Installing with UiPath.Studio.msi
- UiPathStudio.msi - command prompt examples for attended
- UiPathRobot.msi - command prompt examples for attended
- Installing using deployment templates
- Deploying the Robot to multiple machines
- Licensing robots for attended automations
- Updating UiPath Robot
- Configuring robots for attended automations
- Integrations
- Troubleshooting
UiPathStudio.msi - command prompt examples for attended
Robot admin guide
Last updated Nov 12, 2024
UiPathStudio.msi - command prompt examples for attended
Consider the following examples for your use cases. Make sure to run the command in the folder where the installer is located.
UiPathStudio.msi MSIINSTALLPERUSER=1 ADDLOCAL=DesktopFeature,Studio,Robot
UiPathStudio.msi MSIINSTALLPERUSER=1 ADDLOCAL=DesktopFeature,Studio,Robot
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages
You can replace
UiPathStudio.msi
with UiPathRobot.msi
.
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot NUGET_OPTIONS=DisableOnlineFeeds
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot NUGET_OPTIONS=DisableOnlineFeeds
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages,StartupLauncher,JavaBridge /Q
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages,StartupLauncher,JavaBridge /Q
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q
Silent mode - Installing Studio, the Robot in User Mode, and the activities packages, in a custom "D:\UiPath" folder
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages APPLICATIONFOLDER=D:\UiPath /Q
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages APPLICATIONFOLDER=D:\UiPath /Q
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /Q
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /Q
You can replace
UiPathStudio.msi
with UiPathRobot.msi
.UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /Q
UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot CONNECTIONSTRING=https://demo.uipath.com/api/robotsservice/GetConnectionData?tenantId=1 /Q
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages CODE=1234567890 /Q
UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages CODE=1234567890 /Q
You can replace
UiPathStudio.msi
with UiPathRobot.msi
.UiPathStudio.msi REMOVE=ChromeExtension /Q
UiPathStudio.msi REMOVE=ChromeExtension /Q
- Installing Studio and the Robot in User Mode for the current user
- Installing Studio, the Robot in User Mode, and the activity packages
- Installing the Robot in User Mode, and disable the official online feeds
- Silent mode - Installing the Desktop suite
- Silent mode - Installing the Desktop suite and the Chrome Extension using an online policy
- Silent mode - Installing Studio, the Robot in User Mode, and the activities packages, in a custom "D:\UiPath" folder
- Silent mode - Installing Studio, the Robot in User Mode, and add two custom activity feeds
- Silent mode - Installing the Robot in User Mode and connect it to Orchestrator
- Silent mode - Installing and licensing Studio, the Robot in User Mode, and the local activity feed
- Silent mode - Uninstalling the Chrome Extension
- Setting up the auto-update connection