- 发行说明
- 入门指南
- 设置和配置
- 自动化项目
- 依赖项
- 工作流类型
- 文件比较
- 自动化最佳实践
- 源代码控件集成
- 调试
- 诊断工具
- 工作流分析器
- 变量
- 参数
- 导入的命名空间
- 控制流程
- 对象存储库
- 日志记录
- ScreenScrapeJavaSupport 工具
- Studio 测试
- 扩展程序
- 故障排除
如果要修改安装或从计算机中删除 Studio,请按照此页面上的说明进行操作。
修改 Studio
修改 Studio 的选项仅适用于按计算机安装(使用自定义安装类型执行的安装)。
-
在“应用程序和功能”/“程序和功能” Windows 设置中找到 UiPath Studio。例如,在 Windows 10 中,选择“开始”菜单>“设置”>“应用程序和功能”>“UiPath Studio”,然后选择“修改”。
或者,双击安装程序以再次启动安装向导。
-
配置以下选项:
-
Tools - Select which of the following extensions and add-ons you want to install: Excel Add-in, extension for Java, extension for Chrome, , JavaScript Robot Add-on, extension for Citrix, extension for VMware, extension for Microsoft Remote Desktop, or SAP Solution Manager plugin.
-
软件包配置 - 选择是否“安装本地活动”。
-
选项 - 选择是否在 Windows 启动时自动启动 Assistant。
-
-
单击“更改”。
For information on modifying Studio from the command line, see Command Line Parameters.
卸载 Studio
在“应用程序和功能”/“程序和功能” Windows 设置中找到 UiPath Studio。例如,在 Windows 10 中,选择“开始”菜单>“设置”>“应用程序和功能”>“UiPath Studio”,然后选择“卸载”。
卸载时不会删除以下内容:
- The settings in the folders %PROGRAMDATA%\UiPath, %LOCALAPPDATA%\UiPath, and %APPDATA%\UiPath
- 包文件夹 %userprofile%\.nuget\packages
- NuGet 缓存文件夹 %LOCALAPPDATA%\NuGet\v3-cache
- Windows“开始”菜单 %APPDATA%\Microsoft\Windows\“开始”菜单\Programs\UiPath Assistant Processes 中的 Assistant 流程文件夹
要从命令行卸载,请使用 Microsoft 标准安装程序 (Msiexec.exe)。例如,在包含 Studio 安装程序的文件夹中打开命令提示符,然后运行以下命令:
msiexec /uninstall UiPathStudio.msi。
Uninstalling from the command line also removes the %PROGRAMDATA%\UiPath folder (for per-machine installations) or the %LOCALAPPDATA%\UiPath folder (for per-user installations). To prevent either of the folders from being removed, run the uninstall command with the KEEP_USER_DATA=1 option. For example:
msiexec /uninstall UiPathStudio.msi KEEP_USER_DATA=1