Home Articles FAQ Error Codes Downloads Links

How long does it take to fully update a Windows XP SP1 system?

Last month I did a test to see how much time would be involved in fully updating a new installation. The baseline was XP RTM. This time I performed a similar test, but used XP SP1. Also, because I had an actual machine that needed to be reinstalled, I was able to use physical hardware, rather than a VPC virtual machine.
 
Here's the story:

The following is a detailed analysis of a WSUS deployment upgrade from installation to completion. The baseline was Windows XP Service Pack 1 and the system was installed interactively from Windows XP SP1 media.

I created a GPO linked to OU "UnderConstruction" with the following settings:
   "Allow Automatic Updates immediate installation" = ENABLED
   "Allow non-administrators to receive update notifications" = NOT CONFIGURED
   "Automatic Updates detection frequency" = 1 hour
   "Configure Automatic Updates" = Option #4/Scheduled Install Time:0000
   "Delay Restart for scheduled installations" = ENABLED
   "Do not adjust default option..." = NOT CONFIGURED
   "Do not display ... option ..." = NOT CONFIGURED
   "Enable client-side targeting" = ENABLED/TargetGroup:UnderConstruction
   "No auto-restart..." = DISABLED
   "Re-prompt for restart with scheduled installations" = NOT CONFIGURED
   "Reschedule Automatic Updates scheduled installations" = ENABLED/Delay:1 minute

In addition, all updates in the "Under Construction" group are configured with an expired deadline. The deadline is configured at the time of approval on the target group approvals dialog box and the date is set in the past so that it is already expired. It is the expired deadline which forces the updates to be installed at the moment of detection, rather than being scheduled for installation at a later time.

We pick up the activity from the moment the system joins the domain.

 
4/29/05 17:46:18 - This computer has been successfully joined to domain 'ONSITE'.
 
Upon completing installation and rebooting, normal functions were initiated, the selfupdate occurred promptly, and the system detected the WSUS-required updates for BITS and Windows Installer v3.1
 
4/29/05 18:07:09 - The Automatic Updates service entered the running state.
4/29/05 18:07:14 - Installation Successful:
                   Windows successfully installed the following update:
                       Automatic Updates
4/29/05 18:09:58 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   This computer is currently scheduled to install these updates
                       on Saturday, April 30, 2005 at 3:00 AM: 
                   - Microsoft Windows Installer 3.1
                   - Update for Background Intelligent Transfer Service (BITS) 2.0  and WinHTTP 5.1 (KB842773)
 
However, because this system was reinstalled with the same machine name as the previous installation, and I did not make any OU changes prior to installation, the system installation used the pre-existing machine account in the domain, resulting in the system being brought back into the production domain (with no approved updates other than the WSUS-required updates).
 
I realized this issue shortly after and moved the machine from the production OU to the "Under Construction" OU; however, it wasn't until just before 7pm that I remembered that it could be up to 90 minutes before the machine did a group policy update and obtained information about the new OU and, thus, obtained the new WSUS GPO. I also was not sure at that point that the policy update would force any change in the detection cycle, which was 12 hours in the production OU. So, I logged onto the machine, ran 'gpupdate /target:computer', and upon updating of the policy it took off -- without having to run a /detectnow, which I had originally expected to do.
 
While I had not considered this before, the AU client automatically executed a detection cycle in response to the change in Group Policy parameters. While this doesn't appear to happen with manual editing of the registry, it did happen when executing gpupdate. This fact adds to the recommendation to maintain non-domain systems via Local Policy, rather than direct registry manipulation. Local Policy can be edited remotely, as can the gpupdate be executed via RDC. Editing the Local Policy and then running gpupdate will eliminate the necessity to restart the Automatic Updates service, or execute a 'wuauclt /detectnow'.
 
A side note is that all Patch Administrators should be aware, then, that the client /may/ execute a detection cycle within 90 minutes of any Group Policy change. This is because the client will execute its own policy refresh every 90 minutes (minus a random offset), and the policy refresh (containing new parameters)/may/ trigger a new detection cycle. I say /may/, because I don't have confirmation that /any/ policy change will trigger the detection, but I do know that changes that affect the when or where that an AU client runs detection will trigger a new detection cycle. This would include changing the server name, changing the option parameter, changing the scheduled install date or time, or changing the detection frequency.
 
One other note of great concern... it also appears that there is some code in the new AU v5.8 client that causes it to truncate the WindowsUpdate.log file. My current WindowsUpdate.log file /begins/ at 4/29/05 19:32:02, yet I did previously inspect this log when there were entries from the previous hour. They are no longer available.
 
Also, when inspecting the log immediately after installation, I also noted that the log actually started with the restart of the Automatic Updates server /AFTER/ the selfupdate had completed. That is, the AU v5.8 client appears to have truncated the log after performing the selfupdate, as well.
 
I am not sure what triggered these log truncations -- but they definitely occurred twice during this process.
 
So, after executing the gpupdate, the update process began. This one appears to have progressed significantly differently than the test I did with the XP RTM on WUS beta last month. There were a number of additional updates not superceded by SP2 that were installed. I believe this is a result of content that was not available when I did the original XP RTM test with the WUS beta.
 
Also, this test was performed on a physical machine, Pentium III/933MHz, with 384MB RAM, and an ATA-66 20MB Western Digital Caviar hard drive. Without a doubt, the performance was significantly faster than the previous test. Even considering the additional updates applied, this process finished in less than two hours.
 
Continuing after the OU change and gpupdate:
 
