1: message when installing RC Plugin Agent using msiexec command line
search cancel

1: message when installing RC Plugin Agent using msiexec command line

book

Article ID: 380598

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager CA Client Automation

Issue/Introduction

Installation of RC plugin using msiexec command line like this :

msiexec.exe /i "AgtRC.msi" AGENT_SERVER=<SERVERNAME> CAF_START_SERVICE=1 ALLUSERS=1 INSTALLELEVATED=1 REBOOT=REALLYSUPPRESS /l*v "%temp%\DSMSetupRCAgent.log"

returns following message :

1:

Environment

Client Automation - All Versions

Resolution

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"