Task Mining
latest
false
Banner background image
Task Mining
Last updated Apr 26, 2024

Command line parameters

Installation command line arguments descriptions

You can install or update Task Mining using command lines if you have the task-mining-setup.msi installer. Below is an overview of the available parameters.

Note:
  • This package natively supports all msiexec commands.

  • Administrator rights are required to execute these commands.

Install options

Command

Description

/i

Used for normal installation.

/a

Used for administrative installation

/x

Used to uninstall the package

INSTALLFOLDER='{folder_path}'

Used to change the installation directory

SERVERURL="serverURLpath"

Used to install the application with the service URL preset. Default https://cloud.uipath.com (Not available in 22.10)

MSIINSTALLPERUSER=1

Install for current user only (default per machine)

ADDLOCAL=ChromeExtension,EdgeExtension,

FirefoxExtension,JavaExtension,

CitrixExtension,RdpExtension,VmwareExtension

List of extensions to install

22.10 - all extensions installed by default

23.4 - Chrome Extension, Edge Extension, Firefox Extension installed by default

ADDLOCAL=ProductFeature to skip all extensions

Display options

Command

Description

/quiet, /qn

quiet mode (no UI)

/qf

Full User Interface(default)

Restart options

Command

Description

/norestart

The machine will not be restarted after the installation is completed.

/promptrestart

The user will be prompted if a reboot is required

/forcerestart

The machine will be restarted after the installation is complete

Other options

Command

Description

PROXY_SETTINGS= (example below)

Set proxy settings

TELEMETRY_ENABLED

Enable telemetry in the application

APPLICATION_LANGUAGE

Set language by default

Examples

Below are some examples of adding CLI parameters for the unified installer:

msiexec /i UiPathTaskMining.msi /qr MSIINSTALLPERUSER=1 PROXY_SETTINGS="{""host"":""localhost"",""port"":12345,""authIsEnabled"":false,""useProxyServer"":true}"msiexec /i UiPathTaskMining.msi /qr MSIINSTALLPERUSER=1 PROXY_SETTINGS="{""host"":""localhost"",""port"":12345,""authIsEnabled"":false,""useProxyServer"":true}"
msiexec /i UiPathTaskMining.msi /qr MSIINSTALLPERUSER=1 PROXY_SETTINGS="{""host"":""localhost"",""port"":12345,""authIsEnabled"":true,""username"":""user"",""password"":""pass"",""domain"":""domain"",""useProxyServer"":true}"msiexec /i UiPathTaskMining.msi /qr MSIINSTALLPERUSER=1 PROXY_SETTINGS="{""host"":""localhost"",""port"":12345,""authIsEnabled"":true,""username"":""user"",""password"":""pass"",""domain"":""domain"",""useProxyServer"":true}"
msiexec /i UiPathTaskMining.msi /qr MSIINSTALLPERUSER=1 PROXY_SETTINGS="{""usePacScript"":true,""pacScriptAddress"":""localhost:8888/proxy.pac""}"msiexec /i UiPathTaskMining.msi /qr MSIINSTALLPERUSER=1 PROXY_SETTINGS="{""usePacScript"":true,""pacScriptAddress"":""localhost:8888/proxy.pac""}"
msiexec /i UiPathTaskMining.msi /qr MSIINSTALLPERUSER=1 PROXY_SETTINGS="{""host"":""localhost"",""port"":12345,""authIsEnabled"":false,""useProxyServer"":true,""bypassList"":""google.com""}"msiexec /i UiPathTaskMining.msi /qr MSIINSTALLPERUSER=1 PROXY_SETTINGS="{""host"":""localhost"",""port"":12345,""authIsEnabled"":false,""useProxyServer"":true,""bypassList"":""google.com""}"

Config.json

After successful installation, before launching the recorder, you can edit the proxySettings property in the <installation_directory>/config.json configuration file.

Below is an example.

{
  "serverURL": "https://cloud.uipath.com",
  "telemetryEnabled": "1",
  "applicationLanguage": "",
  "proxySettings": "{\"host\":\"localhost\",\"port\":12345,\"authIsEnabled\":true,\"username\":\"user\",\"password\":\"pass\",\"domain\":\"domain\",\"useProxyServer\":true}",
}{
  "serverURL": "https://cloud.uipath.com",
  "telemetryEnabled": "1",
  "applicationLanguage": "",
  "proxySettings": "{\"host\":\"localhost\",\"port\":12345,\"authIsEnabled\":true,\"username\":\"user\",\"password\":\"pass\",\"domain\":\"domain\",\"useProxyServer\":true}",
}
  • Installation command line arguments descriptions
  • Install options
  • Display options
  • Restart options
  • Other options
  • Examples
  • Config.json

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.