I was installing SQL Server 2012 RTM on my Windows Server 2008 R2 SP1 machine. I selected the following option on Setup Role:
I selected all features that are available:
I went ahead and choose the default values on all the screens, and here is the System Configuration Check
report that got generated:
Rule Name
Rule Description
Result
Message/ Corrective Action
GlobalRules: SQL Server 2012 Setup configuration
checks for rules group 'GlobalRules'
InstallGlobalRules: SQL Server 2012 Setup configuration
checks for rules group 'InstallGlobalRules'
InstallFeatureSpecificRules: SQL Server 2012 Setup
configuration checks for rules group 'InstallFeatureSpecificRules'
InstallFeatureSpecificConfigRules: SQL Server 2012
Setup configuration checks for rules group 'InstallFeatureSpecificConfigRules'
StandaloneInstall_HasClustered OrPreparedInstanceCheck
NA = Not Applicable
P = Passed
W = Warning
The System Configuration Check report basically contains details of all the validations the SQL Server Setup does while installing SQL Server. This depends on the Setup operation (Install, Upgrade, Uninstall) we choose, and the report might vary for each Setup operation. You can find System Configuration Check report at the location: %programfiles%\Microsoft SQL Server\110\Setup Bootstrap\Log\<YYYYMMDD_HHMM>\ for SQL Server 2012.