Install SQL Server 2008 Setup failure

安装SQL server2008的时候,不管安装哪个版本都会有下面的提示,郁闷了好久。

错误提示:

TITLE: SQL Server Setup failure.
------------------------------

SQL Server Setup has encountered the following error:

MsiGetProductInfo failed to retrieve ProductVersion for package with Product Code = '{AA4A4B2C-0465-3CF8-BA76-27A027D8ACAB}'. Error code: 1605..

------------------------------C2B4A4AA

解决方法:

在注册表中查找关键字:1. C2B4A4AA (Product Code第一组的倒叙,即我的是AA4A4B2C,所以我的关键字是C2B4A4AA)

                               2. 删除包含该关键字的文件的父节点文件夹。(多的要死,手动一个一个删除,删到手软。- -)

删除结束后,再安装SQL Server2008就不会再有上面的提示了。

 

参考网站:

http://www.sqlskills.com/BLOGS/CONOR/post/Progress-on-the-SQL-2008-CTP6-Installation-Problems.aspx

 

 

posted @ 2010-04-22 18:54  NikeyL  阅读(2078)  评论(0编辑  收藏  举报