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;
Release : 10.8 SP1
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