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.
Item | UTM Command | ATM Command | Description |
---|---|---|---|
Install Options | /i | /i | Used for normal installation. |
/a | /a | Used for administrative installation | |
/x | /x | Used to uninstall the package | |
APPLICATIONROOTDIRECTORY='{folder_path}' | INSTALLFOLDER='{folder_path}' | Used to change the installation directory | |
SERVICEURL="serviceURLpath" | not supported in ATM 22.10 | Used to install the application with the service URL pre-set. | |
not supported | MSIINSTALLPERUSER=1 | Install for current user only (default per machine) | |
Display Options | /quiet | /quiet | quiet mode |
/passive | /passive | unattended 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 | /norestart | The machine will not be restarted after the installation is completed. |
/promptrestart | /promptrestart | The user will be prompted if a reboot is required | |
/forcerestart | /forcerestart | The 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
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.
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