我的 Windows 7 Enterprise 32 位上 SQL Server 2005 的安装问题

我的 Windows 7 Enterprise 32 位上 SQL Server 2005 的安装问题

可能重复:
可以在 Windows 7 上安装 MS sql 2005 吗?

我在 Windows 7 Enterprise 32 位上安装 SQL Server 2005 时遇到问题。
安装从未完成。错误日志文件指出我需要安装 IIS(我已经安装并且它正在运行)。安装 IIS 后我确实重启了我的 PC。

我收到一条消息,指出安装后需要运行 SP3 以解决兼容性问题,如果安装从未运行,我不确定如何添加它。我还是运行了 SP3,但没有帮助。我确实安装了 .NET 框架。

错误日志摘要来自:
%ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt.

Microsoft SQL Server 2005 9.00.4035.00 
============================== 
OS Version      : Professional Service Pack 1 (Build 7601) 
Time            : Thu Dec 27 10:52:51 2012 

LTDEL9C9H5R1 : The current system does not meet the minimum hardware requirements  
               for this SQL Server release.  
               For system requirements, see Hardware and Software Requirements, 
               in the readme file or in SQL Server Books Online.
LTDEL9C9H5R1 : Microsoft Internet Information Services (IIS) is either not
               installed or is disabled. IIS is required by some SQL Server features.  
               Without IIS, some SQL Server features will not be 
               available for installation. To install all SQL Server features,  
               install IIS from Add or Remove Programs in Control Panel or enable the
               IIS service through the Control Panel if it is already installed,  
               and then run SQL Server Setup again. For a list of features that depend
               on IIS, see Features Supported by Editions of SQL Server in Books Online.
LTDEL9C9H5R1 : To change an existing instance of Microsoft SQL Server 2005 to a  
               different edition of SQL Server 2005, you must run SQL Server 2005 
               Setup from the command prompt and include the SKUUPGRADE=1 parameter.
LTDEL9C9H5R1 : here was an unexpected failure during the setup wizard. You may  
               review the setup logs and/or click the help button for more information. 


 SQL Server Setup failed. For more information, review the Setup log file in %ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt. 


Time            : Thu Dec 27 10:55:25 2012

答案1

根据 MS KB 文章 920201在运行 Windows Vista 或 Windows Server 2008 的服务器核心安装的计算机上,您会在 SQL Server 2005 安装程序的“系统配置检查”页上收到一条警告消息

您需要确保安装了 IIS 7.x 的特定组件。

SQL 2005 所需的组件包括:

Component - Folder

Static Content - Common HTTP Features 
Default Document - Common HTTP Features 
HTTP Redirection - Common HTTP Features 
Directory Browsing - Common HTTP Features 
ASP.Net Application - Development 
ISAPI Extension - Application Development 
ISAPI Filters - Application Development 
Windows Authentication - Security 
IIS Metabase - Management Tools 
IIS 6 WMI - Management Tools 

有关如何在 Win 7 上安装 IIS 组件的更多信息,请参见这里

相关内容