Installing SuiteCRM 7.7.x with MSSQL database

Dear community

Need help installing SuiteCRM with MSSQL database. We installed FreeTDS driver and reached connection between PHP and DB.
Server can connect database and can create tables, however installation process stops on “Creating default users”.
Log file tells “Could not find custom/install/install_hooks.php” and I confirm that this file doesn’t exists.

Our configuration:

Server version: Apache/2.4.16 (Linux/SUSE)
PHP Version 5.4.20
freetds v0.91
Tested with MSSQL 2008-2014
Tested with SuiteCRM 7.6.6 and 7.7.4

Will appreciate any help.

hello : i am using suitecrm 7.7.4 with sql2014 windows server 2012 64 bit

  1. for windows Operating System : download SQLSRV32_64bit.EXE and run to c:\PHPDLL

  2. copy the php_pdo_sqlsrv_56_ts.dll &php_sqlsrv_56_ts.dll to …\php\ext folder and delete c:\PHPDLL folder

  3. add to php.ini add the following under dynamic extensions
    ;;;;;;;;;;;;;;;;;;;;;;
    ; Dynamic Extensions ;
    ;;;;;;;;;;;;;;;;;;;;;;
    extension= php_pdo_sqlsrv_56_ts.dll
    extension= php_sqlsrv_56_ts.dll

  4. restart Apache

  5. Start installation

Hello, thanks for response

We are running on Linux, are your suggestions still valid?