Sorry if my question sounds vague but here is what i want.
Question
I have a Microsoft SQL Server 2008 setup which i need to be installed with custom configuration automatically.
Below is how my setup should be installed:-
Step 1
Step 2
Step 3
Step 4
Step 5
Step 6
Step 7
Step 8
Step 9
Step 10
Step 11
Step 12
Step 13
Step 14
Step 15
Step 16
Problem
I have no idea how to create an EXE or how to give command to the setup do the following automatically. Any ideas or clue how to work around this would be much appreciated.
This is where installation from configuration files help ..
All you have to do is to have a configuration file,which describes the actions you posted and a set up file..
When you have those,you can run below command from command prompt...
navigate to a place where setup is located and launch below command..
Above are sample parameters for the options you need to install,you can find all parameters here ..
Install SQL Server 2016 from the Command Prompt
if you don't have a relevant configuration file,for your version of sql server,you can generate one,using below steps
https://msdn.microsoft.com/en-us/library/dd239405.aspx