- Release Notes
- Getting Started
- Setup and Configuration
- Automation Projects
- Dependencies
- Types of Workflows
- Control Flow
- File Comparison
- Automation Best Practices
- Source Control Integration
- Debugging
- Logging
- 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-NMG-017 - Class name matches default namespace
- ST-DBP-002 - High Arguments Count
- ST-DBP-003 - Empty Catch Block
- ST-DBP-007 - Multiple Flowchart Layers
- ST-DPB-010 - Multiple instances of [Workflow] or [Test Case]
- ST-DBP-020 - Undefined Output Properties
- ST-DBP-021 - Hardcoded Timeout
- ST-DBP-023 - Empty Workflow
- ST-DBP-024 - Persistence Activity Check
- ST-DBP-025 - Variables Serialization Prerequisite
- ST-DBP-027 - Persistence Best Practice
- ST-DBP-028 - Arguments Serialization Prerequisite
- ST-USG-005 - Hardcoded Activity Properties
- ST-USG-009 - Unused Variables
- ST-USG-010 - Unused Dependencies
- ST-USG-014 - Package Restrictions
- ST-USG-017 - Invalid parameter modifier
- 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
- ST-USG-032 - Required Tags
- ST-USG-034 - Automation Hub URL
- Variables
- Arguments
- Imported Namespaces
- Coded automations
- Introduction
- Registering custom services
- Before and After contexts
- Generating code
- Generating coded test case from manual test cases
- Troubleshooting
- Trigger-based Attended Automation
- Object Repository
- The ScreenScrapeJavaSupport Tool
- Extensions
- About extensions
- SetupExtensions tool
- UiPathRemoteRuntime.exe is not running in the remote session
- UiPath Remote Runtime blocks Citrix session from being closed
- UiPath Remote Runtime causes memory leak
- UiPath.UIAutomation.Activities package and UiPath Remote Runtime versions mismatch
- The required UiPath extension is not installed on the remote machine
- Screen resolution settings
- Group Policies
- Cannot communicate with the browser
- Chrome extension is removed automatically
- The extension may have been corrupted
- Check if the extension for Chrome is installed and enabled
- Check if ChromeNativeMessaging.exe is running
- Check if ComSpec variable is defined correctly
- Enable access to file URLs and Incognito mode
- Multiple browser profiles
- Group Policy conflict
- Known issues specific to MV3 extensions
- List of extensions for Chrome
- Chrome Extension on Mac
- Group Policies
- Cannot communicate with the browser
- Edge extension is removed automatically
- The extension may have been corrupted
- Check if the Extension for Microsoft Edge is installed and enabled
- Check if ChromeNativeMessaging.exe is running
- Check if ComSpec variable is defined correctly
- Enable access to file URLs and InPrivate mode
- Multiple browser profiles
- Group Policy conflict
- Known issues specific to MV3 extensions
- List of extensions for Edge
- Extension for Safari
- Extension for VMware Horizon
- Extension for Amazon WorkSpaces
- SAP Solution Manager plugin
- Excel Add-in
- Studio testing
- Troubleshooting
- About troubleshooting
- Assembly compilation errors
- Microsoft App-V support and limitations
- Internet Explorer X64 troubleshooting
- Microsoft Office issues
- Identifying UI elements in PDF with Accessibility options
- Repairing Active Accessibility support
- Validation of large Windows-legacy projects takes longer than expected