4/29/05 19:00:15 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   This computer is currently scheduled to install these updates
                       on Saturday, April 30, 2005 at 12:00 AM: 
                   - Microsoft Windows Installer 3.1
                   - Update for Background Intelligent Transfer Service (BITS) 2.0 and WinHTTP 5.1 (KB842773)
4/29/05 19:00:20 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   This computer is currently scheduled to install these updates
                       on Friday, April 29, 2005 at 7:00 PM:
                   - Microsoft Windows Installer 3.1
                   - Update for Background Intelligent Transfer Service (BITS) 2.0 and WinHTTP 5.1 (KB842773)
 
4/29/05 19:00:59 - Windows Installer Hotfix KB893803 was installed.
4/29/05 19:01:04 - Installation Successful:
                   Windows successfully installed the following update:
                       Microsoft Windows Installer 3.1
 
4/29/05 19:01:19 - Windows XP Hotfix KB842773 was installed.
4/29/05 19:01:29 - Installation Successful:
                   Windows successfully installed the following update:
                       Update for Background Intelligent Transfer Service (BITS) 2.0
                           and WinHTTP 5.1 (KB842773)
 
Another side note: There seems to be a significant delay in log timestamps between the posting of the update by the NTServicePack source, and the Windows Update Agent source. Later in the log, I have some additional information concerning this issue which includes data taken from the WindowsUpdate.log file.
 
4/29/05 19:01:29 - Restart Required:
                   To complete the installation of the following updates,
                   the computer will be restarted within 1 minutes:
                   - Microsoft Windows Installer 3.1
                   - Update for Background Intelligent Transfer Service (BITS) 2.0 and WinHTTP 5.1 (KB842773)
4/29/05 19:02:23 - The process winlogon.exe has initiated the restart of CESCA for the following reason:
                   No title for this reason could be found
                   Minor Reason: 0x2
                   Shutdown Type: reboot
                   Comment:
 
4/29/05 19:19:35 - [System Restart]
Note: A transient hardware issue interfered with the restart causing a 17 minute delay. This delay was entirely unrelated to the WSUS process, and other than adding 17 minutes to the completion time, had no other impact on the process.
 
4/29/05 19:22:53 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   This computer is currently scheduled to install these updates
                       on Friday, April 29, 2005 at 7:22 PM:
                   - Security Update for Windows XP (KB871250)
4/29/05 19:22:53 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB885836)
4/29/05 19:23:04 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB873333)
                   - Security Update for Windows XP (KB885836)
4/29/05 19:23:11 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB873333)
                   - Cumulative Security Update for Internet Explorer 6 Service Pack 1 (KB867282)
                   - Security Update for Windows XP (KB885836)
 
Of interest... KB867282 is superceded by KB890923; however, KB890923 has XP SP2 as a prerequisite. Potentially this is an error in supercedence metadata, because the practical reality is that KB867282 is superceded by XP SP2 (which contains an IE Update of its own), and KB890923 supercedes XP SP2.
 
Both XP SP2 and KB890923 were approved for installation; the AU client should not have installed KB867282.
 
4/29/05 19:23:15 - Windows XP Hotfix KB871250 was installed.
 
4/29/05 19:23:39 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   This computer is currently scheduled to install these updates
                       on Friday, April 29, 2005 at 7:23 PM:
                   - Security Update for Windows XP (KB873333)
                   - Cumulative Security Update for Internet Explorer 6 Service Pack 1 (KB867282)
                   - Security Update for Windows XP (KB885836)
4/29/05 19:23:39 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   This computer is currently scheduled to install these updates
                       on Friday, April 29, 2005 at 7:33 PM:
                   - Security Update for Windows XP (KB873333)
                   - Cumulative Security Update for Internet Explorer 6 Service Pack 1 (KB867282)
                   - Security Update for Windows XP (KB885836)
 
4/29/05 19:23:39 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows XP (KB871250)
 
* A 24 second delay from the logging of the KB871250 update by the NTServicePack source and the WUA.
 
4/29/05 19:23:53 - Windows XP Hotfix KB873333 was installed.
4/29/05 19:24:04 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows XP (KB873333)
 
* A 11 second delay from the logging of the KB873333 update by the NTServicePack source and the WUA.
 
4/29/05 19:24:24 - Windows XP Hotfix KB867282-IE6SP1-20050127.163319 was installed.
4/29/05 19:24:35 - Installation Successful:
                   Windows successfully installed the following update:
                       Cumulative Security Update for Internet Explorer 6 Service Pack 1 (KB867282)
 
* A 9 second delay from the logging of the KB867282 update by the NTServicePack source and the WUA.
 
4/29/05 19:24:47 - Windows XP Hotfix KB885836 was installed.
4/29/05 19:25:02 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows XP (KB885836)
 
* A 15 second delay from the logging of the KB885836 update by the NTServicePack source and the WUA.
 
4/29/05 19:25:02 - Restart Required:
                   To complete the installation of the following updates,
                   the computer will be restarted within 1 minutes:
                   - Security Update for Windows XP (KB873333)
                   - Cumulative Security Update for Internet Explorer 6 Service Pack 1 (KB867282)
                   - Security Update for Windows XP (KB885836)
 
4/29/05 19:27:55 - [System Restart]
 
4/29/05 19:34:54 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   This computer is currently scheduled to install these updates
                       on Friday, April 29, 2005 at 7:34 PM:
                   - Security Update for Windows XP (KB888302)
 
4/29/05 19:34:54 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
4/29/05 19:34:59 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
4/29/05 19:35:06 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB888113)
4/29/05 19:35:12 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB891781)
                   - Security Update for Windows XP (KB888113)
 
