decoy5657 Posted January 28, 2005 Posted January 28, 2005 I'm trying to automate my entire "baseload" for my computers at work.The first piece of software in my script is Symantec Anti Virus 8.x coming from an SAV server. I use the /QB switch on the .exe located on the server.once the program is 90 percent done installing, the little popup box comes up saying that definitions are old... blah blah blah. You HAVE to click on this for my batch file with a bunch of START /WAITs in it to continue on to next command....Is there an easy way around this?
asbsamsf Posted January 28, 2005 Posted January 28, 2005 http://www.msfn.org/board/index.php?showto...ndpost&p=164080
wigadore Posted January 29, 2005 Posted January 29, 2005 Here is the first three entries I have for my Unattended Install. I install the SAV Client, Update the definitions, and then update the liveupdate to the newest version.REG ADD %KEY%\005 /VE /D "Symantec Anti Virus Corporate 8.0" /fREG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\Applications\sav\sav8.exe /qn" /fREG ADD %KEY%\010 /VE /D "Update Anti Virus Definitions" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\sav\vdef20050126.exe /Q" /fREG ADD %KEY%\015 /VE /D "Update to Symantec Live Update 2.6" /fREG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\Applications\sav\lusetup.exe" /fDownload the virus def exe file from Symentec. I renamed the file a bit for my sake...but it works each time.
muiz Posted February 10, 2005 Posted February 10, 2005 REG ADD %KEY%\010 /VE /D "Update Anti Virus Definitions" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\Applications\sav\vdef20050126.exe /Q" /fwhy this way? when u can just remove the old definitions and replace with new ??
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now