Configurator Command
- Last UpdatedMay 01, 2023
- 1 minute read
The Configurator command format is:
Configurator.exe /silent=true /action=add /feature=<component_list> /response=Configurator_response_file
where
-
Configurator.exe is the post-install Configurator executable file. The default path for this file is:
C:\Program Files (x86)\Common Files\ArchestrA.
-
/action=add is the switch that causes the components to be configured.
-
/feature=component_list is the switch that specifies which components are being configured.
-
/response=Configurator_response_file is the switch that specifies the file path (if needed) and file name of the response file that specifies the settings for the components being configured.
For example:
C:\Program Files (x86)\Common Files\ArchestrA\Configurator.exe /silent=true /action=add /feature=MES:WebPortal,MES:MiddlewareProxy /response=C:\response.txt
The command must be run by a user with a Windows Administrator user account.