23 May 2018 08:43 PM
I'm trying to do an silent install of dynatrace agent. How can I uncheck the
“Configure Internet Explorer for best
compatibility with Dynatrace”
option for a silent install?
Thanks
Solved! Go to Solution.
24 May 2018 02:48 AM
Hi Kevin,
Are you using the command line installation specified here? It should look like below
msiexec /i Dynatrace-OneAgent-Windows-1.114.0.20170202-225117.msi SERVER="https://someserver.com" TENANT="xxx" TENANT_TOKEN="xxx" INSTALL_PATH="c:\test dir" /quiet /qn
Please confirm.
Thanks
NJ