Subscribe

UiPath Installation and Upgrade

The UiPath Installation and Upgrade Guide

Command Line Parameters

Installation Command Line Arguments Descriptions

It is possible to install or update Task Mining using the below-mentioned command lines if you have the task-mining-setup.msi installer. The table below lists all the available parameters you can use.

📘

Note:

Setup command-line arguments cannot be used and do not work on task-mining-setup.exe.
This package natively supports all msiexec commands.
Administrator rights are required to execute these commands.

ItemUTM CommandATM CommandDescription
Install Options/i/iUsed for normal installation.
/a/aUsed for administrative installation
/x/xUsed to uninstall the package
APPLICATIONROOTDIRECTORY='{folder_path}'INSTALLFOLDER='{folder_path}'Used to change the installation directory
SERVICEURL="serviceURLpath"not supported in ATM 22.10Used to install the application with the service URL pre-set.
not supportedMSIINSTALLPERUSER=1Install for current user only (default per machine)
Display Options/quiet/quietquiet mode
/passive/passiveunattended mode
/q[n|b|r|f]/q[n|b|r|f]Set the User Interface level as follows:
f - Full User Interface(default)
b - Basic User Interface
r - Reduced User Interface
n - No User Interface
Restart Options/norestart/norestartThe machine will not be restarted after the installation is completed.
/promptrestart/promptrestartThe user will be prompted if a reboot is required
/forcerestart/forcerestartThe machine will be restarted after the installation is complete

Application Command Line Arguments Descriptions

Task Mining’s executable file accepts the following CLI argument:

📘

Notes:

  • These arguments are used in .msi installation when the installer is called with the LICENSECODE argument.
  • By using it, Task Mining is called silently without opening other windows.

Usage

:white-check-mark: Some actions available for the MSI version may require Admin rights.

The executable file name is Task Mining.exe and, depending on the installation type is locates in:

  • %localappdata%/Programs/task-mining folder for the .exe installer;
  • %programfiles%/UiPath/Task Mining the default folder for .msi installer.

:white-check-mark: Since the name of the file and folders contain space, don’t forget to wrap the path of the executable file in double-quotes.

Updated 12 days ago


Command Line Parameters


Suggested Edits are limited on API Reference Pages

You can only suggest edits to Markdown body content, but not to the API spec.