- Release Notes
- Getting Started
- Setup and Configuration
- Automation Projects
- Dependencies
- Types of Workflows
- File Comparison
- Automation Best Practices
- Source Control Integration
- Debugging
- The Diagnostic Tool
- Workflow Analyzer
- About Workflow Analyzer
- ST-NMG-001 - Variables Naming Convention
- ST-NMG-002 - Arguments Naming Convention
- ST-NMG-004 - Display Name Duplication
- ST-NMG-005 - Variable Overrides Variable
- ST-NMG-006 - Variable Overrides Argument
- ST-NMG-008 - Variable Length Exceeded
- ST-NMG-009 - Prefix Datatable Variables
- ST-NMG-011 - Prefix Datatable Arguments
- ST-NMG-012 - Argument Default Values
- ST-NMG-016 - Argument Length Exceeded
- ST-DBP-002 - High Arguments Count
- ST-DBP-003 - Empty Catch Block
- ST-DBP-007 - Multiple Flowchart Layers
- ST-DBP-020 - Undefined Output Properties
- ST-DBP-023 - Empty Workflow
- ST-DBP-024 - Persistence Activity Check
- ST-DBP-025 - Variables Serialization Prerequisite
- ST-DBP-026 - Delay Activity Usage
- ST-DBP-027 - Persistence Best Practice
- ST-DBP-028 - Arguments Serialization Prerequisite
- ST-USG-005 - Hardcoded Activity Arguments
- ST-USG-009 - Unused Variables
- ST-USG-010 - Unused Dependencies
- ST-USG-014 - Package Restrictions
- ST-USG-020 - Minimum Log Messages
- ST-USG-024 - Unused Saved for Later
- ST-USG-025 - Saved Value Misuse
- ST-USG-026 - Activity Restrictions
- ST-USG-027 - Required Packages
- ST-USG-028 - Restrict Invoke File Templates
- Variables
- Arguments
- Imported Namespaces
- Recording
- UI Elements
- Control Flow
- Selectors
- Object Repository
- Data Scraping
- Image and Text Automation
- Automating Citrix Technologies
- RDP Automation
- Salesforce Automation
- SAP Automation
- VMware Horizon Automation
- Logging
- The ScreenScrapeJavaSupport Tool
- The WebDriver Protocol
- Test Suite - Studio
- Extensions
- Troubleshooting
Modify or Uninstall Studio
Follow the instructions on this page if you want to modify an installation or remove Studio from your machine.
-
Locate UiPath Studio in the Apps and features / Programs and Features Windows settings. For example, in Windows 10, select Start Menu > Settings > Apps and features > UiPath Studio, and then select Modify.
Alternatively, double-click the installer to launch the installation wizard again.
-
Configure the following options:
- 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.
- Packages Configuration - Select whether to Install Local Activities.
-
Options - Select whether to automatically launch the Assistant at Windows startup.
- Click Change.
For information on modifying Studio from the command line, see Command Line Parameters.
Locate UiPath Studio in the Apps and features / Programs and Features Windows settings. For example, in Windows 10, select Start Menu > Settings > Apps and features > UiPath Studio, and then select Uninstall.
Uninstalling does not remove the following:
- The settings in the folders %PROGRAMDATA%\UiPath, %LOCALAPPDATA%\UiPath, and %APPDATA%\UiPath
- The packages folder %USERPROFILE%\.nuget\packages
- The NuGet cache folder %LOCALAPPDATA%\NuGet\v3-cache
- The Assistant processes folder in the Windows Start menu %APPDATA%\Microsoft\Windows\Start Menu\Programs\UiPath Assistant Processes
To uninstall from the command line, use the Microsoft Standard Installer (Msiexec.exe). For example, open a command prompt in the folder containing the Studio installer and run the following command:
msiexec /uninstall UiPathStudio.msi
.
KEEP_USER_DATA=1
option. For example:
msiexec /uninstall UiPathStudio.msi KEEP_USER_DATA=1