MSFN Forum: Silent Install with vbs... - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Silent Install with vbs... Rate Topic: -----

#1 User is offline   Knuxr 

  • Group: Members
  • Posts: 1
  • Joined: 25-November 06

Posted 26 November 2006 - 09:52 PM

Ok I am not so good at programing but I work for a tech bench and they recently gave us a vb script that would install CA Internet Security and SpySweeper but we could really use a script for Norton Antivirus 2007 and SpySweeper unfortunatley I am not so good at programming and we are all stumped and I figured someone here would be able to help, here is the code we have gotten so far:

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



Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy