Problem Installing SQL Server 2005 on Windows Vista with IIS 7.0
I had such a hard time installing SQL Server 2005 on my Windows Vista Enterprise Edition machine running IIS 7.0 this afternoon. In fact, during the setup of SQL Server 2005, I received the following warning message next to the IIS Feature Requirement item on the System Configuration Check page, as shown in the following screenshot.

After Googling for a while, I found out that this situation was already documented by Microsoft as Knowledge Base #920201 in their Help and Support page.
The root cause for this problem is that not all of the IIS 7.0 components essential to SQL Server have been installed. The solution to this problem is (as you may have guessed it) to install those IIS components. To access the IIS configuration page on Vista, you need to go to Start->Control Panel->Programs and Features, then click on “Turn Windows features on or off” on the left pane of the window.
The following table shows you which components (there are 10) to enable with their corresponding folder. The screenshot below the table is a visual representation of the IIS components you should have enabled by ticking the checkbox next to the component.


Following this procedure, you can launch the setup for SQL Server 2005 again, and this time you should see the following results:

If you’re looking for more information on how to install/configure IIS 7.0 on Vista, I highly recommend you to read the following page: http://learn.iis.net/page.aspx/28/installing-iis7-on-vista/. If you’re looking for the same information, but for Windows Server 2008, this link will be more appropriate for you: http://learn.iis.net/page.aspx/29/installing-iis7-on-windows-server-2008/.
Similar posts you might be interested in reading:
- Installing Linux Ubuntu as a Windows Application with Wubi
- Part II: Setting Up Our Build Server With TeamCity
- Part I: Beginning the CI Journey with Subversion
- Microsoft’s DreamSpark: free access to .NET development tools for students
- TeamCity 3.1 Released
- Setting Up a Continuous Integration Environment (Preface)
- Enterprise Library 4.0 Released
June 25th, 2008 at 7:17 pm
Hi,
Thanks a lot for elaborating this… it was really helpful.. I was breaking my head till i found your page
Thanks again…
June 25th, 2008 at 8:48 pm
You’re very welcome Thankful User