<?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>Serge&#039;s Technology View &#187; rebootrequiredcheck</title>
	<atom:link href="http://blog.dragonsoft.us/tag/rebootrequiredcheck/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dragonsoft.us</link>
	<description>Talk about Technologies, Software Architecture and Management</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:43:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>TIP: Installing SQL Server 2008 &#8211; reboot required check fails</title>
		<link>http://blog.dragonsoft.us/2008/11/08/tip-installing-sql-server-2008-reboot-required-check-fails/</link>
		<comments>http://blog.dragonsoft.us/2008/11/08/tip-installing-sql-server-2008-reboot-required-check-fails/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 17:17:50 +0000</pubDate>
		<dc:creator>Serguei Dosyukov</dc:creator>
				<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[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 &#8230; <a href="http://blog.dragonsoft.us/2008/11/08/tip-installing-sql-server-2008-reboot-required-check-fails/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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; 2012 <strong><a href="http://blog.dragonsoft.us">Serge&#039;s Technology View</a></strong>. This Feed is for personal non-commercial use only.</span>]]></content:encoded>
			<wfw:commentRss>http://blog.dragonsoft.us/2008/11/08/tip-installing-sql-server-2008-reboot-required-check-fails/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

