Administration Server can be installed in silent mode, that is, without the interactive input of installation settings.
To install Administration Server on a local device in silent mode:
setup.exe /s /v"DONT_USE_ANSWER_FILE=1 EULA=1 PRIVACYPOLICY=1 <setup_parameters
>"
where setup_parameters
is a list of parameters and their respective values, separated with spaces (PARAM1=PARAM1VAL PARAM2=PARAM2VAL
). The setup.exe file is located in the Server folder, which is part of the Kaspersky Security Center distribution kit.
The names and possible values for parameters that can be used when installing Administration Server in silent mode are listed in the table below.
Parameters of Administration Server installation in silent mode
Parameter name |
Parameter description |
Available values |
---|---|---|
EULA |
Acceptance of the terms of the License Agreement. |
|
PRIVACYPOLICY |
Acceptance of the terms of the Privacy Policy. |
|
INSTALLATIONMODETYPE |
Type of Administration Server installation. |
|
INSTALLDIR |
Path to the Administration Server installation folder. |
String value. |
ADDLOCAL |
List of Administration Server components (separated with commas) to be installed. |
CSAdminKitServer, NAgent, CSAdminKitConsole, NSAC, MobileSupport, KSNProxy, SNMPAgent, GdiPlusRedist, Microsoft_VC90_CRT_x86, Microsoft_VC100_CRT_x86. Minimum list of components sufficient for proper Administration Server installation:
|
NETRANGETYPE |
Network size (number of devices on the network). |
|
SRV_ACCOUNT_TYPE |
Mode for specifying the account under which Administration Server will be run as a service. |
|
SERVERACCOUNTNAME |
Name of the account under which Administration Server will be run as a service. You must specify a value for the parameter if SRV_ACCOUNT_TYPE=SrvAccountUser. |
String value. |
SERVERACCOUNTPWD |
Password of the account that will be used to start Administration Server as a service. You must specify a value for the parameter if SRV_ACCOUNT_TYPE=SrvAccountUser. |
String value. |
SERVERCER |
Size of the key for the Administration Server certificate (bits). |
|
DBTYPE |
Type of database that will be used to store the Administration Server database. This parameter is required. |
|
MYSQLSERVERNAME |
Full name of the SQL Server. You must specify a value for the parameter if DBTYPE=MySQL. |
String value. |
MYSQLSERVERPORT |
Number of the port for connecting to the SQL Server. You must specify a value for the parameter if DBTYPE=MySQL. |
Numerical value. |
MYSQLDBNAME |
Name of the database that will be created to store Administration Server data. You must specify a value for the parameter if DBTYPE=MySQL. |
String value. |
MYSQLACCOUNTNAME |
Name of the account for connection to the database. You must specify a value for the parameter if DBTYPE=MySQL. |
String value. |
MYSQLACCOUNTPWD |
Password of the account for connecting to the database. You must specify a value for the parameter if DBTYPE=MySQL. |
String value. |
MSSQLSERVERNAME |
Full name of the SQL Server. You must specify a value for the parameter if DBTYPE=MSSQL. |
String value. |
MSSQLDBNAME |
Name of the database. You must specify a value for the parameter if DBTYPE=MSSQL. |
String value. |
MSSQLAUTHTYPE |
Type of authorization when connecting to the SQL Server. You must specify a value for the parameter if DBTYPE=MSSQL. |
|
MSSQLACCOUNTNAME |
Name of the account for connection to the SQL Server. You must specify a value for the parameter if MSSQLAUTHTYPE=SQLServer. |
String value. |
MSSQLACCOUNTPWD |
Password of the account for connection to the SQL Server. You must specify a value for the parameter if MSSQLAUTHTYPE=SQLServer. |
String value. |
CREATE_SHARE_TYPE |
Method of specifying the shared folder. |
|
SHARELOCALPATH |
Full path to a local folder. You must specify a value for the parameter if CREATE_SHARE_TYPE=Create |
String value. |
SHAREFOLDERNAME |
Network name of a shared folder. You must specify a value for the parameter if CREATE_SHARE_TYPE=Create. |
String value. |
EXISTSHAREFOLDERNAME |
Full path to an existing shared folder. You must specify a value for the parameter if CREATE_SHARE_TYPE=ChooseExisting. |
String value. |
SERVERPORT |
Port number to connect to Administration Server. |
Numerical value. |
SERVERSSLPORT |
Number of the port for encrypted connection to Administration Server by using SSL protocol. |
Numerical value. |
SERVERADDRESS |
Administration Server address. |
String value. |
MOBILESERVERADDRESS |
Administration Server address for connection of mobile devices. |
String value. |
For a detailed description of the Administration Server setup parameters, please refer to the Custom installation section.