Need code snippet or reference url to silently install nxlog agent
Tags:
#1
anilbqkumar
Hello Techies,
Can someone please help me below query?
How to execute windows MSI installer to silently install nxlog agent(nxlog-ce-3.0.2272.msi) using a PowerShell script. Any code snippet or reference url will be very helpful to refer from.
Thanks in advance Anil Kr
#2
AndyC
#1
anilbqkumar
Hello Techies,
Can someone please help me below query?
How to execute windows MSI installer to silently install nxlog agent(nxlog-ce-3.0.2272.msi) using a PowerShell script. Any code snippet or reference url will be very helpful to refer from.
Thanks in advance
Anil Kr
Hi, you can usually use the /silent switch at the end of the MSI, assuming its been built using the standard MS rules then the following command will tell you all available switches
msiexec /?