robot
2024.10
true
- 入门指南
- 了解 UiPath Robot
- UiPath Assistant
- 安装要求
- 为 Unattended 自动化安装机器人
- 为 Unattended 自动化配置机器人
- 为有人值守的自动化安装机器人
- 先决条件
- 使用 UiPath.Robot.msi 安装
- 使用 UiPath.Studio.msi 安装
- UiPathStudio.msi - Attended 的命令提示符示例
- UiPathRobot.msi - Attended 的命令提示符示例
- 使用部署模板安装
- 将机器人部署到多台计算机
- 为有人值守的自动化授予机器人许可证
- 更新 UiPath Robot
- 为有人值守的自动化配置机器人
- 集成
- 故障排除
Robot admin guide
Last updated 2024年11月18日
UiPathStudio.msi - Attended 的命令提示符示例
请考虑将以下示例用于您的用例。 确保在安装程序所在的文件夹中运行命令。
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
您可以将
UiPathStudio.msi
替换为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
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
您可以将
UiPathStudio.msi
替换为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
您可以将
UiPathStudio.msi
替换为UiPathRobot.msi
。UiPathStudio.msi REMOVE=ChromeExtension /Q
UiPathStudio.msi REMOVE=ChromeExtension /Q
- 在用户模式下为当前用户安装 Studio 和机器人
- 安装 Studio、用户模式机器人和活动包
- 在用户模式下安装机器人,并禁用官方在线订阅源
- 静默模式 - 安装桌面套件
- 静默模式 - 使用在线策略安装桌面套件和 Chrome 扩展程序
- 静默模式 - 在自定义“D:\UiPath”文件夹中安装 Studio、用户模式机器人和活动包
- 静默模式 - 安装 Studio、用户模式下的机器人,并添加两个自定义活动订阅源
- 静默模式 - 在用户模式下安装机器人并将其连接到 Orchestrator
- 静默模式 - 安装 Studio、用户模式机器人和本地活动订阅源,并为其授予许可证
- 静默模式 - 卸载 Chrome 扩展程序
- 设置自动更新连接