MSFN Forum: Up-to-date Virus Bases In Kaspersky - 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

Up-to-date Virus Bases In Kaspersky Rate Topic: -----

#1 User is offline   bobyonekenobi 

  • Group: Members
  • Posts: 6
  • Joined: 10-March 05

  Posted 22 March 2005 - 07:54 AM

Hello everybody :hello:

First of all excuse my "french-like" english.

I'm new in this forum and i still have found all the answers to my questions.
Today I searched for a new problem and I didn't find any help. :no:

I want to add Kaspersky Personnal Pro to my Windows Xp unattended install.
There is no problem with the silent install and the registration key. :thumbup

But, I want to add up-to-date virus définitions to my install so I downloaded the last definition file archive and I uncompressed it to the "Kaspersky\CommonAppData\Kaspersky Lab\KAV Personal Pro\5.0\Bases\" folder.

It doesn't work. When Kaspersky starts at the end of my unattended installation, a popup indicates me that my virus definitions are corrupted.

I tried 2 ways:
- First I replaced only the "new" files I found in the up-to-date virus definitions and it didn't work.
- Then I replaced all the folder with the new one containing up-to-date definitions and it didn't work too.

Is there a solution?

Thank you in advance and sorry again for my hard-to-read english... :blushing:


#2 User is offline   batman75 

  • Alive and kicking
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 12-December 04

Posted 22 March 2005 - 11:48 AM

There were two ways if I remember correctly add the updates to C:\documents and settings\""\bases.
Or to create an "updates" folder along with your installation files, and place your definitions within the updates folder. The program would integrate them upon installation, not sure if this works with 5.X though.

#3 User is offline   bobyonekenobi 

  • Group: Members
  • Posts: 6
  • Joined: 10-March 05

Posted 23 March 2005 - 02:03 AM

Thank you for your answser batman75.
I'll try this and I'll tell you if it works with Kaspersky Personnal Pro 5.

#4 User is offline   bobyonekenobi 

  • Group: Members
  • Posts: 6
  • Joined: 10-March 05

Posted 24 March 2005 - 10:39 AM

It doesn't work :}

I'll try and try again.

If someone has a tip...

#5 User is offline   dracid 

  • Group: Members
  • Posts: 2
  • Joined: 26-October 04

  Posted 24 March 2005 - 01:01 PM

Heya...

there are 2 easy ways:


1st: The WGET way:


Make a simple batch or script to grab the patterns from one of the following url's:

I prerfer wget as "leecher"

ftp://downloads-us1....s.com/updates_x
ftp://downloads1.kas...s.com/updates_x
ftp://updates3.kaspe...s.com/updates_x
ftp://updates1.kaspe...s.com/updates_x
http://downloads-us1...s.com/updates_x
http://downloads1.ka...s.com/updates_x
http://updates-us1.k...s.com/updates_x
http://updates3.kasp...s.com/updates_x
http://updates2.kasp...s.com/updates_x
http://updates1.kasp...s.com/updates_x

*note: dir-browsing is allowed (on the http links) so u can take a look what u need...

example:

wget -r -A *.avc "http://updates1.kaspersky-labs.com/updates_x"

wget -r -A avp* "http://updates1.kaspersky-labs.com/updates_x"

wget -r -A engine* "http://updates1.kaspersky-labs.com/updates_x"

After the 1st run of wget you should check for errors on download
("if not exist", or "if errorlevel") ...
to prevent errors like:

-update server is offline
-no inet-connection (nic, ppp etc)
-other erros

useful:
-make a ping query before trying to download
-config your own wgetrc (cfg-file 4 wget)

If the download was successful, you can copy/move/overwrite the old patterns
in the bases folder...



2nd: the MWAV way:

get the latest "MicroWorld eScan Toolkit Utility" which uses the kaspersky patterns too. and it contains an updater tool for the kavp patterns: "KAVUpd.exe"
negative: u'll need an actual .key file (licence) the start the progg...
Otherwise it terminates unexpectly with an "Initialize() failed" error...

When u "have a licence by hand" u should use MWAV to update and for batch/script
based AV-scannings.

Hope that one of the way's worx for ya...


dracid
Posted Image

#6 User is offline   laura 

  • Junior
  • Pip
  • Group: Members
  • Posts: 50
  • Joined: 19-March 04

Posted 25 March 2005 - 04:14 AM

