-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
TonySweet[CodePlex]
When performing a SQL 2012 installation on a Windows 2012 server I received the following error from the SQL Install:
This error occurs :The specified value for setting MEDIALAYOUT is invalid
The expected values are
None Core Advanced Full
This is fixed by changing the installation string to include the MEDIALAYOUT parameter
C:\SPADE\Install\setup.exe /ACTION=Install /MEDIALAYOUT=Core /CONFIGURATIONFILE=quotC:\SPADE\Configuration.iniquot
Is there a better (supported) way of doing this? Has anyone else run into the same issue?