robot
latest
false
UiPath logo, featuring letters U and I in white

Robot admin guide

上次更新日期 2024年12月17日

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.

Installing Studio and the Robot in User Mode for the current user

UiPathStudio.msi MSIINSTALLPERUSER=1 ADDLOCAL=DesktopFeature,Studio,RobotUiPathStudio.msi MSIINSTALLPERUSER=1 ADDLOCAL=DesktopFeature,Studio,Robot

Installing Studio, the Robot in User Mode, and the activity packages

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

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

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

Silent mode - Installing the Desktop suite

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

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

UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /QUiPathStudio.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 /QUiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages APPLICATIONFOLDER=D:\UiPath /Q

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

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

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

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

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

UiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,Packages CODE=1234567890 /QUiPathStudio.msi ADDLOCAL=DesktopFeature,Studio,Robot,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 SERVICE_URL="https://demo.uipath.com/myorg/mytenant"UiPathStudio.msi ADDLOCAL=DesktopFeature,Robot SERVICE_URL="https://demo.uipath.com/myorg/mytenant"

此页面有帮助吗?

获取您需要的帮助
了解 RPA - 自动化课程
UiPath Community 论坛
Uipath Logo White
信任与安全
© 2005-2024 UiPath。保留所有权利。