This is a first post for me.
I am using ADware Enterprise Edition 1.7
I have been a fan of Adaware/Lavasoft for about 4 years and it's an excellent product.
I work for a company as an administrator in which I need to push out the Enterprise edition to 300 workstations using GP with AD. I understand the GPO process but I have a humble lack of scripting. Your script seems to be having issues as I was told from knowledgeable individuals.
Can anyone help with this topic?
Here is the script as I had tried to exec.
Option Explicit
//Beginning of the VBscript file For Client Installing
Dim theShell
Set theShell=WScript.CreateObject("WScript.Shell")
theShell.Run "msiexec.exe /i \\SAVG\Client Setup\AAwEntC.msi /quiet /qn /norestart SERVER_PORT=10020 SERVER_HOST=192.168.1.1 CLIENT_PORT=10010"
Set theShell = Nothing
WScript.Quit(0)
//End of file
Thanks in advance