1

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

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Abdulsalam Elsharif
  • 4,773
  • 7
  • 32
  • 66

1 Answers1

4

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

Abdulsalam Elsharif
  • 4,773
  • 7
  • 32
  • 66