sqlsql-serversql-server-2012sql-server-expresssql-server-2012-express

How to generate a configuration file for SQL Server 2012 Express?


I want to generate a configuration file for SQL Server 2012 Express, I found Microsoft answer here:

Install SQL Server 2012 Using a Configuration File

But there is no Ready to Install page!

enter image description here

Please help me to accomplish that.

Thanks in advance


Solution

  • Ok, I found the solution...

    To display "Ready to install" window that allow you to get the path of configuration file follow the steps below:

    1- Unpack your SQL setup.exe to C:/

    2- Go to that dir via cmd and run: setup.exe /ACTION=INSTALL /UIMODE=Normal

    3- Go to the path in the red box and copy the configuration file.

    enter image description here

    Hope this help.

    Thanks