I'm trying to install SQL 2012 using the config file. It's failing and reporting 'MEDIALAYOUT' is invalid. The problem is that this isn't even a parmater that exists in the file. I know it's finding the file, because it I put a bogus file name there, it complains and says "invalid file". So i think it's reading the file, doesn't like something in there, then it kicks out this erroneous error that means nothing. I've looked in the event logs, see nothing.
Has anybody seen this before? It not, is there any other log file I can look at that will tell me specifically what might be wrong?
.\setup.exe \ConfigurationFile=ConfigurationFile.ini
The specified value for setting 'MEDIALAYOUT' is invalid. The expected values are:None, Core, Advanced, Full
THX