<?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>install problem Archives - Dragonsoft Technology View</title>
	<atom:link href="https://blog.dragonsoft.us/tag/install-problem/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.dragonsoft.us/tag/install-problem/</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>install problem Archives - Dragonsoft Technology View</title>
	<link>https://blog.dragonsoft.us/tag/install-problem/</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>
		<item>
		<title>TIP: Installing SQL Server 2008 &#8211; reboot required check fails</title>
		<link>https://blog.dragonsoft.us/2008/11/08/tip-installing-sql-server-2008-reboot-required-check-fails/</link>
					<comments>https://blog.dragonsoft.us/2008/11/08/tip-installing-sql-server-2008-reboot-required-check-fails/#comments</comments>
		
		<dc:creator><![CDATA[Serguei Dosyukov]]></dc:creator>
		<pubDate>Sat, 08 Nov 2008 17:17:50 +0000</pubDate>
				<category><![CDATA[Fun stuff with SQL Server]]></category>
		<category><![CDATA[install problem]]></category>
		<category><![CDATA[PendingFileRenameOperations]]></category>
		<category><![CDATA[reboot required check]]></category>
		<category><![CDATA[reboot required check failed]]></category>
		<category><![CDATA[rebootrequiredcheck]]></category>
		<category><![CDATA[sql server 2008]]></category>
		<category><![CDATA[windows installer]]></category>
		<guid isPermaLink="false">http://blog.dragonsoft.us/?p=595</guid>

					<description><![CDATA[<p>When installing SQL Server 2008 one can run into &#8220;&#8216;Reboot required check failed&#8221; situation. After seeing it few times already, I think a solution is worth mentioning. &#8220;Why don&#8217;t you just reboot?&#8221;, you say&#8230; Well, most likely it would not help you, but try it first. If this would not<a class="moretag" href="https://blog.dragonsoft.us/2008/11/08/tip-installing-sql-server-2008-reboot-required-check-fails/"> Read more</a></p>
<p>The post <a href="https://blog.dragonsoft.us/2008/11/08/tip-installing-sql-server-2008-reboot-required-check-fails/">TIP: Installing SQL Server 2008 &#8211; reboot required check fails</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When installing SQL Server 2008 one can run into &#8220;&#8216;Reboot required check failed&#8221; situation.</p>
<p>After seeing it few times already, I think a solution is worth mentioning.</p>
<p>&#8220;Why don&#8217;t you just reboot?&#8221;, you say&#8230; Well, most likely it would not help you, but try it first.<br />
If this would not help, then try the following:</p>
<ol>
<li>Start regedit.exe</li>
<li>Navigate to <strong>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager</strong></li>
<li>Locate PendingFileRenameOperations</li>
<li>Remove any data associated with the value (you may want to export the value for later review)</li>
<li>Reboot and rerun installation, check should pass.</li>
</ol>
<p><strong>Update. </strong>As a respond to some comments about solution above not always work you may consider the following:</p>
<ul>
<li>Make sure that after you reboot entry in the registry does not reappear.<br />
If it does, remove it again, but do not reboot, just go ahead with installation process and click &#8220;ReRun&#8221;. Most likely you would be fine now.</li>
<li>You may also try and see that other <em><strong>ControlSet001, ControlSet002</strong>, etc</em> do not suffer from the same problem (solution mentioned by Mike Hills below).</li>
<li>There was mentioning that some installations of Visual Studio 2008 could cause check to fail as well. So if nothing from above helped, uninstall Visual Studio (comes with light version of SQL Server), install SQL Server and then reinstall Visual Studio again.</li>
</ul>
<p>Lets see why would entry reappear&#8230; This may happen if there is a driver or application which supports &#8220;recovery&#8221; mode or plain virus is around and after reboot it is trying to finish the deployment process again. In any situation try and look closer: what app file belongs to, if there are other solutions to the problem so that original process would finish properly, etc.</p>
<p><em>Update: </em>Recently I was working on the unrelated setup automation for Visual Studio and stepped on a hidden gem which may work here as well: when running setup from command prompt, Windows Installer accepts a parameter called <em>SkipRules</em>. It worth mention the following &#8220;<a href="http://technet.microsoft.com/en-us/library/ms144259.aspx" target="_blank">How to: Install SQL Server 2008 from the Command Prompt</a>&#8221; first and then look at desired parameter</p>
<blockquote><p>/SkipRules=VSShellInstalledRule RebootRequiredCheck</p></blockquote>
<p>We can ignore first rule, since it is VS related, but second is the one you may want to try.</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/2008/11/08/tip-installing-sql-server-2008-reboot-required-check-fails/">TIP: Installing SQL Server 2008 &#8211; reboot required check fails</a> appeared first on <a href="https://blog.dragonsoft.us">Dragonsoft Technology View</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.dragonsoft.us/2008/11/08/tip-installing-sql-server-2008-reboot-required-check-fails/feed/</wfw:commentRss>
			<slash:comments>31</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">595</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 23/84 queries in 0.043 seconds using Disk

Served from: blog.dragonsoft.us @ 2026-07-05 09:51:03 by W3 Total Cache
-->