安装Sql Server 2005的问题

我的电脑原本就有Sql Server 2005 Express Edition。由于最近需要用到express edition所没有的integration service,所以需要另外安装Sql Server 2005 Developer Edition。就在安装以后遇见了不少问题,今天就先来分享其中一个。待我完全解决之后再来做个整理。

问题:安装 Sql Server 2005 Service Pack 1 时有 Unable to install Windows Installer MSP file的讯息。

解决:
1. Export the MSIRefCount\Uninstall registry entry. To do this, follow these steps:
a. Click Start, click Run, type Regedit, and then click OK to open Registry Editor.
b. In Registry Editor, locate the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\90\Bootstrap\MSIRefCount
c. In the right panel, click the Uninstall registry entry.
d. On the File menu, click Export.
e. Specify a location and a file name, and then click Save.
Notice that the value of the MSIRefCount\Uninstall registry entry contains references to all the components that are dependant on the SQL Server Setup Support files.

2. Uninstall the existing SQL Server Setup Support files by using Add or Remove Programs in Control Panel.

Note When you try to uninstall the SQL Server Setup Support files, you receive a warning message that resembles the following:

Warning 26002. The following products(s) is dependent on Microsoft SQL Server Setup Support Files (English). If you uninstall Microsoft SQL Server Setup Support Files (English), they will be broken. Please uninstall those product(s) first. Do you want to go ahead to uninstall Microsoft SQL Server Setup Support Files (English) anyway?

When you receive this warning message, click Yes.

3. Reinstall the 9.00.1399.06 version of the SQL Server Setup Support files. To do this, follow these steps:
a. Open the Servers\Setup folder from the SQL Server 2005 installation media.

Note If you use the SQL Server 2005 installation CDs, not the DVD, to install SQL Server 2005, the Setup folder that you must access is on the Servers CD.
b. Double-click the SqlSupport.msi file to install the 9.00.1399.06 version of the SQL Server Setup Support files.
c. Follow the installation wizard through the rest of the installation processes.

4. Import the registry setting through the registry file that you saved in step 1.

5. Reinstall SQL Server 2005 SP1.

Reference: http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B918357

4 comments:

chuinkit said...

很好!把遇到的问题和解决方法blog下来,以后可以作参考!

我也即将要安装SQL Server 2000,2005和2008!

有问题的话可以请教你...

萧遥 said...

是呀!把问题与解决方法都记下来,以后若遇见类似问题就不必再花那么多时间去解决了。

可是到今天都还不能解决我的问题,真的是伤脑筋!!

美丽的景色,但不美的人 said...

gd post, next time if meet this problem, can refer from ur blog le, keke...

萧遥 said...

希望可以帮上忙。