4/29/05 19:35:15 - Windows XP Hotfix KB888302 was installed.
 
4/29/05 19:35:21 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB891781)
                   - Security Update for Windows XP (KB888113)
                   - Security Update for Windows XP (KB885250)
 
4/29/05 19:35:46 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB891781)
                   - Security Update for Windows XP (KB840987)
                   - Security Update for Windows XP (KB888113)
                   - Security Update for Windows XP (KB885250)
 
4/29/05 19:35:46 - The process winlogon.exe has initiated the restart of CESCA for the following reason:
                   No title for this reason could be found
                   Minor Reason: 0x2
                   Shutdown Type: reboot
                   Comment:
 
4/29/05 19:38:03 - [System Restart]
 
2005-04-29 19:39:15-0500  960 7f4 WU client found 12 updates and 8 categories in search
 
4/29/05 19:39:15 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   This computer is currently scheduled to install these updates
                   on Saturday, April 30, 2005 at 12:00 AM:
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
 
The MSRT is scheduled for installation at midnight because I failed to mark a deadline on this update when approving updates for the "Under Construction" group.
 
2005-04-29 19:39:15-0500  960 7f4
    REPORT EVENT: {C65D2746-FB42-4665-BC53-6DBC45DB3974}
    2005-04-29 19:39:01-0500 1 188 102
    {00000000-0000-0000-0000-000000000000} 0 0
    AutomaticUpdates Success Content Install
    Installation Ready: The following updates are downloaded and ready for installation.
    This computer is currently scheduled to install these updates on Saturday, April 30, 2005 at 12:00 AM:
    - Windows Malicious Software Removal Tool - April 2005 (KB890830)
 
2005-04-29 19:39:19-0500  960  c0 Download job for update {A69C343F-C81B-47B1-887D-5005552A51B5}, revision 10 completed successfully.
2005-04-29 19:39:19-0500  960  c0 Successfully downloaded file from http://scsi/Content/C7/3E27E37DC2AB618559BD8A15F8387BAE4BA505C7.psf to C:\WINDOWS\SoftwareDistribution\Download\S-1-5-18\d3dc17a5296ed64da8ffcba957ab2fef\download\WindowsXP-KB873339-x86-ENU.psf.blob.
 
2005-04-29 19:39:23-0500  960  bc Download job for update {B279ACA7-49FE-4FB5-A899-D9F8B5429731}, revision 12 completed successfully.
 
2005-04-29 19:39:24-0500  960  bc Successfully downloaded file from http://scsi/Content/4D/5E986A75FF78EE54832CD3A5E06F14203E06DF4D.psf to C:\WINDOWS\SoftwareDistribution\Download\S-1-5-18\e8e970db85734b72c2b00b9073c81fb1\download\WindowsXP-KB890175-x86-ENU.psf.blob.
 
2005-04-29 19:39:26-0500  960 634 WU client is installing update {EF6D99AD-A2D1-4A62-8705-D35F1B81F3D6}.50
 
2005-04-29 19:39:30-0500  960 7f4 Dumping out update 1 of 1
2005-04-29 19:39:30-0500  960 7f4 title = Security Update for Windows XP (KB893066)
2005-04-29 19:39:30-0500  960 7f4 Dumping out update 1 of 1
2005-04-29 19:39:30-0500  960 7f4 title = Security Update for Windows XP (KB890859)
 
2005-04-29 19:39:32-0500  960 7f4 Dumping out update 1 of 1
2005-04-29 19:39:32-0500  960 7f4 title = Security Update for Windows XP (KB891781)
2005-04-29 19:39:32-0500  960 7f4 Dumping out update 1 of 1
2005-04-29 19:39:32-0500  960 7f4 title = Security Update for Windows XP (KB840987)
2005-04-29 19:39:32-0500  960 7f4 Dumping out update 1 of 1
2005-04-29 19:39:32-0500  960 7f4 title = Security Update for Windows XP (KB888113)
2005-04-29 19:39:32-0500  960 7f4 Dumping out update 1 of 1
2005-04-29 19:39:32-0500  960 7f4 title = Security Update for Windows XP (KB885250)
 
4/29/05 19:39:32 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   This computer is currently scheduled to install these updates
                       on Friday, April 29, 2005 at 7:39 PM:
                   - Security Update for Windows XP (KB893086)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
 
Although it is curious that the AU client then reported the MSRT as scheduled for installation immediately. It neither installed this client at this time, nor should it have.
 
4/29/05 19:39:32 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB873339)
4/29/05 19:39:37 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB873339)
                   - Security Update for Windows XP (KB890175)
 
4/29/05 19:40:45 - Windows XP Hotfix KB893086 was installed.
 
2005-04-29 19:40:46-0500  960 634 WU client finishes installing update {EF6D99AD-A2D1-4A62-8705-D35F1B81F3D6}.50 with result 0
 
2005-04-29 19:40:47-0500  960 634 WU client now has reboot status 1
 
4/29/05 19:40:48 - The process winlogon.exe has initiated the restart of CESCA for the following reason:
                   No title for this reason could be found
                   Minor Reason: 0x2
                   Shutdown Type: reboot
                   Comment: 
 
2005-04-29 19:40:52-0500  960 3dc WU client found 12 updates and 8 categories in search
 
4/29/05 19:42:52 - [System Restart]
 
2005-04-29 19:43:48-0500  948 534 WU client found 11 updates and 8 categories in search
2005-04-29 19:43:48-0500  948  90 Download job for update {BCCEC943-0392-6C67-40D1-BED81E276119}, revision 12 completed successfully.
 