or just wget -nd -m -A engine*,avp*,*.avc "http://updates1.kaspersky-labs.com/updates_x" :P

#7 User is offline   bobyonekenobi 

  • Group: Members
  • Posts: 6
  • Joined: 10-March 05

Posted 25 March 2005 - 07:46 AM

Thx for your answers but il doesn't help me :no:
Finding and downloading the patterns isn't a problem.

I just want to add up-to-date patterns IN my unattended installation CD... I don't want to download these patterns after installation...

I read a post about the "Updates" folder that permit to install up-to-date definitions automatically but there isn't enough details in this post.

Here is what I did: I tried to uncompress the Kaspersky setup file, to create the "Updates" folder and to add the new patterns in it.

Posted Image

But, when my unattended installation is finished, kaspersky uses "old" definitions.

Can somebody give me some precisions about this method?
Where do i create the "Updates" folder?
Is it "Update", "update", Updates" or "updates"?

Thx in advance.

#8 User is offline   batman75 

  • Alive and kicking
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 12-December 04

Posted 25 March 2005 - 08:17 AM

The solution before with the updates folder was to create a SFX within the folder.
The SFX contains all your updated definition files.
You would install Kaspsersky and then call the SFX (batch file or Runonce).
The path to extract the SFX to was C:\Documents and Settings\All Users\Application Data\Kaspersky Anti-Virus Personal\5.0\Bases.
Dig up some old posts on this, I know it was covered sometime ago.

#9 User is offline   bobyonekenobi 

  • Group: Members
  • Posts: 6
  • Joined: 10-March 05

Posted 25 March 2005 - 08:36 AM

Quote

The solution before with the updates folder was to create a SFX within the folder.
The SFX contains all your updated definition files.
You would install Kaspsersky and then call the SFX (batch file or Runonce).
The path to extract the SFX to was C:\Documents and Settings\All Users\Application Data\Kaspersky Anti-Virus Personal\5.0\Bases.
Thank you, i'll try this but is there a big difference with this method?

Quote

... I downloaded the last definition file archive and I uncompressed it to the "Kaspersky\CommonAppData\Kaspersky Lab\KAV Personal Pro\5.0\Bases\" folder.


According to you and if I understand, ( :wacko: ) extracting files after installation is primordial?

Quote

Dig up some old posts on this, I know it was covered sometime ago.


I did but i didn't find more details.

#10 User is offline   bobyonekenobi 

  • Group: Members
  • Posts: 6
  • Joined: 10-March 05

Posted 08 April 2005 - 06:11 AM

Extracting bases before installation doesn't work and extracting bases after installation works.

Thank you Batman ;)

#11 User is offline   batman75 

  • Alive and kicking
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 12-December 04

Posted 08 April 2005 - 01:27 PM

np.
Glad you got it working :thumbup

#12 User is offline   scankurban 

  • F_s_M
  • PipPip
  • Group: Members
  • Posts: 240
  • Joined: 29-August 03

Posted 13 April 2005 - 08:32 AM

Another way update installation files with installshield x.Currently i'm using

#13 User is offline   Unlock 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 17-September 04

Posted 03 March 2006 - 09:30 AM

I have created sfx file but when extract I recive this message

the "Kaspersky\CommonAppData\Kaspersky Lab\KAV Personal Pro\5.0\Bases\" folder is inaccessible
WHY?

#14 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,600
  • Joined: 04-December 03

Posted 03 March 2006 - 03:24 PM

mine method

Attached File  my_kav.JPG (109.64K)
Number of downloads: 75

++

#15 User is offline   Unlock 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 17-September 04

Posted 03 March 2006 - 03:37 PM

thak's I try it

#16 User is offline   mzar720 

  • Junior
  • Pip
  • Group: Members
  • Posts: 78
  • Joined: 30-December 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 04 March 2006 - 06:28 AM

this what i do...eazy way

#17 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 05 March 2006 - 03:29 AM

the extraction/copying to Bases folder is working since a log time for me.
maybe you¡re doing something wrong with your script ot batch file.

i use a winrar sfx with this commands only:
Path=.\%allusersprofile%\Application Data\Kaspersky Anti-Virus Personal\5.0\Bases
SavePath
Silent=1
Overwrite=1


this works fine. also keep in mind that if you want to get the latest virus defs always download weekly updates plus cumulative so you get the defs up to the day you downloaded both.

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