Const Maximize_window=7
Const ALL_USERS=True
Strcomputer="."
set objshell = wscript.createobject("wscript.shell")
set objexeccobject= objshell.exec("cmd /c Norton 2007 Antivirus\NAVSetup.exe /silent /SUPPRESSMESGBOXES /NORESTART")
Do While not objexeccobject.stdout.atendofstream
strtext=objexeccobject.stout.readline()
If Instr(strtext,"reply")>0 then
wscript.echo "Test"
exit do
end if
loop
set objshell = wscript.createobject("wscript.shell")
set objexeccobject= objshell.exec("cmd /c spysweeper5\programs\sssetup.exe /silent /SUPPRESSMESGBOXES /NORESTART")
Do While not objexeccobject.stdout.atendofstream
strtext=objexeccobject.stout.readline()
If Instr(strtext,"reply")>0 then
wscript.echo "Test"
exit do
end if
loop
the spysweeper runs fine but we simply cannot get the norton antivirus to install, it will just loop cmd boxes... Any help is greatly appreciated
This post has been edited by Knuxr: 26 November 2006 - 09:55 PM



Help
Back to top








