Errors are written in Russian which is quite strange anyway it seems that the installation process of Administration Kit could not find the SQL Server instance or its access is forbidden. This message comes from the tracing file:
Code
1: Action ended 21:23:09 KLDBINST_Create. Return value -1950. [KLDBINST_Create]: Error information: 1950/-2147467259 (Generic db error: "Database error: code = 0x80004005, message='Неопознанная ошибка', description='[DBNETLIB][ConnectionOpen (Connect()).]SQL-сервер не существует, или отсутствует доступ.', source='Microsoft OLE DB Provider for SQL Server', GUID='{0C733A8B-2A1C-11CE-ADE5-00AA0044773D}', LastStatement=''"), O:\CS AdminKit\development2\server\db\ado\db_inneradoconnectionimpl.cpp, 363
What you can try is to specify manually the address of your SQL Server, at step "set MS SQL Server parameters" of the installation process of Administration Kit.
In the "Server" field, try (local) or (localhost) or Computer_Name\SQLEXPRESS or even better try to use the 'browse' button if you can and select the server name available.
Leave "KAV" as the database name.