Jump to content

Installation in silent mode [Kaspersky Security for Microsoft Exchange Server]


Recommended Posts

Advice and Solutions (Forum Knowledgebase) Disclaimer. Read before using materials.

To install the solution in the silent mode, run the command line with administrator rights and execute the following command: 

 msiexec /i "<PATH_TO_MSI>" /qn ADDLOCAL="<FEATURES>" SQL_SERVER_NAME="<SQL_SERVER_NAME>" BACKUP_DATABASE_NAME="<DATABASE_NAME>" SQL_ACCOUNT_DLG_USER_TYPE="UserAccount" SQL_ACCOUNT_DLG_USER="<UserName>" SQL_ACCOUNT_DLG_PASSWORD="<Password>" SERVICE_ACCOUNT_DLG_USER_TYPE="UserAccount" SERVICE_ACCOUNT_DLG_USER="<UserName>" SERVICE_ACCOUNT_DLG_PASSWORD="<Password>" INSTALLDIR="<INSTALLATION_DIRECTORY>" DATADIR="<DATA_DIRECTORY>" /l*vx "<LOG_FILE_PATH>"

<PATH_TO_MSI>  - path to the installer msi file. For example, "c:\temp\kse80_en_us.msi"

<FEATURES> - list of components.

Examples:

All components: Anti-Spam, Anti-Virus for hub, Anti-Virus for mailbox, DLP, Administration console:

"Antispam,AvVsapi,Antivirus,AdminConsole,Service,Feature.Complete"

Console only:

"AdminConsole,Feature.Complete"

Anti-Spam only:

"Antispam,Service,Feature.Complete"

Only Anti-Virus on Hub:

"Antivirus,Service,Feature.Complete"

Only Anti-Virus on Mailbox:

"AvVsapi,Service,Feature.Complete"

The Feature.Complete component must always be incuded. The Service component must be included in all cases except for Console only installation.

<SQL_SERVER_NAME> - MS SQL SERVER name.

For example, MYSERVER\SQLEXPRESS. It is not possible to use a dot to specify a current server.

<DATABASE_NAME> - name of the database.

For example, "SecurityForExchange".

Parameters SQL_ACCOUNT_DLG_USER_TYPE, SQL_ACCOUNT_DLG_USER and SQL_ACCOUNT_DLG_PASSWORD are used for specifying a user account for accessing the SQL Server. If they are not specified, the application will use the parameters of the account under which installation is performed.

Example:

SQL_ACCOUNT_DLG_USER_TYPE="UserAccount" SQL_ACCOUNT_DLG_USER="Domain\Username" SQL_ACCOUNT_DLG_PASSWORD="Password"

Parameters SERVICE_ACCOUNT_DLG_USER_TYPE, SERVICE_ACCOUNT_DLG_USER and SERVICE_ACCOUNT_DLG_PASSWORD are used for specifying a user account under which the application service will run. If they are not specified, the service will run under the Local System account.

Example:

SERVICE_ACCOUNT_DLG_USER_TYPE="UserAccount" SERVICE_ACCOUNT_DLG_USER="Domain\Username" SERVICE_ACCOUNT_DLG_PASSWORD="Password"

<INSTALLATION_DIRECTORY> - path to the installation folder, by default: %ProgramFiles(x86)%.

<DATA_DIRECTORY> - path to the data folder. By default it is located in the installation folder.

<LOG_FILE_PATH> - path to log files, for example, "c:\temp\kseinstall.log"

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...