studio
2022.4
false
- 发行说明
- 入门指南
- 设置和配置
- 自动化项目
- 依赖项
- 工作流类型
- 文件比较
- 自动化最佳实践
- 源代码控件集成
- 调试
- 诊断工具
- 工作流分析器
- 变量
- 参数
- 导入的命名空间
- 录制
- 用户界面元素
- 控制流程
- 选取器
- 对象存储库
- 数据抓取
- 图像与文本自动化
- Citrix 技术自动化
- RDP 自动化
- Salesforce 自动化
- SAP 自动化
- VMware Horizon 自动化
- 日志记录
- ScreenScrapeJavaSupport 工具
- Webdriver 协议
- Studio 测试
- 扩展程序
- 故障排除
Extension for VMware Horizon
重要 :
新发布内容的本地化可能需要 1-2 周的时间才能完成。

OUT OF SUPPORT
Studio User Guide
上次更新日期 2025年7月16日
By installing the UiPath Extension for VMware Horizon you are capable of automating VMware applications natively. The extension can be installed from UiPath Studio or the Command Prompt.
From UiPath Studio
- Open UiPath Studio.
- Navigate to Home > Tools > UiPath Extensions.
- Select VMware Horizon > Install. A confirmation dialog box is displayed.
- Restart all your VMware connections for the changes to take effect.
- The UiPath Extension for VMware
Horizon is now installed and is located at
C:\ProgramData\UiPath\UiPath.Common\
.
From the Command Prompt
- Select the Windows Start
button and type
cmd
in the search field. - Right click on Command Prompt and run it as administrator.
- Change the directory to the
UiPath installation folder:
cd C:\Program Files\UiPath\Studio\UiPath
for per-machine installations.cd %localappdata%\Programs\UiPath\Studio\UiPath
for per-user installations.
- Use the
SetupExtensions /VMwareClient
command to install the extension. A confirmation dialog box is displayed. - Restart all your VMware connections for the changes to take effect.
- The UiPath Extension for VMware Horizon is now installed.
To generate native selectors for VMware technologies, you also need to deploy the UiPath Remote Runtime component on all your VMware application servers, as explained on this page.
The
UiPathRemoteRuntime.msi
installer can be downloaded from:
- Product Downloads in the UiPath Customer Portal.
- Resource Center in the UiPath Automation Cloud. To access Resource Center, log in to your Automation Cloud Organization, click the Help button on the navigation bar and choose the Downloads option.
To uninstall the extension, follow the steps below.
From UiPath Studio
- Close all your running VMware applications.
- Open UiPath Studio.
- Navigate to Home > Tools > UiPath Extensions.
- Select VMware Horizon > Uninstall, and confirm your choice.
- The extension is uninstalled.
From the Command Prompt
- Close all your running VMware applications.
- Select the Windows Start
button and type
cmd
in the search field. - Right-click on Command Prompt and run it as administrator.
- Change the directory to the
UiPath installation folder:
cd C:\Program Files\UiPath\Studio\UiPath
for per-machine installations.cd %localappdata%\Programs\UiPath\Studio\UiPath
for per-user installations.
-
Use the
SetupExtensions /VMwareClient /uninstall
command to uninstall the extension. A confirmation dialog box is displayed. - The UiPath Extension for VMware Horizon is now uninstalled.