2005-04-29 19:43:49-0500  948  90 Successfully downloaded file from http://scsi/Content/9A/7DC658ED670F17F0B3D24C9D152998153534D79A.psf to C:\WINDOWS\SoftwareDistribution\Download\S-1-5-18\047fe4da9613240686d1cc3ac54f570a\download\WindowsXP-KB885835-x86-ENU.psf.blob.
 
4/29/05 19:43:50 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   This computer is currently scheduled to install these updates
                       on Friday, April 29, 2005 at 7:43 PM:
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB840987)
 
2005-04-29 19:43:57-0500  948 140 Dumping out update 1 of 1
2005-04-29 19:43:57-0500  948 140 title = Security Update for Windows XP (KB893066)
 
2005-04-29 19:43:58-0500  948  78 WU client is installing update {56AA2421-F96F-4A94-84A4-ECDF1C11D6E3}.102
 
2005-04-29 19:43:58-0500  948 140 Dumping out update 1 of 1
2005-04-29 19:43:58-0500  948 140 title = Security Update for Windows XP (KB890859)
2005-04-29 19:43:58-0500  948 140 Dumping out update 1 of 1
2005-04-29 19:43:58-0500  948 140 title = Security Update for Windows XP (KB891781)
2005-04-29 19:43:58-0500  948 140 Dumping out update 1 of 1
2005-04-29 19:43:58-0500  948 140 title = Security Update for Windows XP (KB888113)
 
2005-04-29 19:43:59-0500  948 140 Dumping out update 1 of 1
2005-04-29 19:43:59-0500  948 140 title = Security Update for Windows XP (KB873339)
2005-04-29 19:43:59-0500  948 140 Dumping out update 1 of 1
2005-04-29 19:43:59-0500  948 140 title = Security Update for Windows XP (KB885250)
2005-04-29 19:43:59-0500  948 140 Dumping out update 1 of 1
2005-04-29 19:43:59-0500  948 140 title = Security Update for Windows XP (KB890175)
 
4/29/05 19:44:58 - Windows XP Hotfix KB840987 was installed.
 
4/29/05 19:45:11 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB885835)
4/29/05 19:45:11 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB885835)
4/29/05 19:45:11 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB885835)
4/29/05 19:45:11 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB891781)
                   - Security Update for Windows XP (KB885835)
4/29/05 19:45:11 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB891781)
                   - Security Update for Windows XP (KB888113)
                   - Security Update for Windows XP (KB885835)
4/29/05 19:45:11 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB891781)
                   - Security Update for Windows XP (KB888113)
                   - Security Update for Windows XP (KB873339)
                   - Security Update for Windows XP (KB885835)
4/29/05 19:45:11 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB891781)
                   - Security Update for Windows XP (KB888113)
                   - Security Update for Windows XP (KB873339)
                   - Security Update for Windows XP (KB885250)
4/29/05 19:45:11 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB891781)
                   - Security Update for Windows XP (KB888113)
                   - Security Update for Windows XP (KB873339)
                   - Security Update for Windows XP (KB885250)
                   - Security Update for Windows XP (KB890175)
                   - Security Update for Windows XP (KB885835)
 
2005-04-29 19:45:14-0500  948  78 WU client finishes installing update {56AA2421-F96F-4A94-84A4-ECDF1C11D6E3}.102 with result 0
 
This update (KB840987) was never reported by the WU client to the Event Log. It is a Security Update that is not superceded by any other package. The KB840987.log file in %windir% reports a successful installation pending restart, and the WU client recorded the completion here.
 
2005-04-29 19:45:14-0500  948  78 WU client now has reboot status 1
 
4/29/05 19:45:14 - The process winlogon.exe has initiated the restart of CESCA for the following reason:
                   No title for this reason could be found
                   Minor Reason: 0x2
                   Shutdown Type: reboot
                   Comment:
 
4/29/05 19:47:08 - [System Restart]
 
2005-04-29 19:48:03-0500  940  d4 WU client found 10 updates and 8 categories in search
2005-04-29 19:48:03-0500  940  9c Download job for update {A58711B5-3FCA-4D68-A1FF-33DA0236672F}, revision 10 completed successfully.
 
2005-04-29 19:48:04-0500  940  9c Successfully downloaded file from http://scsi/Content/1D/056B2B38BAF5620BE85DDD58141B073BC0B06A1D.psf to C:\WINDOWS\SoftwareDistribution\Download\S-1-5-18\67942da704539937d3761f9d5b822dfc\download\WindowsXP-SP2-x86fre-USA-2180.psf.blob.
 
4/29/05 19:48:09 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   This computer is currently scheduled to install these updates
                       on Friday, April 29, 2005 at 7:47 PM:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB891781)
                   - Security Update for Windows XP (KB888113)
                   - Security Update for Windows XP (KB873339)
                   - Security Update for Windows XP (KB885250)
                   - Security Update for Windows XP (KB890175)
                   - Security Update for Windows XP (KB885835)
 
2005-04-29 19:50:49-0500  940 4c4 WU client found 10 updates and 8 categories in search
 
4/29/05 19:51:24 - Windows XP Hotfix KB893066 was installed.
 
2005-04-29 19:51:25-0500  940 538 WU client finishes installing update {73365F29-D5E3-45B2-930F-529780DFFAB7}.50 with result 0
 
2005-04-29 19:51:25-0500  940 538 WU client is installing update {B1FF52C3-7D37-46A9-B813-8BBDDC74A3D5}.50
 
4/29/05 19:51:30 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows XP (KB893066)
 
