1

I was hoping that I could find someone on here that may know if it is possible to install Nod32 on a client PC silently?

We have some software that will copy the MSI to the remote PC and run it with any specified parameters. The software needs you to import the license key file and tell it where the server is. Is there any way that these details can be pre specified so the user doesn't have to have any interaction on the remote computer.

Journeyman Geek
  • 133,878
IT Tech
  • 11

2 Answers2

1

Simplified remote installation: Closes security gaps while freeing IT staff from redundant, time-consuming work with improved search for unregistered clients. Also creates tasks to push install endpoints in parallel without further intervention.

msw
  • 3,779
1

Run your msi with following parameters:

setup.msi /qn

As far as I remember near the .msi file there should be cfg.xml file with the special structure. See huge example here.