Help - Search - Members
Full Version: Kaspersky Products (Command Line Parameters)
Kaspersky Lab Forum > English User Forum > Protection for Small and Medium Businesses
george_thailand
Hi Guys ,

Just want to know is there any place i can find the command line of the kaspersky products (MSDE , Admin Kit , Workstation , FileServer) ...

I just want to make some scripts that can install silently with all the configuration that we already set.

Seem so impossible to see the parameter from the command " /?"

that doesn't help much ,
if you have any advises , please share ,

Thank you ,
George
Helmut
Hi Georg,

please read this FQA.

This FAQ is for the AdminKit.

Helmut
george_thailand
QUOTE(Helmut @ 10.04.2007 17:12)
Hi Georg,

please read this FQA.

This FAQ is for the AdminKit.

Helmut
*



Hi Helmut ,

Thanks for the advise ,
But i still have some problems with this , seem that i can't make the system restart after the installation finishes.

do you have any ideas how to make kaspersky restart after install?

And also seem that it's so hard to make the .iss file for install the admin kit ... is there any other easier way?

Thanks ,
George
Tybilly
Hello,

here is an exemple of a script (bat file) you can use to install KAV WKS 6 silently with an automatic reboot at the end of the installation process :

CODE
    @echo off
   "\\[server]\KLSHARE\Packages\KAVWK S6 6.0.2.678\exec\setup.exe" /s /v"/qb AKINSTALL=1"
   if not exist "C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 6.0 for Windows Workstations\avp.exe" goto ERRKAVW6
   shutdown  -r -t 4 /c "Installation finished. This computer should now reboot."
   goto END
   :ERRKAVW6
   echo.
   echo Error during the installation process
   echo Installation process abort.

   echo.
   echo.
   goto END
   :END


Regards,
DB
george_thailand
QUOTE(Tybilly @ 10.04.2007 18:57)
Hello,

here is an exemple of a script (bat file) you can use to install KAV WKS 6 silently with an automatic reboot at the end of the installation process :

CODE
    @echo off
   "\\[server]\KLSHARE\Packages\KAVWK S6 6.0.2.678\exec\setup.exe" /s /v"/qb AKINSTALL=1"
   if not exist "C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus 6.0 for Windows Workstations\avp.exe" goto ERRKAVW6
   shutdown  -r -t 4 /c "Installation finished. This computer should now reboot."
   goto END
   :ERRKAVW6
   echo.
   echo Error during the installation process
   echo Installation process abort.

   echo.
   echo.
   goto END
   :END


Regards,
DB
*


Hi Tybilly ,

Thank you so much , my savior ...
I'll try that ...

Really appreciate the help .

Best Regards,
George
george_thailand
QUOTE(george_thailand @ 11.04.2007 00:12)
Hi Tybilly ,

Thank you so much , my savior ...
I'll try that ...

Really appreciate the help .

Best Regards,
George
*


Just another question ,

What does this one do "AKINSTALL=1"

and Kaspersky doesn't contain the parameter for restarting ?
I see that you use the shutdown in the command line ..

Not sure that this will also work on other windows beside WinXP or not.

George
Tybilly
Hi george_thailand,

Please forget what I wrote before, here is another way to install the product silently with more options and full fonctionnal :

Install Kaspersky Administration Kit and create a package for Kav for Windows WKS. Then customize the settings of this installation package, set the computer to reboot automatically for example, choose your protection component, local task, etc.

On the client computers, execute this command line :

\\Your_Administration_Server_name\Packages\KAVWKS6 6.0.2.678\lsexec /s

The installation process will be the same as if it was a deployment with Administration Kit (no user interface, automatic reboot for example).

Regards,
DB
george_thailand
QUOTE(Tybilly @ 12.04.2007 00:01)
Hi george_thailand,

Please forget what I wrote before, here is another way to install the product silently with more options and full fonctionnal :

Install Kaspersky Administration Kit and create a package for Kav for Windows WKS. Then customize the settings of this installation package, set the computer to reboot automatically for example, choose your protection component, local task, etc.

On the client computers, execute this command line :

\\Your_Administration_Server_name\Packages\KAVWKS6 6.0.2.678\lsexec /s

The installation process will be the same as if it was a deployment with Administration Kit (no user interface, automatic reboot for example).

Regards,
DB
*



Hi Tybilly ,

I try that method already , it's working but seem that i have problems with these operations .

Windows 2000 - lsexec for net agent doesn't seem to be working
Windows ME , 98 - after running lsexec with the restart option configured , the clients just dont restart . have to manually restart.

Do you have any ideas why this is happening ?

George
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.