- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-03-2024 08:11 AM
Hi Team,
we need to install the agent using Msiexec, kindly provide the steps, and also, we have followed the below-mentioned command, but we didn't get the expected result.
msiexec /i c:\Windows_agent_8_4_x64.msi /l*v C:\temp\cortexxdrinstall.log /qn
06-03-2024 12:36 PM
Does it create the log file like it should, what does the log say? Have you tried just running through the installer on the machine and seeing if it encounters any issues with the installation? What exactly do you mean when you say you didn't get the desired result; what was the actual result of the installation attempt?
06-03-2024 12:36 PM
Does it create the log file like it should, what does the log say? Have you tried just running through the installer on the machine and seeing if it encounters any issues with the installation? What exactly do you mean when you say you didn't get the desired result; what was the actual result of the installation attempt?
06-04-2024 01:30 AM
Hi @BPry ,
Thanks for the response, now the issue is resolved we have tried up with the incorrect msiexec command.
after making changes file path of the generated log, it gets started working.
msiexec /i c:\Windows_agent_8_4_x64.msi /l*v C:\test.log /qn
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!