|
Concerning to Kaspersky Anti-Virus 6.0 for Windows Servers Enterprise Edition
Installation of Kaspersky Anti-Virus 6.0 for Windows Servers Enterprise Edition includes installation of the following components:
- the anti-virus application itself – the application is installed on the server which is protected by the anti-virus;
- the Anti-Virus management console (MMC) – can be installed either on the protected server itself or on a remote computer;
- plug-in to manage the Anti-Virus via Kaspersky Administration Kit – is installed on each computer with the Administration Console via which the Anti-Virus is going to be managed.
The above mentioned components can be installed: locally, from a command prompt, via the Active Directory policies, using the tasks of remote installation in Kaspersky Administration Kit. The table below lists possible variants to install the components and recommendation how to use them.
Files which are included in the Anti-Virus set are stored in two folders: x86\ and x64\. The folder x86\ stores the files to install the Anti-Virus on the server with 32-bit version of Microsoft Windows; the folder x64\ -stores the files to install the anti-virus on the server with 64-bit version of Microsoft Windows correspondingly.
|
|
Locally |
Command prompt |
AD |
Kaspersky Administration Kit |
|
Anti-Virus |
\server\setup.exe
Setup Wizard is started |
\server\kavws.msi
Command prompt options can be used to change the Anti-Virus installation parameters |
\server\kavws.msi
Usage of the command prompt values is not supported |
The file \server\kavws.kpd is used to create an installation file |
|
Anti-Virus management console (MMC) |
\client\setup.exe
Setup Wizard is started |
\client\kavwstools.msi
Command prompt options can be used to change the setup folder and the list of installing components |
\client\kavwstools.msi
Usage of the command prompt values is not supported |
When creating an installation package select the variant Make installation package for specified executable file and specify the path to the file \client\setup.exe.
You can use command prompt values in the field Executable file command line to change the setup folder and the list of installed components. |
|
Anti-Virus management plug-in (via Kaspersky Administration Kit) |
\plugin\klcfginst.exe |
\plugin\kavws_akplg.msi |
This installation method is not supported |
The file \setup.exe can also be used for local installation. In this case you will be suggested to choose which components to install, to open the Anti-Virus installation guide, Anti-Virus page in the Internet, or site of the Technical Support.
Examples:
- Installation from a command prompt: use the following commands:
- to install the Anti-Virus with the default installation parameters, interacting with the user:
msiexec /i kavws.msi /qn
- to install the Anti-Virus with the default installation parameters, showing the installation interface:
msiexec /i kavws.msi /qf
- to install the Anti-Virus with the key from a file C:\0000000A.key:
msiexec /i kavws.msi LICENSEKEYPATH=C:\0000000A.key /qn
- to install the Anti-Virus with a preliminary scan of active processes and boot sectors of the computer local discs:
msiexec /i kavws.msi PRESCAN=1 /qn
- to install the Anti-Virus, save its files to the directory C:\WSEE and to cancel processing by the Anti-Virus not dangerous programs of remote administration (the Anti-Virus will detect them but will not trigger):
msiexec /i kavws.msi INSTALLDIR=C:\WSEE RADMINEXCLUSION=1 /qn
- to install only the console and reference of the Anti-Virus on a workstation:
msiexec /i kavwstools.msi ADDLOCAL=MmcSnapin,Help /qn
- to install all administration tools of the Anti-Virus:
msiexec /i kavwstools.msi /qn
|