Question

Fujitsu
GB
Last activity: 9 Apr 2025 8:56 EDT
Installing Pega Robot Runtime Parameters
I have the following command lines to Install Pega Robot Runtime:
PegaNativeFoundationSetup.exe /qn /norestart /L*v PegaNativeFoundationSetup-Install.log
PegaSynchronizationEngineSetup.exe AI_DESKTOP_SH=0 AI_QUICKLAUNCH_SH=0 /qn /norestart /L*v PegaSynchronizationEngineSetup-Install.log
PegaBrowserExtensionSetup.exe INST_EDGE=1 INST_CHROME=1 /qn /norestart /L*v PegaBrowserExtensionSetup-Install.log
PegaRPAServiceSetup.exe /qn /norestart /Lwe PegaRPAServiceSetup-Install.log ENABLE_RPA_SERVICE="True" INST_RPA=0 RPA_GROUP="Everyone" RPA_MODE="OnDemand" RPA_LOGGING="True" ROBOT_WORKGROUP="WorkGroup@Name" ROBOTNAME="{MachineName}" RPA_SERVICE_OPERATOR="{MachineName}_RPA"
After these installs, the Robot Runtime is installed with the following command line:
PegaRobotRuntimeSetup.exe /qn /norestart /L*v PegaRobotRuntimeSetup-Install.log ENABLE_RPA="True" ENABLE_PRM="True" INST_PBE="True" INST_RPA="True" PRM_SERVER="https://www.sample.url:1234/pr"
However the log states the following where it seems to read the already present CommonConfig.xml and overwriting command line parameters.
I have the following command lines to Install Pega Robot Runtime:
PegaNativeFoundationSetup.exe /qn /norestart /L*v PegaNativeFoundationSetup-Install.log
PegaSynchronizationEngineSetup.exe AI_DESKTOP_SH=0 AI_QUICKLAUNCH_SH=0 /qn /norestart /L*v PegaSynchronizationEngineSetup-Install.log
PegaBrowserExtensionSetup.exe INST_EDGE=1 INST_CHROME=1 /qn /norestart /L*v PegaBrowserExtensionSetup-Install.log
PegaRPAServiceSetup.exe /qn /norestart /Lwe PegaRPAServiceSetup-Install.log ENABLE_RPA_SERVICE="True" INST_RPA=0 RPA_GROUP="Everyone" RPA_MODE="OnDemand" RPA_LOGGING="True" ROBOT_WORKGROUP="WorkGroup@Name" ROBOTNAME="{MachineName}" RPA_SERVICE_OPERATOR="{MachineName}_RPA"
After these installs, the Robot Runtime is installed with the following command line:
PegaRobotRuntimeSetup.exe /qn /norestart /L*v PegaRobotRuntimeSetup-Install.log ENABLE_RPA="True" ENABLE_PRM="True" INST_PBE="True" INST_RPA="True" PRM_SERVER="https://www.sample.url:1234/pr"
However the log states the following where it seems to read the already present CommonConfig.xml and overwriting command line parameters.
Action start 11:39:03: AI_XmlLocator.
MSI (s) (E0!E8) [11:39:03:969]: PROPERTY CHANGE: Deleting PRM_SERVER property. Its current value is 'https://www.sample.url:1234/pr'.
MSI (s) (E0!E8) [11:39:03:969]: PROPERTY CHANGE: Modifying ENABLE_PRM property. Its current value is 'True'. Its new value: 'false'.
How should the command line be constructed to stop this from happening?