Help - Search - Members - Calendar
Full Version: VBScripting with Group Policy
Lavasoft Support Forums > Archived Topics > Archives: Resolved/Inactive Topics > Resolved/Inactive General Support Issues
WPG
Hello,
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 unsure.gif
spike-nz
Hi WPG,

Sorry for the delay in responding - have been checking behind the scenes, so to speak, as we do not get many Enterprise Customers in the Forum. I'm afraid that the best I can offer is a quote from the Forum Moderator, LS CalamityJane:
QUOTE
The forums here doesn't have support for the Enterprise Edition because those are handled by The Support Center Customer Service Team.

They do not monitor these forums as they help customers on a individual basis through the support center.

Had you checked the FAQ area?
http://www.lavasoft.com/support/faqs.php

If your question is not answered there, please contact the support center:
http://www.lavasoft.com/support/supportcenter/

For enterprise customers only you may also contact: prioritysupport@lavasoft.com
Sorry that I cannot be of more assistance - my lack of scripting would be way lower than yours.

Regards,

Spike
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.