I'm installing SQL 2012 SP1 on a 64-bit Win 7 Enterprise machine, and I'm failing. I've tried a few time with the same error. The last try was just installing Management Tools. The root problem seems to be with "the required feature ALL_VSShell_Cpu32". That looks Visual Studio related somehow. I have VS2008 (v9.0.30729.4462 QFE) and VS2010 (v10.0.40219.1 SP1Rel) installed.
Here is what I think is the relevant parts of the summary log:
Product features discovered:
Product Instance Instance ID Feature Language Edition Version Clustered
SQL Server 2008 R2 MSSQLSERVER MSSQL10_50.MSSQLSERVER Database Engine Services 1033 Developer Edition 10.50.1600.1 No
SQL Server 2008 R2 MSSQLSERVER MSAS10_50.MSSQLSERVER Analysis Services 1033 Developer Edition 10.50.1600.1 No
SQL Server 2008 R2 Management Tools - Basic 1033 Developer Edition 10.50.1600.1 No
SQL Server 2008 R2 Management Tools - Complete 1033 Developer Edition 10.50.1600.1 No
SQL Server 2008 R2 Client Tools Connectivity 1033 Developer Edition 10.50.1600.1 No
SQL Server 2008 R2 Integration Services 1033 Developer Edition 10.50.1600.1 No
Package properties:
Description: Microsoft SQL Server 2012 Service Pack 1
ProductName: SQL Server 2012
Type: RTM
Version: 11
Installation location: E:\x64\setup\
Installation edition: Developer
Detailed results:
Feature: Management Tools - Complete
Status: Failed: see logs for details
Reason for failure: An error occurred for a dependency of the feature causing the setup process for the feature to fail.
Next Step: Use the following information to resolve the error, and then try the setup process again.
Feature: Management Tools - Basic
Status: Failed: see logs for details
Reason for failure: An error occurred for a dependency of the feature causing the setup process for the feature to fail.
Next Step: Use the following information to resolve the error, and then try the setup process again.
And more importantly the relevant part of the detail log is:
(01) 2013-08-27 01:26:47 Slp: Checkpoint: INSTALL:CONFIGNONRC:COMMONFILES_LOC
(01) 2013-08-27 01:26:47 Slp: Completed Action: Slp_Config_Install_Loc_WMI_Provider_Cpu64_1033, returned True
(01) 2013-08-27 01:26:47 Slp: Action "ConfigEvent_SQL_SSMS_Adv_sql_ssms_Cpu64_Install_ConfigNonRC_postmsi" will return false due to the following conditions:
(01) 2013-08-27 01:26:47 Slp: Condition "Feature dependency condition for action: ConfigEvent_SQL_SSMS_Adv_sql_ssms_Cpu64_Install_ConfigNonRC_postmsi The condition tests feature: SQL_SSMS_Adv_sql_ssms_Cpu64. There are 14 dependant features. The feature
is tested for results: ValidateResult, Result." did not pass as it returned false and true was expected.
(01) 2013-08-27 01:26:47 Slp: Condition is false because the required feature ALL_VSShell_Cpu32 failed in result Result
Help?