Windows PowerShell Silent Install of NxLog


#1 IanMcShane

Hi,

I was wondering if anyone could help me please.

I want to use PowerShell to do a silent install of NxLog, I have tried different ways of using MSIEXEC in powershell and command line but I just can't seem to get it working.

Any advice would be great.

 

Thanks.

#2 adm Nxlog ✓
#1 IanMcShane
Hi, I was wondering if anyone could help me please. I want to use PowerShell to do a silent install of NxLog, I have tried different ways of using MSIEXEC in powershell and command line but I just can't seem to get it working. Any advice would be great.   Thanks.

This seems to work for most users with this:

msiexec /i nxlog-xxx.msi /quiet

What issues are you having?