netclient command line install silent

Hi Guys

I’m messing with Windows Server Remote Installation Services and was wondering how I can install the avast netclient on my workstations using a command line command when a new system is installed and added to my domain. I know I can have it auto-deploy to new clients from the server, but I would rather have manual control on who gets the client. Thanks for any help.

We have a group policy which kicks off some VBscript to check for and remove our old AVS and install Avast.

The Avast install simply calls the MSI with the /quiet extention on the end. But that depends on what version of MSIexec each PC has.

Our script also checks the MSIexec version and upgrades the PC’s MSIexec version (silently), then ont he next reboot it can happily install Avast (silently). One more reboot and it’s all hunky dory.