I am trying to uninstall SQL Server 2005 CTP version before installing Beta version and keep getting an ARP Wrapper Error message that states "Registry Enumeration Failed". I ran Registry Mechanic, etc, but there are no indications of a problem.
Any ideas
Thanks in advance,
dinzana

Error Uninstalling CTP
Paul Mc
arto1astro
See "If you experience problems" section of http://support.microsoft.com/kb/909967.
Rgrds,
Alex Pinsker
Travis Penno
P.S.
Here is the quote from KB article:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
If you experience problems when you try to uninstall the SQL Server components, follow these steps: 1. Start Registry Editor, and then locate the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
2. In the left pane, click each GUID. For each GUID that you click, look for a display name in the right pane that includes "Microsoft SQL Server 2005." For example, look for the following names: ? Microsoft SQL Server 2005
? Microsoft SQL Server 2005 Analysis Services
? Microsoft SQL Server 2005 Reporting Services
? Microsoft SQL Server 2005 Notification Services
? Microsoft SQL Server 2005 Integration Services
? Microsoft SQL Server 2005 Tools
? Microsoft SQL Server 2005 Books Online
When you see a display name that includes "Microsoft SQL Server 2005," note the GUID that you clicked in the left pane.
3. For each GUID that you noted in step 2, run the following command at a command prompt:
start /wait msiexec /x {GUID} /l*v c:\sql_uninstall.log
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
In my case above didn't helped, I uninstalled SQL component manually using Microsoft Windows Install CleanUp utility.
Here is the link.
Regards,