2005-04-29 19:51:30-0500  940 3c8
    REPORT EVENT: {CD48FBC6-50FF-41D9-9AA6-8C065FBB66CF}
    2005-04-29 19:51:25-0500 1 184 101
    {40CB4818-52AB-42AB-B647-AE952EB096F6} 50 0
    AutomaticUpdates Success Content Install
    Installation successful and restart required for the following update:
        Security Update for Windows XP (KB893066)
 
2005-04-29 19:52:33-0500  940 538 WU client finishes installing update {B1FF52C3-7D37-46A9-B813-8BBDDC74A3D5}.50 with result 0
 
4/29/05 19:52:33 - Windows XP Hotfix KB890859 was installed.
 
2005-04-29 19:52:33-0500  940 538 WU client is installing update {465CE113-6F63-45AC-BFD7-ABF1E93686FA}.10
 
4/29/05 19:52:38 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows XP (KB890859)
 
4/29/05 19:52:53 - Windows XP Hotfix KB891781 was installed.
 
2005-04-29 19:53:05-0500  940 538 WU client finishes installing update {465CE113-6F63-45AC-BFD7-ABF1E93686FA}.10 with result 0
 
2005-04-29 19:53:05-0500  940 538 WU client is installing update {C8F10F34-F0B7-4F9B-8885-833F4C2B5F15}.10
 
4/29/05 19:53:10 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows XP (KB891781)
 
4/29/05 19:53:23 - Windows XP Hotfix KB888113 was installed.
 
2005-04-29 19:53:33-0500  940 538 WU client finishes installing update {C8F10F34-F0B7-4F9B-8885-833F4C2B5F15}.10 with result 0
 
2005-04-29 19:53:33-0500  940 538 WU client is installing update {A69C343F-C81B-47B1-887D-5005552A51B5}.10
 
4/29/05 19:53:38 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows XP (KB888113)
 
4/29/05 19:53:52 - Windows XP Hotfix KB873339 was installed.
 
2005-04-29 19:54:04-0500  940 538 WU client finishes installing update {A69C343F-C81B-47B1-887D-5005552A51B5}.10 with result 0
 
2005-04-29 19:54:04-0500  940 538 WU client is installing update {58E05D9F-2256-48EB-90EE-E64C6B88FC4B}.11
 
4/29/05 19:54:09 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows XP (KB873339)
 
4/29/05 19:54:24 - Windows XP Hotfix KB885250 was installed.
 
2005-04-29 19:54:37-0500  940 538 WU client finishes installing update {58E05D9F-2256-48EB-90EE-E64C6B88FC4B}.11 with result 0
 
2005-04-29 19:54:37-0500  940 538 WU client is installing update {B279ACA7-49FE-4FB5-A899-D9F8B5429731}.12
 
4/29/05 19:54:42 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows XP (KB885250)
 
4/29/05 19:54:58 - Windows XP Hotfix KB890175 was installed.
 
2005-04-29 19:55:08-0500  940 538 WU client finishes installing update {B279ACA7-49FE-4FB5-A899-D9F8B5429731}.12 with result 0
 
2005-04-29 19:55:08-0500  940 538 WU client is installing update {BCCEC943-0392-6C67-40D1-BED81E276119}.12
 
4/29/05 19:55:13 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows XP (KB890175)
 
4/29/05 19:55:47 - Windows XP Hotfix KB885835 was installed.
 
2005-04-29 19:55:57-0500  940 538 WU client finishes installing update {BCCEC943-0392-6C67-40D1-BED81E276119}.12 with result 0
 
2005-04-29 19:55:57-0500  940 538 WU client now has reboot status 1
 
4/29/05 19:55:57 - The process winlogon.exe has initiated the restart of CESCA for the following reason:
                   No title for this reason could be found
                   Minor Reason: 0x2
                   Shutdown Type: reboot
                   Comment:
 
2005-04-29 19:56:06-0500  940 538 WU client found 6 updates and 8 categories in search
 
4/29/05 19:58:50 - [System Restart]
 
4/29/05 20:02:00 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   This computer is currently scheduled to install these updates
                       on Saturday, April 30, 2005 at 12:00 AM:
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
 
2005-04-29 20:02:04-0500  960 1c4 Download job for update {A58711B5-3FCA-4D68-A1FF-33DA0236672F}, revision 10 completed successfully.
 
2005-04-29 20:02:05-0500  960 1c4 Successfully downloaded file from http://scsi/Content/DE/2BB70CA1C5503D32F9AB7A15D69C147E24208BDE.exe to C:\WINDOWS\SoftwareDistribution\Download\S-1-5-18\67942da704539937d3761f9d5b822dfc\xpSP2-express.exe.
 
2005-04-29 20:09:23-0500  960 338 Download job for update {A58711B5-3FCA-4D68-A1FF-33DA0236672F}, revision 10 completed successfully.
2005-04-29 20:09:23-0500  960 338 Successfully downloaded file from http://scsi/Content/1D/056B2B38BAF5620BE85DDD58141B073BC0B06A1D.psf to C:\WINDOWS\SoftwareDistribution\Download\S-1-5-18\67942da704539937d3761f9d5b822dfc\download\WindowsXP-SP2-x86fre-USA-2180.psf.blob.
 

4/29/05 20:16:46 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   This computer is currently scheduled to install these updates
                       on Friday, April 29, 2005 at 8:16 PM:
                   - Windows XP Service Pack 2 (WUS Install)
 
2005-04-29 20:16:51-0500  960 4d0 WU client is installing update {A58711B5-3FCA-4D68-A1FF-33DA0236672F}.10
 
2005-04-29 20:39:27-0500  960 53c WU client found 14 updates and 8 categories in search
 
