Jump to content

Kaspersky Antivirus Personal 5.0325 Key problem


Recommended Posts

A made a sfx and it has kav.key and setup.exe in it.

And my winrar sfx is like this:

;Comments

Setup=setup.exe /S /v/qn REBOOT=Suppress"

TempMode

Silent=1

Overwrite=1

but it doesn't recognize my key.

What should i do?

Link to comment
Share on other sites


Hi everybody,

Here are the switches for the Pro Version (that is in Installshield)

Extract the exe in a directory and put the key in it.

ECHO.
ECHO Installation de Kaspersky Anti-Virus
ECHO Please wait...
start /wait %systemdrive%\install\apps\kasperskyav\setup.exe -s
taskkill /IM KAV.exe /F
taskkill /IM kavmm.exe/F
ECHO.

If you want to add the last updates of the bases, download the zip from the website, extract it and create a sfx with this path :

C:\Documents and Settings\All Users\Application Data\Kaspersky Lab\KAV Personal Pro\5.0\Bases

and here is the code :

ECHO.
ECHO Installation des bases Kaspersky à jour
ECHO Please wait...
start /wait %systemdrive%\install\apps\kasperskyav\cumul.exe
ECHO.

Link to comment
Share on other sites

Hi everybody,

Here are the switches for the Pro Version (that is in Installshield)

Extract the exe in a directory and put the key in it.

ECHO.
ECHO Installation de Kaspersky Anti-Virus
ECHO Please wait...
start /wait %systemdrive%\install\apps\kasperskyav\setup.exe -s
taskkill /IM KAV.exe /F
taskkill /IM kavmm.exe/F
ECHO.

If you want to add the last updates of the bases, download the zip from the website, extract it and create a sfx with this path :

C:\Documents and Settings\All Users\Application Data\Kaspersky Lab\KAV Personal Pro\5.0\Bases

and here is the code :

ECHO.
ECHO Installation des bases Kaspersky à jour
ECHO Please wait...
start /wait %systemdrive%\install\apps\kasperskyav\cumul.exe
ECHO.

Thx m8 this came in very handy!!

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...