msiexec <INSTALLFLAG> <absolute_path>\<Rumba_install_file>.msi <msiFlags> MRILANG=<Rumba_UI_language> INSTALLDIR=<Rumba_installation_folder> PRIVATEDIR=<user_profile_folder> INTERFACEPRIVA TEDIR=<interface_configurations_folder> CUSTOMIZEDDIRS=1
| Parameter | Description | Required | 
|---|---|---|
| <INSTALLFLAG> | Specifies whether to install or uninstall 
                              					 Rumba+: 
 | Yes. | 
| <absolute_path> | Absolute path to the Rumba+ installation file. | Yes. | 
| <Rumba+_install_file>.msi | The type of installation file in the form of: Rumba_<package>.msi for a licensed installation. Rumba_<package>_eval.msi for an evaluation installation.where <package> is one of: 
 | Yes. | 
| <msiFlag> | Specifies the installation mode. Either or both of silent and with a log file. Silent: /q {n,b,r,f} This sets the user interface level: 
 Log file: /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <log_file> 
 | No. For either silent mode or to create a log file. | 
| MRILANG | Specifies the installation language: 
 | No. If not, specified, the operating system language is used. | 
| INSTALLDIR | Specifies the Rumba+ installation folder. | No. | 
| PRIVATEDIR | Specifies a custom user profile folder. Default is %LocalAppData%\Micro Focus\RUMBA\. | No. | 
| INTERFACEPRIVATEDIR | Specifies a custom interface folder. Default is %AppData%\Micro Focus\RUMBA\. | No. | 
| CUSTOMIZEDDIRS | To be specified if 
                              					 PRIVATEDIR and 
                              					 INTERFACEPRIVATEDIR are specified. Value must be 1. | Yes, if PRIVATEDIR and INTERFACEPRIVATEDIR are specified. |