2005-04-29 20:39:30-0500  960 3dc Dumping out update 1 of 1
2005-04-29 20:39:30-0500  960 3dc title = Security Update for Windows XP (KB893066)
 
2005-04-29 20:40:15-0500  960 3dc Dumping out update 1 of 1
2005-04-29 20:40:15-0500  960 3dc title = Security Update for Windows XP (KB890859)
 
2005-04-29 20:41:06-0500  960 3dc Dumping out update 1 of 1
2005-04-29 20:41:06-0500  960 3dc title = Security Update for Windows XP (KB893086)
 
2005-04-29 20:41:49-0500  960 3dc Dumping out update 1 of 1
2005-04-29 20:41:49-0500  960 3dc title = Cumulative Security Update for Internet Explorer for Windows XP Service Pack 2 (KB890923)
 
2005-04-29 20:41:52-0500  960 3dc Dumping out update 1 of 1
2005-04-29 20:41:52-0500  960 3dc title = Critical Update for Windows XP (KB886185)
 
2005-04-29 20:41:53-0500  960 3dc Dumping out update 1 of 1
2005-04-29 20:41:53-0500  960 3dc title = Security Update for Windows XP (KB888302)
 
2005-04-29 20:41:59-0500  960 2f0 Download job for update {A8528137-1CA1-4B24-9F16-F218AFCEB9C2}, revision 10 completed successfully.
 
2005-04-29 20:42:00-0500  960 2f0 Successfully downloaded file from http://scsi/Content/8F/88123F8C8A9A8147529EAC8AE4656B86C1018A8F.exe to C:\WINDOWS\SoftwareDistribution\Download\S-1-5-18\bc77ace9c1fbfc8f5ca48c76ba1d7422\WindowsXP-KB886185-x86-enu.exe.
 
2005-04-29 20:42:03-0500  960 3dc Dumping out update 1 of 1
2005-04-29 20:42:03-0500  960 3dc title = Security Update for Windows XP (KB873333)
 
2005-04-29 20:42:03-0500  960 470 Download job for update {3D864B61-126C-448F-9BE9-22E30112FF65}, revision 50 completed successfully.
 
2005-04-29 20:42:04-0500  960 470 Successfully downloaded file from http://scsi/Content/19/8814B923CD4AAF5E414AE856EDF39B8A2B374619.exe to C:\WINDOWS\SoftwareDistribution\Download\S-1-5-18\0f2a317a6c126b90afc76b1e49944857\WindowsXP-KB890923-x86-express-ENU.exe.
 
2005-04-29 20:42:07-0500  960 3dc Dumping out update 1 of 1
2005-04-29 20:42:07-0500  960 3dc title = Security Update for Windows Messenger (KB887472)
2005-04-29 20:42:07-0500  960 3dc Dumping out update 1 of 1
2005-04-29 20:42:07-0500  960 3dc title = Update for Windows XP (KB887742)
2005-04-29 20:42:07-0500  960 3dc Dumping out update 1 of 1
2005-04-29 20:42:07-0500  960 3dc title = Security Update for Windows XP (KB873339)
2005-04-29 20:42:07-0500  960 3dc Dumping out update 1 of 1
2005-04-29 20:42:07-0500  960 3dc title = Security Update for Windows XP (KB885250)
 
2005-04-29 20:42:08-0500  960 3dc Dumping out update 1 of 1
2005-04-29 20:42:08-0500  960 3dc title = Security Update for Windows XP (KB890175)
2005-04-29 20:42:08-0500  960 3dc Dumping out update 1 of 1
2005-04-29 20:42:08-0500  960 3dc title = Security Update for Windows XP (KB885835)
 
4/29/05 20:42:08 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
4/29/05 20:42:08 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
4/29/05 20:42:08 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Security Update for Windows XP (KB893086)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
4/29/05 20:42:11 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Security Update for Windows XP (KB893086)
                   - Critical Update for Windows XP (KB886185)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
4/29/05 20:42:11 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Security Update for Windows XP (KB893086)
                   - Critical Update for Windows XP (KB886185)
                   - Security Update for Windows XP (KB888302)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
4/29/05 20:43:46 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Security Update for Windows XP (KB893086)
                   - Critical Update for Windows XP (KB886185)
                   - Security Update for Windows XP (KB888302)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB873333)
4/29/05 20:43:46 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Security Update for Windows XP (KB893086)
                   - Critical Update for Windows XP (KB886185)
                   - Security Update for Windows XP (KB888302)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB873333)
                   - Security Update for Windows XP (KB873339)
4/29/05 20:43:46 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Security Update for Windows XP (KB893086)
                   - Critical Update for Windows XP (KB886185)
                   - Security Update for Windows XP (KB888302)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB873333)
                   - Security Update for Windows XP (KB873339)
                   - Security Update for Windows XP (KB885250)
4/29/05 20:43:46 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Security Update for Windows XP (KB893086)
                   - Critical Update for Windows XP (KB886185)
                   - Security Update for Windows XP (KB888302)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB873333)
                   - Security Update for Windows XP (KB873339)
                   - Security Update for Windows XP (KB885250)
                   - Security Update for Windows XP (KB890175)
                   - Security Update for Windows XP (KB885835)
4/29/05 20:43:46 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Security Update for Windows XP (KB893086)
                   - Critical Update for Windows XP (KB886185)
                   - Security Update for Windows XP (KB888302)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB873333)
                   - Security Update for Windows XP (KB873339)
                   - Security Update for Windows XP (KB885250)
                   - Security Update for Windows XP (KB890175)
