Hi I have just got a copy of the SQL Server 2012 Developer Edition and I was able to create a custom install INI using the steps detailed on the following page:http://technet.microsoft.com/en-us/library/dd239405.aspx
I am able to get the ConfigurationFile.ini, but when I try to do an automated install from the command line specifying this configuration file it just seems to ignore it and the setup runs requiring user input.
SETUP.exe /ConfigurationFile=C:\TEMP\ConfigurationFile.ini /QS
Does anybody know if that is because my installation is the Developer edtiona and it doesn't support automated installs, or does anyboy know what I'm doing wrong?
Thanks in advance!