Studio user guide
Command Line Parameters
You can install and update Studio and the Robot, or change an existing installation by running the UiPathStudio.msi or UiPathStudioCloud.msi installer from the command line.
See the following sections for descriptions of the available parameters and a few usage examples.
- Administrator rights are required to execute these commands.
- Changing an existing installation by running the installer from the command line in silent mode is not supported. However, you can run the installer in silent mode to update from an older version.
- Using the
/passiveoption of msiexec.exe to run an unattended installation is not supported.
Command Line Arguments Descriptions
The following table lists all available command line parameters.
All parameters can be used for clean installations, but only the following are supported when updating from an older version or changing an existing installation:
- Enable features using
ADDLOCAL. - Disable features using
REMOVE. Please note that the Robot cannot be disabled. - Enable or disable Assistant options using
ASSISTANT_OPTIONS. SERVICE_URL- available when switching the Robot from service mode to user mode by not including theRegisterServiceargument.NUGET_OPTIONS,ENFORCE_SIGNED_EXECUTION,DISABLE_SECURE_XAML, andTELEMETRY_ENABLED- available when updating from an older version, not available when changing an existing installation.- See the address of the proxy server, either IP or domain name using
PROXY_ADDRESS.
When entering paths, consider the following:
- If you need to use environment variables such as
%USERNAME%or%USERPROFILE%, the%special character needs to be escaped as follows:- When the setup is invoked from Command Prompt, use
^-UiPathStudio.msi PACKAGES_FOLDER=C:\Some\Path\^%USERNAME^%. - In batch scripts, use
^-UiPathStudio.msi PACKAGES_FOLDER=C:\Some\Path\^%USERNAME^%. - In PowerShell console or scripts - no escaping is needed.
- When using Active Directory domain accounts, it is recommended to specify the domain name in the folder structure too, such as
C:\packages\^%UserDomain^%.^%Username^%.
- When the setup is invoked from Command Prompt, use
- If you need to use paths with spaces, they must be wrapped as follows:
- In Command Prompt, surround with double quotes (
" "). For example,UiPathStudio.msi APPLICATIONFOLDER="C:\folder name". - In PowerShell, surround with single and double quotes (
'" "'). For example,./UiPathStudio.msi APPLICATIONFOLDER='"C:\folder name"'.
- In Command Prompt, surround with double quotes (
| Command | Description |
|---|---|
|
| Helps you install the specified UiPath features silently, without displaying the user interface. |
|
| Generates an installer log file at the specified path. Starting with v2018.4.2, this file can also include licensing information if you license Studio or Robot at install time. You can send the file further to our support team if, for any reason, you encounter difficulties during the installation process. |
|
| Enables you to select what features to install. If ADDLOCAL is used, only the features specified in it are installed. If ADDLOCAL is not used, the following features are installed: Studio, the Robot in service mode, the activities packages, and the JavaScript add-on. It supports the following options: Studio - Installs Studio. ExcelAddin - Installs the Excel Add-in. Robot - Installs the Robot in user mode or service mode, as well as the Assistant.
If you convert the Robot from service mode to user mode, the Robot might not be able to access the
|
|
| This parameter enables you to install Studio and Robot either per user or per machine. MSIINSTALLPERUSER=1 , the installation is per user. The parameters is usable only when performing a clean installation. The following options are not available in per-user installations: RegisterService, CitrixExtension, VMwareExtension, SapPlugin, PACKAGES_FOLDER, CODE. |
|
| Hostname or IP address for your SAP Solution Manager instance. Required for clean installs if the SapPlugin argument was provided for the ADDLOCAL option. For example UiPathStudio.msi ADDLOCAL=Studio,Robot,SapPlugin SAP_SOL_MAN_HOST=ip_address |
|
| Enables you to install Studio and Robot in a custom location. |
|
| This parameter is recommended if you are working in an offline environment. If set to DisableOnlineFeeds , this parameter helps you disable the online UiPath official and Community feeds for the Robot - only the Orchestrator and local feeds are taken into consideration. Please note that the URL feeds are not deleted from the configuration files, just ignored. It can be used for both installations and upgrades. EnableOnlineFeeds to enable online feeds. The |
|
| Enables you to change the download location of your workflows and their dependencies for Studio and/or Robot. This folder can be user specific or accessible by all users from a machine. This parameter can be used for both service mode or user mode robots. If you do not provide this parameter the default folder is %userProfile%\.nuget\packages . When changing the packages folder, make sure that all the users that need to execute processes have read access to this folder. When using the
For information on how to change the download folder for packages after installation, see Managing Activities Packages . |
|
| Enables you to add custom NuGet activities feeds for Studio and/or Robot. This command only adds or updates the existing list of feeds. It must be populated with key-value pairs of type string. Valid locations include online feeds, folder paths, and shared network drives. Make sure that the provided feeds are reachable by all users from a given machine. Separate feeds with semicolons (;). CUSTOM_NUGET_FEEDS="FeedName1,https://my.custom.nuget.feed; FeedName2,D:\Custom\Activities\Packages\" . |
|
| Optional. Enables you to enforce your Robots to execute only signed packages. It can be used at clean installs or updates of your instances. If this parameter is not specified at deploy-time, package signing is not enabled. It supports the following options:
For information on how to enforce signed execution after installation, see Signing Packages . |
|
| Licenses your Studio instance. |
CLIENT_ID and CLIENT_SECRET | Automatically connects the Robot to Orchestrator using client credentials while also installing it. UiPathStudio.msi ORCHESTRATOR_URL=https://demo.uipath.com/company/tenant/orchestrator_ CLIENT_ID=1234-abcd-1ab2-cd32-1111 CLIENT_SECRET=2143ndafj32k |
|
| Allows you to choose the installation method for the Chrome extension. This parameter requires the installer to run with admin rights. If it's omitted, the most appropriate installation method is selected automatically. It supports the following options:
The old installation methods names ( |
|
| Allows you to choose the installation method for the Edge extension. This parameter requires the installer to run with admin rights. If it's omitted, the most appropriate installation method is selected automatically. It supports the following options:
The old installation methods names ( |
|
| Allows you to disable security of XAML files for Robots installed as a Windows service. Unsecured XAML files allow users to read and modify the process files and logic. It supports the following options:
This parameter can only be used during a clean install or an update. |
|
| Allows you to define the URL of the Orchestrator instance users will connect to using Interactive Sign-In . uipath.config file, and it's only saved for user-mode Robots. For service-mode installations, the argument is ignored. When running the installer to update from an older version or change your existing installation, this parameter is supported if you are switching the Robot from service mode to user mode (the RegisterService option is not included). |
|
| In a clean installation, you can specify the main Orchestrator URL, used for retrieving auto-update information (e.g. https://orchestrator.local/organizationName/tenantName ). |
|
| Allows you to disable the usage data collection and can be done at install time for Studio and Robot. This parameter can only be used during a clean install or an update. Telemetry is enabled by default for Studio and Robot. To disable it, use the following value for the parameter whenever you perform a clean installation or an update:
If you want to enable telemetry, do not include the parameter, or include it with the following value:
For more information about usage data collection and how to change telemetry settings, see the Opting Out of Telemetry document. |
|
| Allows you to enable the Picture in Picture functionality of the machine during the UiPath command-line installation. To enable it, use the following parameter:
Example:
|
|
| Enables you to select the display language of the installer. If not specified, the language settings in Windows determine the installer language. To specify the language, enter the parameter INSTALLER_LANGUAGE=<language_code> . The following options are available:
|
ASSISTANT_OPTIONS | Allows you to specify whether to enable or disable the Marketplace widget for Assistant.
|
ORCHESTRATOR_AUTO_SIGNIN | If you install the attended robot in user mode and your environment is configured to use SSO with Azure Active Directory , this enables automatic sign-in to your account. This parameter must be used together with ORCHESTRATOR_URL . To enable this option, use ORCHESTRATOR_AUTO_SIGNIN=1 . |
ENFORCE_DEFAULT_SERVICE_URL | For user-mode installations, this parameter enforces the default service URL. To enable this option, use ENFORCE_DEFAULT_SERVICE_URL=1 . ORCHESTRATOR_URL must also be enabled. |
PROXY_SCRIPT_ADDRESS | The address of the script that determines how and when to use the proxy. Should contain the URI of the script file, for example, http://localhost/proxy.pac. Note:
|
PROXY_ADDRESS To be used together with:
| The address of the proxy server, either IP or domain name. For example, http://my.proxy.net:8008. |
|
| Allows direct connection for local addresses, bypassing the proxy server. Set it to 1 to bypass the local address, or to 0 otherwise. |
|
| The list of addresses that connect directly to the internet, bypassing the proxy server. Should contain RegExr strings that contain the URLs of servers to bypass. For example, "server.domain.local$;www.google.com;192.168.\d{1,3}.\d{1,3}". |
|
PROXY_PASSWORD . | The username credential for proxy server authentication. |
PROXY_PASSWORD | The password associated with the username for proxy server authentication. |
PROXY_DOMAIN | The domain where the proxy server resides, required for authentication. |
Performing a Synchronous Installation
If you want to make additional configurations after the installation is completed, you can run the installer synchronously. This enables you to add other commands to be performed after the installer finishes, For example, you can install and also set up a robot connection or configure feeds.
The following scripts perform the installation and enable you to add other commands to be performed if the installation is successful.
:: Runnning the MSI synchronously
start /wait /b UiPathStudio.msi /Q
:: Assert the exit code and continue accordingly
set "_isSuccess="
if %ERRORLEVEL% EQU 0 Set "_isSuccess=1"
if %ERRORLEVEL% EQU 1641 Set "_isSuccess=1"
if %ERRORLEVEL% EQU 3010 Set "_isSuccess=1"
:: test for success and run follow-up commands
if (%_isSuccess% EQU 1) (
echo "success"
) ELSE (
echo "fail"
)
:: Runnning the MSI synchronously
start /wait /b UiPathStudio.msi /Q
:: Assert the exit code and continue accordingly
set "_isSuccess="
if %ERRORLEVEL% EQU 0 Set "_isSuccess=1"
if %ERRORLEVEL% EQU 1641 Set "_isSuccess=1"
if %ERRORLEVEL% EQU 3010 Set "_isSuccess=1"
:: test for success and run follow-up commands
if (%_isSuccess% EQU 1) (
echo "success"
) ELSE (
echo "fail"
)
Examples
These examples have been written considering that you are already in the directory in which the UiPathStudio.msi installer is located. You can do this with the following command, for example: cd D:\UiPathInstaller.
- Install Studio, a Robot as a Windows service and the activities packages -
UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService - Install Studio and a Robot in user mode only for the current user -
UiPathStudio.msi MSIINSTALLPERUSER=1 ADDLOCAL=Studio,Robot - Install the live streaming feature for Robot versions 2024.10+ -
UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService,LiveStreaming - Silently install the entire Desktop suite -
UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService,StartupLauncher,JavaBridge /Q - Silently install the entire Desktop suite and the Chrome Extension via policy -
UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService,ChromeExtension CHROME_INSTALL_TYPE=POLICYONLINE /Q - Silently install Studio, the Robot as a Windows service and the activities packages, all in the
D:\UiPathfolder -UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService APPLICATIONFOLDER=D:\UiPath /Q - Silently install the Robot as a Windows service and connect it to Orchestrator -
UiPathStudio.msi ADDLOCAL=Robot,RegisterService ORCHESTRATOR_URL=https://demo.uipath.com/company/tenant/orchestrator_ CLIENT_ID=1234-abcd-1ab2-cd32-1111 CLIENT_SECRET=2143ndafj32k - Silently install Studio, the Robot as a Windows service, and add two custom activity feeds -
UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService CUSTOM_NUGET_FEEDS="Feed Name1,https://my.custom.nuget.feed; FeedName2,D:\RPA\Activities\Packages\" /Q - Silently install and license Studio, a Robot registered as a Windows service and the local activity feed -
UiPathStudio.msi ADDLOCAL=Studio,Robot,RegisterService CODE=1234567890 /Q - Install Robot as a Windows service, and disable the official online feeds -
UiPathStudio.msi ADDLOCAL=Robot,RegisterService NUGET_OPTIONS=DisableOnlineFeeds - Uninstall the Chrome Extension -
UiPathStudio.msi REMOVE=ChromeExtension /Q - Set up the auto-update connection during attended robot installation -
UiPathStudio.msi ADDLOCAL=Robot, SERVICE_URL="https://demo.uipath.com/myorg/mytenant" - Set up the auto-update connection during unattended robot installation -
UiPathStudio.msi ADDLOCAL=Robot,RegisterService ORCHESTRATOR_URL="https://demo.uipath.com/myorg/mytenant/orchestrator_"