4/29/05 20:43:46 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Security Update for Windows XP (KB893086)
                   - Critical Update for Windows XP (KB886185)
                   - Security Update for Windows XP (KB888302)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB873333)
                   - Security Update for Windows XP (KB873339)
                   - Security Update for Windows XP (KB885250)
                   - Security Update for Windows XP (KB890175)
                   - Security Update for Windows XP (KB885250)
                   - Security Update for Windows XP (KB890175)
                   - Security Update for Windows XP (KB885835)
 
2005-04-29 20:43:54-0500  960 108 Download job for update {7FDD1A1D-8612-434C-A890-F6616EA3B6CB}, revision 10 completed successfully.
2005-04-29 20:43:54-0500  960 108 Successfully downloaded file from http://scsi/Content/8D/4780C5FB451D8176D7BFEB3AD71F808C4025FA8D.exe to C:\WINDOWS\SoftwareDistribution\Download\S-1-5-18\9bbdce96410cbf9ff85ecbada27f4123\WindowsXP-KB887472-x86-express-enu.exe.
 
2005-04-29 20:44:02-0500  960 1c4 Download job for update {283B12D0-45B3-4779-8F9F-B199C04374E2}, revision 11 completed successfully.
2005-04-29 20:44:02-0500  960 1c4 Successfully downloaded file from http://scsi/Content/4C/9B90F45750DE3A639ECC20C0A70C331AA621754C.exe to C:\WINDOWS\SoftwareDistribution\Download\S-1-5-18\2522ed270883c5b106fd6a6484c7c72b\WindowsXP-KB887742-x86-express-enu.exe.
 
2005-04-29 20:44:10-0500  960 470 Download job for update {7FDD1A1D-8612-434C-A890-F6616EA3B6CB}, revision 10 completed successfully.
2005-04-29 20:44:10-0500  960 470 Successfully downloaded file from http://scsi/Content/52/0521468CD86D2C3DE8EAD532E5240EBC3EF97D52.psf to C:\WINDOWS\SoftwareDistribution\Download\S-1-5-18\9bbdce96410cbf9ff85ecbada27f4123\download\WindowsXP-KB887472-x86-ENU.psf.blob.
 
2005-04-29 20:44:21-0500  960 108 Download job for update {3D864B61-126C-448F-9BE9-22E30112FF65}, revision 50 completed successfully.
 
2005-04-29 20:44:22-0500  960 108 Successfully downloaded file from http://scsi/Content/FF/B352427D62319EACFF223F9D7C168440DA5886FF.psf to C:\WINDOWS\SoftwareDistribution\Download\S-1-5-18\0f2a317a6c126b90afc76b1e49944857\download\WindowsXP-KB890923-x86-ENU.psf.blob.
 

4/29/05 20:44:26 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Security Update for Windows XP (KB893086)
                   - Critical Update for Windows XP (KB886185)
                   - Security Update for Windows XP (KB888302)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB873333)
                   - Security Update for Windows Messenger (KB887472)
                   - Security Update for Windows XP (KB873339)
                   - Security Update for Windows XP (KB885250)
                   - Security Update for Windows XP (KB890175)
                   - Security Update for Windows XP (KB885835)
 
2005-04-29 20:44:38-0500  960 1c4 Download job for update {283B12D0-45B3-4779-8F9F-B199C04374E2}, revision 11 completed successfully.
 
2005-04-29 20:44:39-0500  960 1c4 Successfully downloaded file from http://scsi/Content/16/726044E097A719719D048EB87BD9CC199E6D0116.psf to C:\WINDOWS\SoftwareDistribution\Download\S-1-5-18\2522ed270883c5b106fd6a6484c7c72b\download\WindowsXP-KB887742-x86-ENU.psf.blob.
 
4/29/05 20:44:43 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Security Update for Windows XP (KB893086)
                   - Cumulative Security Update for Internet Explorer for Windows XP Service Pack 2 (KB890923)
                   - Critical Update for Windows XP (KB886185)
                   - Security Update for Windows XP (KB888302)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB873333)
                   - Security Update for Windows Messenger (KB887472)
                   - Security Update for Windows XP (KB873339)
                   - Security Update for Windows XP (KB885250)
                   - Security Update for Windows XP (KB890175)
                   - Security Update for Windows XP (KB885835)
4/29/05 20:44:52 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Security Update for Windows XP (KB893086)
                   - Cumulative Security Update for Internet Explorer for Windows XP Service Pack 2 (KB890923)
                   - Critical Update for Windows XP (KB886185)
                   - Security Update for Windows XP (KB888302)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB873333)
                   - Security Update for Windows Messenger (KB887472)
                   - Update for Windows XP (KB887742)
                   - Security Update for Windows XP (KB873339)
                   - Security Update for Windows XP (KB885250)
                   - Security Update for Windows XP (KB890175)
                   - Security Update for Windows XP (KB885835)

4/29/05 20:45:50 - Windows XP Service Pack 2 was installed (Service Pack 1 was previously installed).
4/29/05 20:46:37 - Windows XP Hotfix KB873333 was installed.
4/29/05 20:47:02 - Windows XP Hotfix KB873339 was installed.
4/29/05 20:47:29 - Windows XP Hotfix KB885250 was installed.
4/29/05 20:47:54 - Windows XP Hotfix KB885835 was installed.
4/29/05 20:48:17 - Windows XP Hotfix KB885836 was installed.
4/29/05 20:48:43 - Windows XP Hotfix KB888113 was installed.
4/29/05 20:49:16 - Windows XP Hotfix KB888302 was installed.
4/29/05 20:49:41 - Windows XP Hotfix KB890175 was installed.
4/29/05 20:50:13 - Windows XP Hotfix KB890859 was installed.
4/29/05 20:50:36 - Windows XP Hotfix KB891781 was installed.
4/29/05 20:51:02 - Windows XP Hotfix KB893066 was installed.
4/29/05 20:51:34 - Windows XP Hotfix KB893086 was installed.
 
