[Resolved] symantec can not update virus signatures
- December 19th, 2007
This article was written long ago, but the files are left in the company forgot to bring out before, once again back up the other is For symantec antivirus 9, the version of the 10 words did not go to research, so please leave a message if the problem to me, thanks.
General symantec client has built a few signature file is used to identify the version, can not update those files that may be damaged, symantec site has placed two different versions, namely the Norton antivirus (5M) with the Symantec antivirus (8M ), the main difference is that, Norton can not repair a damaged version of several components that, while the version of symantec can.
Mentioned above have built-symantec live update mechanism, but if you follow this mechanism, then download each week will be Wednesday, once the virus rampant in this age of technology, if somewhat slow, in fact, is the official Web site signatures every day are updated, why Automatic Updates to download only every Wednesday, because the symantec will be collected this week to the virus, unified to do one-time update on Wednesday, but released a day are considered small update. Back to the topic, it not a day too annoying to open website, following a simple script you can Bangzhu, mainly through the software to capture the daily updates for FTP, and do file comparison, if the newer will automatically Download, otherwise choose not.
Daily automatically updated batch file
@ Echo Off
cls
wget-N ftp://ftp.symantec.com/public/english_userials_canada/antiviruserials_definitions/symantec_antiviruserials_corp/static/symcdefsx86.exe
FCOM32 symcdefsx86.exe symcdefsx86.bak / Q
wget-N ftp://ftp.symantec.com/public/english_userials_canada/antiviruserials_definitions/symantec_antiviruserials_corp/static/navup8.exe
FCOM32 navup8.exe navup8.bak / Q
if errorlevel = 1 goto Install
if errorlevel = 0 goto No_Need
else goto Error
: Install
symcdefsx86.exe / Q
copy symcdefsx86.exe symcdefsx86.bak / Y> NUL
navup8.exe
copy / Y VD *. XDB "C: \ Program Files \ SAV \"
copy navup8.exe navup8.bak / Y> NUL
Del VD *. XDB
echo Update complete.
goto End
: No_Need
echo No update needed.
goto End
: Error
echo Error occured.
: End
@ Echo On File Reference:





