SQL Server installation error

Got an issue while SQL Server installation. below content save me


Solving MsiGetProductInfo failed to retrieve ProductVersion for package with Product Code = ‘{8BDD006D-D5F0-4AAA-BA13-65995063EC44}'. Error code: 1608


SQL Server Setup has encountered the following error: 

MsiGetProductInfo failed to retrieve ProductVersion for package with Product Code = 
'{0826F9E4-787E-481D-83E0-BC6A57B056D5}'. Error code: 1605..
-------------------------------
********************************************************

From Detail_ComponentUpdate.txt -********************************************************2009-03-16 22:00:59 Slp: Inner exceptions are being indented
2009-03-16 22:00:59 Slp: 
2009-03-16 22:00:59 Slp: Exception type: System.InvalidOperationException


2009-03-16 22:00:59 Slp: Message: 
2009-03-16 22:00:59 Slp: MsiGetProductInfo failed to retrieve ProductVersion for package with Product Code = '{0826F9E4-787E-481D-83E0-BC6A57B056D5}'. Error code: 1608.
2009-03-16 22:00:59 Slp: Stack: 
2009-03-16 22:00:59 Slp: at Microsoft.SqlServer.Configuration.MsiExtension.SetFeatureInstallStateAction.FillInstallPropertyByProductCode(PackageInstallProperty pkg, String prodCode)
2009-03-16 22:00:59 Slp: at Microsoft.SqlServer.Configuration.MsiExtension.SetFeatureInstallStateAction.FillInstallProperty(PackageInstallProperty pkg)
2009-03-16 22:00:59 Slp: at Microsoft.SqlServer.Configuration.MsiExtension.SetFeatureInstallStateAction.ExecuteAction(String actionId)
2009-03-16 22:00:59 Slp: at Microsoft.SqlServer.Chainer.Infrastructure.Action.Execute(String actionId, TextWriter errorStream)


2009-03-16 22:00:59 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.ActionInvocation.InvokeAction(WorkflowObject metabase, TextWriter statusStream)
2009-03-16 22:00:59 Slp: at Microsoft.SqlServer.Setup.Chainer.Workflow.PendingActions.InvokeActions(WorkflowObject metaDb, TextWriter loggingStream)


********************************************************


Solution / Fix / Workaround



The above remark line show us the product code related with the error. First, is necessary to know that SQL Server 2008 has around of 30 products registered on the Registry. Each product has a Product code and an installation code as well (GUID). 

 this case the Product Code is the following:

{8BDD006D-7863-4D25-9806-08527E285EA4}



The Installation Code is build with the product code in reverse form:


D600DD8368752D460894AE582E72580


One time that you got the Installation Code look into the Windows Registry and delete all the entries found. 


Then try again the installation and the result must to be SUCCESSFULLY.
This article is taken from http://sqlpost.blogspot.in/2009/07/sql-server-sql-error-msigetproductinfo.html

Cheers,
Venkatesan Prabu .J 
Head, KaaShiv InfoTech.
http://www.kaashivinfotech.com/