<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>registry permissions Archives - Dragonsoft Technology View</title>
	<atom:link href="https://blog.dragonsoft.us/tag/registry-permissions/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.dragonsoft.us/tag/registry-permissions/</link>
	<description>Talk about Technologies, Software Architecture and Management</description>
	<lastBuildDate>Wed, 04 May 2011 16:24:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://blog.dragonsoft.us/wp-content/uploads/2022/04/logo-main-bw-150x150.png</url>
	<title>registry permissions Archives - Dragonsoft Technology View</title>
	<link>https://blog.dragonsoft.us/tag/registry-permissions/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">2577970</site>	<item>
		<title>SQL Server 2008 R2 : install mess</title>
		<link>https://blog.dragonsoft.us/2011/04/29/sql-server-2008-r2-install-mess/</link>
					<comments>https://blog.dragonsoft.us/2011/04/29/sql-server-2008-r2-install-mess/#respond</comments>
		
		<dc:creator><![CDATA[Serguei Dosyukov]]></dc:creator>
		<pubDate>Fri, 29 Apr 2011 23:47:20 +0000</pubDate>
				<category><![CDATA[Fun stuff with SQL Server]]></category>
		<category><![CDATA[install problem]]></category>
		<category><![CDATA[R2]]></category>
		<category><![CDATA[registry permissions]]></category>
		<category><![CDATA[sql server 2008]]></category>
		<guid isPermaLink="false">http://blog.dragonsoft.us/?p=1271</guid>

					<description><![CDATA[<p>Back in 2008 I wrote an article about &#8220;reboot check&#8221; error with installer. Now it is time to mention another situation &#8211; total failure of installing SQL Server 2008 R2 on the machine with prior installation of SQL Server 2008. Please note that if you work with Visual Studio 2010 you<a class="moretag" href="https://blog.dragonsoft.us/2011/04/29/sql-server-2008-r2-install-mess/"> Read more</a></p>
<p>The post <a href="https://blog.dragonsoft.us/2011/04/29/sql-server-2008-r2-install-mess/">SQL Server 2008 R2 : install mess</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Back in 2008 I wrote an article about &#8220;<a href="/2008/11/08/tip-installing-sql-server-2008-reboot-required-check-fails/" target="_blank">reboot check</a>&#8221; error with installer.</p>
<p>Now it is time to mention another situation &#8211; total failure of installing SQL Server 2008 R2 on the machine with prior installation of SQL Server 2008. Please note that if you work with Visual Studio 2010 you would most likely get express edition unless declined during install. I do not know for sure if it is related but&#8230; just happened to be that after doing unrelated reinstall of VS 2010 I have to reinstall SQL Server 2008 R2 Dev build on the same machine as well.</p>
<p>Fan started when installer refused to be applied on top of existing installation, nice and very informative error about with 2 pages of debug data would appear&#8230;</p>
<blockquote><p>An error occurred creating the configuration section handler for &#8230;</p></blockquote>
<p>Per MSDN Blog, the following solution was suggested &#8211; <a href="http://blogs.msdn.com/b/vsnetsetup/archive/2009/10/29/sql-server-2008-setup-fails-with-a-microsoft-net-framework-exception.aspx" target="_blank">Delete Microsoft Folder in user&#8217;s Application Data Folder</a>.</p>
<blockquote><p><em><strong>PS: Do not forget to make a registry backup before the doing anything suggested below</strong></em></p></blockquote>
<p>OK, then we get to the next hurdle and this is actually more complex&#8230; During deployment of actual components error dialog pops up similar to this</p>
<p><img fetchpriority="high" decoding="async" src="http://blog.dragonsoft.us/wp-content/uploads/2011/04/image23.png" alt="" title="image23" width="616" height="177" class="alignnone size-full wp-image-1281" alt="The following error has occurred: Could not open key: UNKNOWN\Components\CBFF54E0ED12B0946A1C52E5E82ABC38\E7BEEF5F746F8AB9076051A5574.  Verify that you have sufficient access to that key, or contact your support personnel." srcset="https://blog.dragonsoft.us/wp-content/uploads/2011/04/image23.png 616w, https://blog.dragonsoft.us/wp-content/uploads/2011/04/image23-300x86.png 300w" sizes="(max-width: 616px) 100vw, 616px" /></p>
<p>After few attempts to fix it, I have stumbled on <a href="http://www.intellitechture.com/SQL-Server-2008-Install-Nightmare/" target="_blank">this nice article</a>. Brace yourself to a long read, attempts to solve errors one by one, or just scroll to the end and just restore registry to its default state for permissions with</p>
<p>If this still fails, consider resetting registry permissions back to the<br />
default settings using the following command:</p>
<pre class="brush: bash; title: ; notranslate">secedit /configure /cfg %windir%\inf\defltbase.inf /db defltbase.sdb /verbose /areas REGKEYS</pre>
<p>This nice little thing will solve all the mysteries&#8230;</p>
<p>Enjoy</p>
<hr/><span style="font-size: 7pt">Copyright &copy; 2026 <strong><a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a></strong>. This Feed is for personal non-commercial use only.</span><p>The post <a href="https://blog.dragonsoft.us/2011/04/29/sql-server-2008-r2-install-mess/">SQL Server 2008 R2 : install mess</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.dragonsoft.us/2011/04/29/sql-server-2008-r2-install-mess/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1271</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Minified using Disk
Database Caching 13/83 queries in 0.120 seconds using Disk

Served from: blog.dragonsoft.us @ 2026-05-25 10:17:43 by W3 Total Cache
-->