<?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>Milan Muždeka &#187; MSXML</title>
	<atom:link href="http://milan.muzdeka.com/tag/msxml/feed/" rel="self" type="application/rss+xml" />
	<link>http://milan.muzdeka.com</link>
	<description>na mreži</description>
	<lastBuildDate>Thu, 22 Jul 2010 13:14:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Error during MS SQL Server 2005 installation</title>
		<link>http://milan.muzdeka.com/desktop-software/error-during-ms-sql-server-2005-installation/</link>
		<comments>http://milan.muzdeka.com/desktop-software/error-during-ms-sql-server-2005-installation/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 22:43:01 +0000</pubDate>
		<dc:creator>Milan</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[components]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[MSXML]]></category>
		<category><![CDATA[Parser]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false">http://milan.muzdeka.com/?p=42</guid>
		<description><![CDATA[If you are facing with problems while trying to install SQL Server 2005, checkout c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG folder where you can find various setup log files.

Today, I was installing MS SQL Server 2005 and setup would always fail during installation of MSXML 6.0 Parser and after that Database services and other components would also fail to install.]]></description>
			<content:encoded><![CDATA[<p>If you are facing with problems while trying to install SQL Server 2005, checkout c:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG folder where you can find various setup log files.<br />
Today, I was installing MS SQL Server 2005 and setup would always fail during installation of MSXML 6.0 Parser and after that Database services and other components would also fail to install.</p>
<p><strong>Example of SQLSetup0001_ServerName_Core.log.txt:</strong></p>
<address>Running: LoadResourcesAction at: 2009/10/2 15:19:56<br />
Complete: LoadResourcesAction at: 2009/10/2 15:19:56, returned true<br />
Running: ParseBootstrapOptionsAction at: 2009/10/2 15:19:56<br />
Loaded DLL:Z:NamosCD31SQL2K5SQL2K5_WExmlrw.dll Version:2.0.3604.0<br />
Complete: ParseBootstrapOptionsAction at: 2009/10/2 15:19:57, returned true<br />
Running: ValidateWinNTAction at: 2009/10/2 15:19:57<br />
Complete: ValidateWinNTAction at: 2009/10/2 15:19:57, returned true<br />
Running: ValidateMinOSAction at: 2009/10/2 15:19:57<br />
Complete: ValidateMinOSAction at: 2009/10/2 15:19:57, returned true<br />
Running: PerformSCCAction at: 2009/10/2 15:19:57<br />
Complete: PerformSCCAction at: 2009/10/2 15:19:57, returned true<br />
Running: ActivateLoggingAction at: 2009/10/2 15:19:57<br />
Complete: ActivateLoggingAction at: 2009/10/2 15:19:57, returned true<br />
Delay load of action &#8220;DetectPatchedBootstrapAction&#8221; returned nothing. No action will occur as a result.<br />
Action &#8220;LaunchPatchedBootstrapAction&#8221; will be skipped due to the following restrictions:<br />
Condition &#8220;EventCondition: __STP_LaunchPatchedBootstrap__1396&#8243; returned false.<br />
Running: PerformSCCAction2 at: 2009/10/2 15:19:57<br />
Loaded DLL:C:WINDOWSsystem32msi.dll Version:4.5.6001.22159<br />
Loaded DLL:C:WINDOWSsystem32msi.dll Version:4.5.6001.22159<br />
Complete: PerformSCCAction2 at: 2009/10/2 15:19:58, returned true<br />
Running: PerformDotNetCheck at: 2009/10/2 15:19:58<br />
Complete: PerformDotNetCheck at: 2009/10/2 15:19:58, returned true<br />
Running: ComponentUpdateAction at: 2009/10/2 15:19:58<br />
Complete: ComponentUpdateAction at: 2009/10/2 15:20:39, returned true<br />
Running: DetectLocalBootstrapAction at: 2009/10/2 15:20:39<br />
Complete: DetectLocalBootstrapAction at: 2009/10/2 15:20:39, returned true<br />
Running: LaunchLocalBootstrapAction at: 2009/10/2 15:20:39<br />
Error: Action &#8220;LaunchLocalBootstrapAction&#8221; threw an exception during execution.  Error information reported during run:<br />
&#8220;C:Program FilesMicrosoft SQL Server90Setup Bootstrapsetup.exe&#8221; finished and returned: 1605<br />
Aborting queue processing as nested installer has completed<br />
Message pump returning: 1605</address>
<p><strong>Solution:</strong></p>
<p>In this case, solution was to delete registry keys remained from some previous installation of MSXML 6.0 Parser. Registry key is located on following path:<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\{GUID}]*</p>
<p>Export (backup) registry key that contain MSXML 6.0 Parser information and delete it. After that, try to install MS SQL Server 2005.<br />
For me, IT WORKS! Somehow, SQL Server 2005 setup read this key value and assumes that XML Parser is already installed, and skipped the installation of MSXML 6.0 Parser, which caused installation failure of other components.</p>
<p><span><span style="font-family: Verdana;">*<a href="http://en.wikipedia.org/wiki/Globally_Unique_Identifier" target="_blank"> GUID &#8211; </a></span></span><a href="http://en.wikipedia.org/wiki/Globally_Unique_Identifier" target="_blank">globally unique identifier</a></p>
]]></content:encoded>
			<wfw:commentRss>http://milan.muzdeka.com/desktop-software/error-during-ms-sql-server-2005-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