2005-04-29 20:51:35-0500  960 4d0 WU client finishes installing update {A58711B5-3FCA-4D68-A1FF-33DA0236672F}.10 with result 0
2005-04-29 20:51:36-0500  960 4d0 WU client now has reboot status 1
 
4/29/05 20:51:37 - The process winlogon.exe has initiated the restart of CESCA for the following reason:
                   No title for this reason could be found
                   Minor Reason: 0x2
                   Shutdown Type: reboot
                   Comment:
 
4/29/05 20:54:30 - [System Restart]
 
2005-04-29 20:55:49-0500 1016 6dc WU client found 5 updates and 8 categories in search
 
4/29/05 20:56:02 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   This computer is currently scheduled to install these updates
                       on Friday, April 29, 2005 at 8:55 PM:
                   - Security Update for Windows XP (KB893066)
                   - Security Update for Windows XP (KB890859)
                   - Security Update for Windows XP (KB893086)
                   - Cumulative Security Update for Internet Explorer for Windows XP Service Pack 2 (KB890923)
                   - Critical Update for Windows XP (KB886185)
                   - Security Update for Windows XP (KB888302)
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
                   - Security Update for Windows XP (KB873333)
                   - Security Update for Windows Messenger (KB887472)
                   - Update for Windows XP (KB887742)
                   - Security Update for Windows XP (KB873339)
                   - Security Update for Windows XP (KB885250)
                   - Security Update for Windows XP (KB890175)
                   - Security Update for Windows XP (KB885835)
4/29/05 20:56:04 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows XP (KB893086)
4/29/05 20:56:04 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows XP (KB890859)
4/29/05 20:56:04 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows XP (KB893066)
 
2005-04-29 20:56:33-0500 1016 598 WU client finishes installing update {3D864B61-126C-448F-9BE9-22E30112FF65}.50 with result 0
 
4/29/05 20:56:33 - Windows XP Hotfix KB890923 was installed.
 
2005-04-29 20:56:33-0500 1016 598 WU client is installing update {A8528137-1CA1-4B24-9F16-F218AFCEB9C2}.10
 
4/29/05 20:56:38 - Installation Successful:
                   Windows successfully installed the following update:
                       Cumulative Security Update for Internet Explorer
                       for Windows XP Service Pack 2 (KB890923)
4/29/05 20:56:38 - Windows XP Hotfix KB886185 was installed.
 
2005-04-29 20:56:39-0500 1016 598 WU client finishes installing update {A8528137-1CA1-4B24-9F16-F218AFCEB9C2}.10 with result 0
 
2005-04-29 20:56:39-0500 1016 598 WU client is installing update {7FDD1A1D-8612-434C-A890-F6616EA3B6CB}.10
 
4/29/05 20:56:43 - Windows XP Hotfix KB887472 was installed.
4/29/05 20:56:44 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows XP (KB873333)
4/29/05 20:56:44 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows XP (KB888302)
4/29/05 20:56:44 - Installation Successful:
                   Windows successfully installed the following update:
                       Critical Update for Windows XP (KB886185)
 
2005-04-29 20:56:45-0500 1016 598 WU client finishes installing update {7FDD1A1D-8612-434C-A890-F6616EA3B6CB}.10 with result 0
 
2005-04-29 20:56:45-0500 1016 598 WU client is installing update {283B12D0-45B3-4779-8F9F-B199C04374E2}.11
 
4/29/05 20:56:48 - Windows XP Hotfix KB887742 was installed.
4/29/05 20:56:49 - Installation Successful:
                   Windows successfully installed the following update:
                       Security Update for Windows Messenger (KB887472)
 
2005-04-29 20:56:50-0500 1016 598 WU client finishes installing update {283B12D0-45B3-4779-8F9F-B199C04374E2}.11 with result 0
2005-04-29 20:56:50-0500 1016 598 WU client now has reboot status 1
 
4/29/05 20:56:50 - The process winlogon.exe has initiated the restart of CESCA for the following reason:
                   No title for this reason could be found
                   Minor Reason: 0x2
                   Shutdown Type: reboot
                   Comment:
 
4/29/05 20:58:46 - [System Restart]
 
2005-04-29 20:59:40-0500 1004 568 WU client found 1 updates and 8 categories in search
 
4/29/05 20:59:42 - Installation Ready:
                   The following updates are downloaded and ready for installation.
                   This computer is currently scheduled to install these updates
                       on Saturday, April 30, 2005 at 12:00 AM:
                   - Windows Malicious Software Removal Tool - April 2005 (KB890830)
 
2005-04-29 21:36:21-0500 1004 3fc WU client found 1 updates and 8 categories in search
 
2005-04-30 00:00:17-0500 1004 568 WU client is installing update {EBC34432-395E-41A0-B668-D23A21C7FD90}.50
 
2005-04-30 00:00:24-0500 1004 568 WU client finishes installing update {EBC34432-395E-41A0-B668-D23A21C7FD90}.50 with result 0
 
4/30/05 00:00:52 - Installation Successful:
                   Windows successfully installed the following update:
                       Windows Malicious Software Removal Tool - April 2005 (KB890830)
 
2005-04-30 00:00:52-0500 1004 3fc WU client found 0 updates and 8 categories in search