No Silent Install .Net Agent of SaaS Agent (Cross Ref: 33564558)
search cancel

No Silent Install .Net Agent of SaaS Agent (Cross Ref: 33564558)

book

Article ID: 275585

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope)

Issue/Introduction

Received install package in a prior case.

There was no .iss file in this install package to run in silent mode as the guide says; 

Install Agent in Silent Mode

Environment

Release : 10.8 SP1

Resolution

I was able to make it work with the .msi installer.

instead of using this command line...

call "%path_name%IntroscopeDotNetAgentInstall64_10.7.0.197.exe" /s /v"/qn INSTALLDIR=\"%WILY_INST%"

we use this one for the .msi

msiexec /i "%path_name%IntroscopeDotNetAgentInstall64.msi" /qn INSTALLDIR="%WILY_INST%"

We will use a batch file with the command line to install the agent