UiPath Platform Installer user guide
Use the UiPath Platform Installer to install the UiPath desktop clients — Studio, Robot, Assistant, Delegate, and browser extensions — and place them on an update channel that keeps them current automatically. You choose the channel by downloading the matching installer, and you can change it later without reinstalling.
Voraussetzungen
- Administrator rights, if you install the desktop clients for all users on the machine.
Install the desktop clients
-
Choose the update channel you want and download its installer:
- Community —
http://download.uipath.com/connected-installer/latest/community/UiPathPlatform.msi - Enterprise STS —
http://download.uipath.com/connected-installer/latest/sts/UiPathPlatformSTS.msi - Enterprise LTS —
UiPathPlatformLTS-25.10orUiPathPlatformLTS-26.10
- Community —
-
Run the downloaded installer and follow the prompts to install the desktop clients.
To install from the command line — including silent, unattended installations and per-machine scope — see Install from the command line.
-
Wait for the installation to finish. The first installation downloads the full client builds, so it takes longer than later updates.
Ergebnis
The UiPath desktop clients are installed on the channel you selected. From this point on, the UiPath Platform Installer keeps them up to date automatically, downloading delta updates in the background. The installer also updates itself as the clients are updated.
To move the machine to a different channel later, you do not need to reinstall — change the update channel from the command line, as described below.
Change the update channel
After installation, you can change the update channel from the command line, without reinstalling. Use the updater executable, UiPath.Connected.Updater.App.exe, located in the Updater installation folder — by default, C:\Program Files\UiPathPlatform\Updater for a per-machine installation.
From that folder, run:
UiPath.Connected.Updater.App.exe set_channel -channel sts
UiPath.Connected.Updater.App.exe set_channel -channel sts
- For a per-machine installation, run the command from an elevated (administrator) command prompt.
- For a per-user installation, add the
-perUserflag:
UiPath.Connected.Updater.App.exe set_channel -channel sts -perUser
UiPath.Connected.Updater.App.exe set_channel -channel sts -perUser
The new channel is saved and used for subsequent updates.
If your organization enforces an update channel through Group Policy, the channel is locked and the command is rejected.