Installation of RC plugin using msiexec command line like this :
returns following message :
1:
Client Automation - All Versions
RC Agent MSI installation (AgtRC.msi) does not support the interactive installation. No setup screen has been created for RC installation. RC Agent should always be installed with /qn option.
Example :
msiexec.exe /i "AgtRC.msi" AGENT_SERVER=<SERVERNAME> CAF_START_SERVICE=1 ALLUSERS=1 INSTALLELEVATED=1 REBOOT=REALLYSUPPRESS /qn /l*v "%temp%\DSMSetupRCAgent.log"