<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Fixing Windows XP update not working in VMware machine.</title>
	<atom:link href="http://www.dbuggr.com/smallwei/fixing-windows-xp-update-working-vmware-machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/smallwei/fixing-windows-xp-update-working-vmware-machine/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:13:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: smallwei</title>
		<link>http://www.dbuggr.com/smallwei/fixing-windows-xp-update-working-vmware-machine/comment-page-1/#comment-269</link>
		<dc:creator>smallwei</dc:creator>
		<pubDate>Fri, 06 Nov 2009 23:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/fixing-windows-xp-update-working-vmware-machine/#comment-269</guid>
		<description>Here are the possible causes of the issue from Microsoft support:

&lt;blockquote&gt;Scenario 1

This problem occurs because of how the Windows XP repair operation replaces Windows system files. When you repair a Windows installation by using a Windows XP CD, the repair operation performs both of the following operations:

    * It replaces all the Windows system files with the corresponding files from the CD.

      Note This includes the Windows Update files.
    * It restores the Windows registry.

The latest version of Windows Update includes a file that was not available in the release version of Windows XP. This file is named Wups2.dll. Therefore, after the repair operation is complete, the following situation exists:

    * The Wups2.dll file remains on the computer.
    * The registry entries that correspond to this file are missing.

Because the registry files that correspond to the Wups2.dll file are missing, update installations are unsuccessful.

Scenario 2

This problem occurs when the latest Windows Update client has been installed and then you install Windows XP SP3 before restarting the computer. This causes the new Wups2.dll file not to be enabled (registered). When Windows XP SP3 is installed, it does not detect the Wups2.dll file, and it sets the registry to point to the original Wups.dll file version that is included in Windows XP SP2 and Windows XP SP3. Because the registry files that correspond to the Wups2.dll file are missing, update installations are unsuccessful. &lt;/blockquote&gt;


To resolve this problem, use one of the following methods.

&lt;strong&gt;Method 1: Register the Wups2.dll file in Windows&lt;/strong&gt;
To register the Wups2.dll file in Windows, follow these steps:

&lt;code&gt;   1. Stop the Automatic Updates service. To do this, follow these steps:
         1. Click Start, click Run, type cmd, and then click OK.
         2. At the command prompt, type the following command, and then press ENTER:
            net stop wuauserv
   2. Register the Wups2.dll file. To do this, follow these steps:
         1. At the command prompt, type the following command, and then press ENTER:
            regsvr32 %windir%\system32\wups2.dll
            Note For a computer that is running Windows XP Professional x64 Edition, type the following command, and then press ENTER:
            regsvr32 %windir%\syswow64\wups2.dll
         2. Click OK on each verification message that you receive.
   3. Start the Automatic Updates service. To do this, type the following command at the command prompt, and then press ENTER:
      net start wuauserv
   4. Exit the command prompt. To do this type exit, and then press ENTER.&lt;/code&gt;


&lt;strong&gt;Method 2: Download and install the Windows Update Agent&lt;/strong&gt;
For more information about how to download the latest version of Windows Update Agent, click the following article number to view the article in the Microsoft Knowledge Base:
949104  (http://support.microsoft.com/kb/949104/ ) How to obtain the latest version of the Windows Update Agent to help manage updates on a computer

Reference: http://support.microsoft.com/kb/943144/en-us</description>
		<content:encoded><![CDATA[<p>Here are the possible causes of the issue from Microsoft support:</p>
<blockquote><p>Scenario 1</p>
<p>This problem occurs because of how the Windows XP repair operation replaces Windows system files. When you repair a Windows installation by using a Windows XP CD, the repair operation performs both of the following operations:</p>
<p>    * It replaces all the Windows system files with the corresponding files from the CD.</p>
<p>      Note This includes the Windows Update files.<br />
    * It restores the Windows registry.</p>
<p>The latest version of Windows Update includes a file that was not available in the release version of Windows XP. This file is named Wups2.dll. Therefore, after the repair operation is complete, the following situation exists:</p>
<p>    * The Wups2.dll file remains on the computer.<br />
    * The registry entries that correspond to this file are missing.</p>
<p>Because the registry files that correspond to the Wups2.dll file are missing, update installations are unsuccessful.</p>
<p>Scenario 2</p>
<p>This problem occurs when the latest Windows Update client has been installed and then you install Windows XP SP3 before restarting the computer. This causes the new Wups2.dll file not to be enabled (registered). When Windows XP SP3 is installed, it does not detect the Wups2.dll file, and it sets the registry to point to the original Wups.dll file version that is included in Windows XP SP2 and Windows XP SP3. Because the registry files that correspond to the Wups2.dll file are missing, update installations are unsuccessful. </p></blockquote>
<p>To resolve this problem, use one of the following methods.</p>
<p><strong>Method 1: Register the Wups2.dll file in Windows</strong><br />
To register the Wups2.dll file in Windows, follow these steps:</p>
<p><pre><code>&nbsp;&nbsp; 1. Stop the Automatic Updates service. To do this, follow these steps:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1. Click Start, click Run, type cmd, and then click OK.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2. At the command prompt, type the following command, and then press ENTER:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;net stop wuauserv
&nbsp;&nbsp; 2. Register the Wups2.dll file. To do this, follow these steps:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1. At the command prompt, type the following command, and then press ENTER:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;regsvr32 %windir%\system32\wups2.dll
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Note For a computer that is running Windows XP Professional x64 Edition, type the following command, and then press ENTER:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;regsvr32 %windir%\syswow64\wups2.dll
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2. Click OK on each verification message that you receive.
&nbsp;&nbsp; 3. Start the Automatic Updates service. To do this, type the following command at the command prompt, and then press ENTER:
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;net start wuauserv
&nbsp;&nbsp; 4. Exit the command prompt. To do this type exit, and then press ENTER.</code></pre></p>
<p><strong>Method 2: Download and install the Windows Update Agent</strong><br />
For more information about how to download the latest version of Windows Update Agent, click the following article number to view the article in the Microsoft Knowledge Base:<br />
949104  (<a href="http://support.microsoft.com/kb/949104/" rel="nofollow">http://support.microsoft.com/kb/949104/</a> ) How to obtain the latest version of the Windows Update Agent to help manage updates on a computer</p>
<p>Reference: <a href="http://support.microsoft.com/kb/943144/en-us" rel="nofollow">http://support.microsoft.com/kb/943144/en-us</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
