How to Install Client Without User Interaction
Question
Can you install the Netwrix Endpoint Protector client, without user interaction?
Answer
Yes, you can install the Netwrix Endpoint Protector client via the command line interface with administrative privileges. This method installs the client without user interaction and does not require a system restart.
Run the following command:
msiexec /i "C:\Users\eppuser1\Desktop\EPP Client\EPPClientSetup.6.2.4.2000_x86_64_[a=192.168.43.115].msi" /norestart /qn /l*v "C:\EPP_inst.log"
/qnperforms a silent installation./norestartprevents a computer restart after installation is complete.