I am trying to automate the installation of DCSA 6.0 on Windows Server 2008; however when I launch the installation via command line or script, no install takes place; furthermore monitoring the process tree shows agent.exe spawning for roughly 1 second and then terminating. No installation log is generated, and no further activity from teh agent takes place (no install is performed). When I invoke agent.exe interactively, I recieve a normal installation, which can be completed without error, prompt or issue. I am not sure what I am missing here. The silent installation I am attempting is:
"C:\DeployDCS\install\Agent.exe" /s /v”MANAGEMENT_SERVER=1.2.3.4 SSL_CERT_FILE=C:\DeployDCS\agent-cert.ssl /qn”
NOTE - in the situation above, UAC is disabled on this test system, and the logged on account is local administrator.