Silently Install Robotmaster V6.9
This How-To article will show you to silently install Robotmaster V6.9.522.1.
This version is compatible with Mastercam x9, 2017, 2018, 2019, 2020 and 2021.
To avoid any Windows UAC prompts while running the install in silent mode you must run the command prompt in Administrator mode.
Mastercam must be installed previously to installing Robotmaster V6.9.522.1.
The current PC user must have administrative rights to be able to install the software.
Mastercam must be run one-time before installing Robotmaster V6.9.522.1 to ensure the relevant Windows registry entries are created.
Mastercam must be closed prior to installing Robotmaster V6.9.522.1.
Installation and Temporary Files hard drive requires at least 5 GB available to be able to install Robotmaster V6.9.522.1
Instructions
Use the following command to install Robotmaster V6 without any visual prompts.
.\Robotmaster-V6.9.522.1.exe /exelang 1033 /exenoui /exelog ".\install.log" /qn /norestartIf you silently install Robotmaster 6.9.522.1, it will install for all versions of supported Mastercam.
The order of the arguments passed to the Robotmaster-V6.9.522.1.exe program can not be changed; application - bootstrap arguments - MSI arguments.
The argument groups and their dependent order are in the table below.
Application | <bootstrap arguments> | <MSI arguments> |
|---|---|---|
.\Robotmaster-V6.9.522.1.exe | /exelang 1033 /exenoui /exelog ".\install.log" | /qn /norestart |
Bootstrap Argument Manual
/? and /help
Both these commands will display a help dialog containing the command-line options for the EXE setup./exenoui
Launches the EXE setup without UI./exebasicui
Launches the EXE setup with basic UI. The UI level set using the above command-line options will overwrite the default UI level specified when the package was built./listlangs
Lists the languages supported by the EXE setup./exelang <langId>
Launches the EXE setup using the specified language. This command-line option will have effect only if the EXE setup was built with the language selection dialog. You can use both a UI level and /exelang command-line options at the same time./exelog <path_to_log_file>
Creates a log file at the specified path with the specified name. If a path and name are not specified, then the log file will be created next to the EXE installer having the same name as the installer and the extension .log./exenoupdates
Using this switch will force the Bootstrapper to cancel/discard the update checks if any is declared in the Updater Page.
Make sure that your application command matches the version of the Robotmaster application you wish to install, otherwise the silent install will fail.
Example:
Related articles