Catch 22: Can't Install Windows Installer

LeonardoLeonardo Wake up and smell the glaciersEagle River, Alaska Icrontian
edited December 2007 in Science & Tech
Yes, really. Windows will not complete installation of Windows Installer 3.1.

Last night I swapped out the motherboard in my system No. 1. Somehow, loading the new board drivers hacked up some Windows PCI drivers. Not a problem. I just performed a Windows repair installation. After that, all device and chipset drivers installed without hitch. Computer runs quite well. The problem came about when I attempted to get Windows XP updates. The Updates scanner attempted several times (several attempts) to install Windows Installer 3.1, but failed each time. During the installation sessions, it appeared that the software installed, but as soon as the green indicator completed, I'd get a pop-up window stating to the effect, the following failed to install correctly...Windows Installer 3.1 and Windows Genuine Advantage Validation Tool.

I tried installing manually by downloading Windows Installer 3.1 (directly from Microsoft), but essentially the same thing happened. In the manual installation attempts, the error window gave the error code "KB8938V2 Setup Error". It appears that Installer downloaded correctly each time online but would not complete installation.

I looked up several troubleshooting pages on the Internet concerning "KB8938V2" and "KB8938". Maybe I missed something, but working on this for two hours got me no further along. I did turn on Automatic Updates in Services and in startup services, but to no gain.

Windows Installer is pretty darn important, and I'd really like to get all the security updates - can't do any MS updates without Installer.

OS - WinXP Pro SP2 OEM (legit, and activated).

Any help here would be appreciated. I can do another repair install - no problem if needed. I've never had to do two repair installations in a row. Have any of you?

Comments

  • LeonardoLeonardo Wake up and smell the glaciers Eagle River, Alaska Icrontian
    edited March 2006
    OK, I think I may have found the fix. (Internet searches are so much productive when it's not 1:30 AM.)

    This may be a not uncommon problem with WinXP Pro OEM installations, wherein user permissions are not defaulted to full permissions.

    I also found a couple Windows User Group threads detailing how to reset registry entries to default - full user permissions.

    I'll try it tonight and see how it goes. Come to think of it, it's got to be associated with the OEM installation.

    If anyone is interested in this Installer issue, here is the Google search term I used to find (hopefully) the fix: "kb89380v2 setup error"
  • LeonardoLeonardo Wake up and smell the glaciers Eagle River, Alaska Icrontian
    edited March 2006
    It's fixed now. Here's what I did:
    I
    Download the EXE installer for Windows Installer 3.1 v2 from here
    http://www.microsoft.com/downloads/details.aspx?FamilyID=889482fc-5f56...38-b838
    You can try running it, but most probably will get an "Access denied" error and it will roll back the changes. If it installs fine, then you are set and don't need to do anything more, if not, look below.

    Make sure Automatic Updates are turned off, or set them to "Notify me but don't automatically download or install them."
    Also make sure WinXP's CD isn't in your CD/DVD drive.

    Check in the Services app (services.msc) that Windows Installer service isn't running, stop it if needed.

    Open the X:\Windows\system32\dllcache\ folder (where X: is your system drive) and delete these three files (if they exist):
    msi.dll
    msihnd.dll
    msiexec.exe

    After that, from this Symantec article
    http://service1.symantec.com/SUPPORT/tsgeninfo.nsf/docid/2001112111324...?Open&a
    do this:
    On the Windows desktop, click Start > Run.
    In the Open line, type cmd and then click OK.
    At the command prompt, type the following, depending on your version of Windows, and then press Enter after each line.

    cd \windows\system32
    ren msi.dll msi.old

    ren msihnd.dll msihnd.old
    ren msiexec.exe msiexec.old
    exit

    (Notice that after each rename you will get a prompt from Windows that system files have been replaced, and it asks for the WinXP CD in order to restore them. Do NOT put the WinXP CD into the drive, click Cancel, then choose Yes in the other dialog box that appears.)
    Restart the computer.

    Run the Windows Installer 3.1 EXE installer (downloaded in the beginning).
    Follow the prompts to complete the installation, it will install fine.
    Restart the computer.

    You might get dialog boxes with errors about msi.dll missing.
    I got such a dialog box from my anti-virus software.
    Start the Command prompt (cmd) again, and rename the three files back.
    Go to Windows Update. It will say it needs to install Windows Installer 3.1, and will say the installation failed, but it will actually succeed.
    Do not restart the computer, click the link to Windows Update Home on the left to go back to the main Windows Update screen with the "Express" & "Custom" buttons.
    Click the Express button, it should show you all post-SP2 updates (around 40-50 MBs). They should download quickly (if you are not on dial-up).
    After the updates install, restart your computer.

    You can now change the Auto Updates setting to the one you like.
    To check if Windows Installer has been properly updated, follow this link
    http://blogs.msdn.com/windows_installer_team/archive/2005/08/05/448386.aspx

    This has been tested on WinXP Pro, I don't know if it will work on Home, but maybe it will.
  • QCHQCH Ancient Guru Chicago Area - USA Icrontian
    edited March 2006
    WOW.... good find!!! I've had this problem on one or two PC's. Never found a fix, but YOU did. Thanks... I"ll try to remember this thread if it comes up again. :thumbsup:
  • edited April 2006
    Thanks Leonardo.
    Been pulling my hair out for about 2 hours this afternoon 'till I found your post. And yes, it does work on XP Home.
    Thanks again.
    Dennis
  • LeonardoLeonardo Wake up and smell the glaciers Eagle River, Alaska Icrontian
    edited April 2006
    Ha! Someone else as well had this goofy problem. Hey, glad my thread was useful. :D
  • bonegangbonegang Kent, England, UK
    edited October 2007
    In case it helps anyone else: I followed the above and got Windows Installer 3.1 in place, only to find none of the outstanding updates (76 of 'em, post XP repair/reinstall) would install, every blessed one giving an error 0x80004002. (access the log file from 'Run' by entering %systemroot%\windowsupdate.log )

    After much searching I found that the Windows updater elements needed to be re-registered and everything worked 100% after running the following:

    Re-Register the Windows Update dll files

    regsvr32.exe c:\Windows\system32\wuweb.dll
    regsvr32.exe c:\Windows\system32\wups2.dll
    regsvr32.exe c:\Windows\system32\wups.dll
    regsvr32.exe c:\Windows\system32\wucltui.dll
    regsvr32.exe c:\Windows\system32\wuaueng1.dll
    regsvr32.exe c:\Windows\system32\wuaueng.dll
    regsvr32.exe c:\Windows\system32\wuapi.dll

    Then restart the Automatic Updates service.
  • stoopidstoopid Albany, NY New
    edited October 2007
    bonegang wrote:
    In case it helps anyone else: I followed the above and got Windows Installer 3.1 in place, only to find none of the outstanding updates (76 of 'em, post XP repair/reinstall) would install, every blessed one giving an error 0x80004002. (access the log file from 'Run' by entering %systemroot%\windowsupdate.log )

    After much searching I found that the Windows updater elements needed to be re-registered and everything worked 100% after running the following:

    Re-Register the Windows Update dll files

    regsvr32.exe c:\Windows\system32\wuweb.dll
    regsvr32.exe c:\Windows\system32\wups2.dll
    regsvr32.exe c:\Windows\system32\wups.dll
    regsvr32.exe c:\Windows\system32\wucltui.dll
    regsvr32.exe c:\Windows\system32\wuaueng1.dll
    regsvr32.exe c:\Windows\system32\wuaueng.dll
    regsvr32.exe c:\Windows\system32\wuapi.dll

    Then restart the Automatic Updates service.

    lol

    Had 2 of these this week and maybe average one a month.

    What I did was copy all windows updates files to a folder on my thumbdrive (which include those listed above and wuauclt.exe, wuauclt1.exe, WUPDMGR.EXE, wucltui.dll, and wupdinfo.dll).

    Then I asked a coworker (who's more programming savy) to create a file to register all dlls in system32.

    So it goes something like:

    1 - Boot into safe mode and replace all windows updates files with known working versions from another PC.

    2 - Register each dll copied in step 1. (although, like I said, I just register them all since it doesn't take long or require much from me to run the batch file. I get a cup of coffee and by time I'm back it's finished)

    Here's the code for the batch file.
    for %%v in ( %systemroot%\system32\*.dll ) do regsvr32 /s %%v
    



    It forces windows updates to reload at first connection but then updating works fine. Kinda figured this out withour M$ help. +1 gold star for me. :rolleyes2
  • ThelemechThelemech Victoria Icrontian
    edited October 2007
    Thanks Leo ; have been dealing with this problem with .net framework 3 ... and followed your first step = changing the way Windows Update behaves; and installed easily afterwards. !?
  • edited December 2007
    i tried the above fix but still have problems. i used the cd\windows etc in the cmd hope that was correct ie i put the cd in too.

    when i go to the windows update it says i need to download genuine window when i try to install i get the same issues, ie i wont install.

    here the bottom part of log as it was to big to put on here.

    can anyone help and advise on a deatiled fix, cheers in advance



    2007-12-11 00:25:16:406 936 a48 Agent * Added update {BE74A7D0-F160-4DFB-A726-6A2C2A900218}.101 to search result
    2007-12-11 00:25:16:406 936 a48 Agent * Added update {B579FB77-61A7-42DA-85D7-9ABE9BC32CC6}.101 to search result
    2007-12-11 00:25:16:406 936 a48 Agent Update {F813D14D-883A-4071-A289-66EF9CAD2ACC}.100 is pruned out due to potential supersedence
    2007-12-11 00:25:16:406 936 a48 Agent * Added update {994BE5EA-EDB8-4589-9B87-B7C3BF395E7E}.102 to search result
    2007-12-11 00:25:16:406 936 a48 Agent * Added update {5BB212C2-DD41-427A-A2C9-B723D7FFE8D2}.102 to search result
    2007-12-11 00:25:16:406 936 a48 Agent * Added update {91D6CD5E-F161-4766-94C1-B26C74222683}.103 to search result
    2007-12-11 00:25:16:406 936 a48 Agent Update {D215BFF6-A748-4474-B477-B10E4099DE8F}.102 is pruned out due to potential supersedence
    2007-12-11 00:25:16:406 936 a48 Agent * Added update {F12451F5-3F5D-46DC-9718-ECBC7BB6304F}.105 to search result
    2007-12-11 00:25:16:406 936 a48 Agent * Added update {2047D1C8-619D-4D22-9351-97D912F33EB7}.103 to search result
    2007-12-11 00:25:16:421 936 a48 Agent Update {FB148F16-65F5-48A3-B7F3-19B8E3468B59}.107 is pruned out due to potential supersedence
    2007-12-11 00:25:16:421 936 a48 Agent Update {27996BF9-F60F-46C4-877C-38EEE1CE622B}.101 is pruned out due to potential supersedence
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {ABF412CF-9140-4B4E-B872-79EA51AD4722}.106 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {9BAB8D53-1376-48BE-AD51-C1A135809461}.102 to search result
    2007-12-11 00:25:16:421 936 a48 Agent Update {BB97F537-935D-40AE-B75B-A31B59C367AA}.106 is pruned out due to potential supersedence
    2007-12-11 00:25:16:421 936 a48 Agent Update {0A0362E5-0384-4D20-8D39-5F002E3199A1}.103 is pruned out due to potential supersedence
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {CAB916E6-395B-4B8B-A9C9-B895B94A9C1B}.101 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {707E6500-81C1-4165-8C43-631E09891716}.101 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {FD4C36F8-71C3-4059-9728-3AFB5BC17109}.101 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {1D1CC0CB-AC23-4F49-80CB-DA1DE2368DA3}.104 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {C5A7BCFB-9DD1-446D-B9AC-ADE49460AA07}.102 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {04B38956-034E-4F1B-9635-AB073495D039}.104 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {F4789278-6AB5-4CE6-AC4E-51A01746669B}.104 to search result
    2007-12-11 00:25:16:421 936 a48 Agent Update {F28DF705-D3BF-478C-A844-6539F3C96501}.104 is pruned out due to potential supersedence
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {5C69B2BB-A1B8-4097-A19C-3EB4AF5D2577}.104 to search result
    2007-12-11 00:25:16:421 936 a48 Agent Update {3E7E22C7-08F6-44F9-B541-39C87A517231}.101 is pruned out due to potential supersedence
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {50DB9656-93F2-4FAA-9EC4-14D8603A060D}.108 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {C1F0F185-9404-4D1A-94EA-1D0EF0E3AB94}.101 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {8979D1E5-8BD0-435D-A5D4-B3D2F6E8083B}.102 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {7255E676-4830-42CA-B30D-1A23E22B1C9A}.108 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {215D1FC7-5808-4743-93E5-7E913818F1CC}.101 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {8418F76B-302D-4A1B-B9E2-F018CFE56AE1}.103 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {4CDB577B-FDD1-49D4-87CC-3808AD20ACBC}.102 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {7BC46D48-2A20-4151-BE47-EF0AEFFA7B81}.104 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {B73D873D-92E5-4375-88A5-0B63703314E4}.101 to search result
    2007-12-11 00:25:16:421 936 a48 Agent Update {92846BA0-E7B5-4A6C-AD09-28DEF92307EE}.102 is pruned out due to potential supersedence
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {746600BD-578A-4028-BF09-78B62987B7B6}.100 to search result
    2007-12-11 00:25:16:421 936 a48 Agent Update {C206E995-352D-4E26-8B85-799E04DC7385}.101 is pruned out due to potential supersedence
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {C4331884-02B2-4420-9960-3D74A48EEFE8}.101 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {62111A48-92AF-4107-907C-156B3FC85428}.101 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {E2E1C013-B99A-4683-921C-B99663F3F8ED}.103 to search result
    2007-12-11 00:25:16:421 936 a48 Agent Update {64F57288-B7C4-4BB8-BC27-5191361C0627}.101 is pruned out due to potential supersedence
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {9FA84699-F763-490A-AD88-A9680DE9FF74}.100 to search result
    2007-12-11 00:25:16:421 936 a48 Agent Update {E81FD54D-F361-4101-8990-A0C5F4504C1D}.100 is pruned out due to potential supersedence
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {CA1547CC-53E6-4423-907E-419C6EFC06E4}.100 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {BA93DBAC-2072-4075-8D7E-5511779F6B44}.103 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {9AB0ACA2-5D37-4999-851F-A5B5286993DD}.102 to search result
    2007-12-11 00:25:16:421 936 a48 Agent Update {CF8AE816-BE77-41EF-A4A8-C97291EF6BAA}.102 is pruned out due to potential supersedence
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {4378B1C3-2E3C-426F-B401-A0DED1DAD8A4}.101 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {52D4C14A-089A-4294-A329-75CDDCC5D840}.103 to search result
    2007-12-11 00:25:16:421 936 a48 Agent Update {3E457EB5-2F39-41F3-BB79-7385C57E8666}.103 is pruned out due to potential supersedence
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {C4833048-50D0-47E5-8D54-132430F28A97}.100 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {6F7F0BCE-15C9-4CB8-A5AD-58B737F775C1}.104 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {12F04C20-1F98-11DC-8314-0800200C9A66}.101 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {8E61A2F3-16C4-4039-867F-492CF4C60B21}.101 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {B9DF13D5-AC67-4A9A-893B-732328D1B1D8}.103 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {9961B757-C506-4AE0-A8F8-CE0477CD7ECE}.102 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {28941B32-98AD-4E95-A2ED-F2DE56817F9E}.106 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {8BFDE4CB-C9E2-4E74-90D0-4A78012E7A3E}.103 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {238493F6-6D43-4ECB-A4E9-EB63CA49EC87}.100 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {AEC363BC-50FF-4914-B8B8-54064539956E}.102 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {63AD41D6-E29D-42B3-8FCE-46DC28EA45D4}.102 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {0D9D5298-BA2C-4039-B434-4331312B9D5C}.100 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Added update {5D2787CB-BCB5-439D-B734-3E6F1B21B2DD}.102 to search result
    2007-12-11 00:25:16:421 936 a48 Agent * Found 98 updates and 29 categories in search; evaluated appl. rules of 777 out of 1150 deployed entities
    2007-12-11 00:25:16:421 936 a48 Agent *********
    2007-12-11 00:25:16:421 936 a48 Agent ** END ** Agent: Finding updates [CallerId = MicrosoftUpdate]
    2007-12-11 00:25:16:421 936 a48 Agent *************
    2007-12-11 00:25:16:421 2728 ca0 COMAPI >>-- RESUMED -- COMAPI: Search [ClientId = MicrosoftUpdate]
    2007-12-11 00:25:16:500 2728 ca0 COMAPI - Updates found = 98
    2007-12-11 00:25:16:500 2728 ca0 COMAPI
    2007-12-11 00:25:16:500 2728 ca0 COMAPI -- END -- COMAPI: Search [ClientId = MicrosoftUpdate]
    2007-12-11 00:25:16:500 2728 ca0 COMAPI
    2007-12-11 00:25:19:562 936 a48 Report REPORT EVENT: {5C7A6116-656F-4E4D-B0B9-A71321929D76} 2007-12-11 00:25:14:562-0000 1 147 101 {00000000-0000-0000-0000-000000000000} 0 0 MicrosoftUpdate Success Software Synchronization Windows Update Client successfully detected 0 updates.
    2007-12-11 00:25:32:234 2728 d44 COMAPI
    2007-12-11 00:25:32:234 2728 d44 COMAPI -- START -- COMAPI: Install [ClientId = MicrosoftUpdate]
    2007-12-11 00:25:32:234 2728 d44 COMAPI
    2007-12-11 00:25:32:234 2728 d44 COMAPI - Allow source prompts: Yes; Forced: No; Force quiet: No
    2007-12-11 00:25:32:234 2728 d44 COMAPI - Updates in request: 1
    2007-12-11 00:25:32:234 2728 d44 COMAPI - ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D}
    2007-12-11 00:25:32:234 2728 d44 COMAPI - Updates to install = 1
    2007-12-11 00:25:32:234 2728 d44 COMAPI <<-- SUBMITTED -- COMAPI: Install [ClientId = MicrosoftUpdate]
    2007-12-11 00:25:32:234 936 b90 Agent *************
    2007-12-11 00:25:32:234 936 b90 Agent ** START ** Agent: Installing updates [CallerId = MicrosoftUpdate]
    2007-12-11 00:25:32:234 936 b90 Agent *********
    2007-12-11 00:25:32:234 936 b90 Agent * Updates to install = 1
    2007-12-11 00:25:32:234 936 b90 Agent * Title = Windows Genuine Advantage Validation Tool (KB892130)
    2007-12-11 00:25:32:234 936 b90 Agent * UpdateId = {0D9D5298-BA2C-4039-B434-4331312B9D5C}.100
    2007-12-11 00:25:32:234 936 b90 Agent * Bundles 1 updates:
    2007-12-11 00:25:32:234 936 b90 Agent * {68BD0932-09DD-4A06-B6C7-599746071054}.100
    2007-12-11 00:25:36:609 936 b90 Handler Attempting to create remote handler process as MATT1234\Matt in session 0
    2007-12-11 00:25:37:187 2944 b6c Misc =========== Logging initialized (build: 7.0.6000.381, tz: -0000) ===========
    2007-12-11 00:25:37:187 2944 b6c Misc = Process: C:\WINDOWS\system32\wuauclt.exe
    2007-12-11 00:25:37:187 2944 b6c AUClnt FATAL: Error: 0x80004002. wuauclt handler: failed to spawn COM server
    2007-12-11 00:25:37:187 936 b90 Handler FATAL: 0x80004002: ERROR: Remote update handler container process created (PID: 2944), but exited before signaling event
    2007-12-11 00:25:37:750 936 b90 Agent * WARNING: Exit code = 0x80004002
    2007-12-11 00:25:37:750 936 b90 Agent *********
    2007-12-11 00:25:37:750 936 b90 Agent ** END ** Agent: Installing updates [CallerId = MicrosoftUpdate]
    2007-12-11 00:25:37:750 936 b90 Agent *************
    2007-12-11 00:25:37:750 936 b90 Agent WARNING: WU client failed installing updates with error 0x80004002
    2007-12-11 00:25:37:750 2728 ae8 COMAPI >>-- RESUMED -- COMAPI: Install [ClientId = MicrosoftUpdate]
    2007-12-11 00:25:37:750 2728 ae8 COMAPI - Install call failed
    2007-12-11 00:25:37:750 2728 ae8 COMAPI - Reboot required = No
    2007-12-11 00:25:37:750 2728 ae8 COMAPI - WARNING: Exit code = 0x80240FFF; Call error code = 0x80004002
    2007-12-11 00:25:37:750 2728 ae8 COMAPI
    2007-12-11 00:25:37:750 2728 ae8 COMAPI -- END -- COMAPI: Install [ClientId = MicrosoftUpdate]
    2007-12-11 00:25:37:750 2728 ae8 COMAPI
    2007-12-11 00:25:38:515 2728 d44 COMAPI WARNING: Operation failed due to earlier error, hr=80004002
    2007-12-11 00:26:33:359 2728 d44 COMAPI
    2007-12-11 00:26:33:359 2728 d44 COMAPI -- START -- COMAPI: Search [ClientId = MicrosoftUpdate]
    2007-12-11 00:26:33:359 2728 d44 COMAPI
    2007-12-11 00:26:33:359 936 a48 Agent *************
    2007-12-11 00:26:33:359 936 a48 Agent ** START ** Agent: Finding updates [CallerId = MicrosoftUpdate]
    2007-12-11 00:26:33:359 2728 d44 COMAPI <<-- SUBMITTED -- COMAPI: Search [ClientId = MicrosoftUpdate]
    2007-12-11 00:26:33:359 936 a48 Agent *********
    2007-12-11 00:26:33:359 936 a48 Agent * Online = Yes; Ignore download priority = No
    2007-12-11 00:26:33:359 936 a48 Agent * Criteria = "IsInstalled=0 and IsHidden=1"
    2007-12-11 00:26:33:359 936 a48 Agent * ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D}
    2007-12-11 00:26:33:375 936 a48 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
    2007-12-11 00:26:33:390 936 a48 Misc Microsoft signed: Yes
    2007-12-11 00:26:33:484 936 a48 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
    2007-12-11 00:26:33:500 936 a48 Misc Microsoft signed: Yes
    2007-12-11 00:26:33:515 936 a48 Agent Checking for updated auth cab for service 7971f918-a847-4430-9279-4a52d1efe18d at http://www.update.microsoft.com/v7/microsoftupdate/redir/muauth.cab
    2007-12-11 00:26:33:515 936 a48 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\AuthCabs\authcab.cab:
    2007-12-11 00:26:33:515 936 a48 Misc Microsoft signed: Yes
    2007-12-11 00:26:33:890 936 a48 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\AuthCabs\authcab.cab:
    2007-12-11 00:26:33:906 936 a48 Misc Microsoft signed: Yes
    2007-12-11 00:26:34:203 936 a48 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\muredir.cab:
    2007-12-11 00:26:34:203 936 a48 Misc Microsoft signed: Yes
    2007-12-11 00:26:34:265 936 a48 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\muredir.cab:
    2007-12-11 00:26:34:265 936 a48 Misc Microsoft signed: Yes
    2007-12-11 00:26:34:281 936 a48 PT +++++++++++ PT: Synchronizing server updates +++++++++++
    2007-12-11 00:26:34:281 936 a48 PT + ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}, Server URL = https://www.update.microsoft.com/v6/ClientWebService/client.asmx
    2007-12-11 00:26:38:859 936 a48 Driver DriverUtil marking {73A71A22-4904-454B-B5EF-E58A60C85012}.100 e_detectionStateInstallable
    2007-12-11 00:26:38:859 936 a48 Driver Matched driver to device PCI\VEN_8086&DEV_1080&SUBSYS_10001028&REV_04
    2007-12-11 00:26:38:859 936 a48 Driver Status: 0x1802400, ProblemNumber: 0x00001c
    2007-12-11 00:26:38:859 936 a48 Driver Calculated driver attributes as 0x00000010
    2007-12-11 00:26:38:859 936 a48 Driver DriverUtil marking {6D397FD6-B686-43E9-BB5A-0A3D9C9E9F3A}.100 e_detectionStateInstallable
    2007-12-11 00:26:38:859 936 a48 Driver Matched driver to device Monitor\DELA00B
    2007-12-11 00:26:38:859 936 a48 Driver Status: 0x180600a, ProblemNumber: 00000000
    2007-12-11 00:26:38:859 936 a48 Driver Calculated driver attributes as 0x00000000
    2007-12-11 00:26:38:859 936 a48 Driver DriverUtil marking {DD5855E9-747A-4E93-A02C-F7675A44F7F9}.100 e_detectionStateInstallable
    2007-12-11 00:26:38:859 936 a48 Driver Matched driver to device PCI\VEN_8086&DEV_1064&SUBSYS_01811028&REV_03
    2007-12-11 00:26:38:859 936 a48 Driver Status: 0x180200a, ProblemNumber: 00000000
    2007-12-11 00:26:38:859 936 a48 Driver Calculated driver attributes as 0x00000000
    2007-12-11 00:26:38:859 936 a48 Driver DriverUtil marking {836393FB-D31C-49EF-9FE9-E44F366FF6D8}.100 e_detectionStateInstallable
    2007-12-11 00:26:38:859 936 a48 Driver Matched driver to device PCI\VEN_8086&DEV_2582&SUBSYS_01811028&REV_04
    2007-12-11 00:26:38:859 936 a48 Driver Status: 0x180200a, ProblemNumber: 00000000
    2007-12-11 00:26:38:859 936 a48 Driver Calculated driver attributes as 0x00000000
    2007-12-11 00:26:38:906 936 a48 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\muredir.cab:
    2007-12-11 00:26:38:921 936 a48 Misc Microsoft signed: Yes
    2007-12-11 00:26:38:968 936 a48 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\muredir.cab:
    2007-12-11 00:26:38:968 936 a48 Misc Microsoft signed: Yes
    2007-12-11 00:26:38:984 936 a48 PT +++++++++++ PT: Synchronizing extended update info +++++++++++
    2007-12-11 00:26:38:984 936 a48 PT + ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}, Server URL = https://www.update.microsoft.com/v6/ClientWebService/client.asmx
    2007-12-11 00:26:39:515 936 a48 Agent * Found 0 updates and 29 categories in search; evaluated appl. rules of 777 out of 1150 deployed entities
    2007-12-11 00:26:39:515 936 a48 Agent *********
    2007-12-11 00:26:39:515 936 a48 Agent ** END ** Agent: Finding updates [CallerId = MicrosoftUpdate]
    2007-12-11 00:26:39:515 936 a48 Agent *************
    2007-12-11 00:26:39:515 2728 d28 COMAPI >>-- RESUMED -- COMAPI: Search [ClientId = MicrosoftUpdate]
    2007-12-11 00:26:39:515 2728 d28 COMAPI - Updates found = 0
    2007-12-11 00:26:39:515 2728 d28 COMAPI
    2007-12-11 00:26:39:515 2728 d28 COMAPI -- END -- COMAPI: Search [ClientId = MicrosoftUpdate]
    2007-12-11 00:26:39:515 2728 d28 COMAPI
    2007-12-11 00:26:39:531 2728 d44 COMAPI
    2007-12-11 00:26:39:531 2728 d44 COMAPI -- START -- COMAPI: Search [ClientId = MicrosoftUpdate]
    2007-12-11 00:26:39:531 2728 d44 COMAPI
    2007-12-11 00:26:39:531 936 a48 Agent *************
    2007-12-11 00:26:39:531 936 a48 Agent ** START ** Agent: Finding updates [CallerId = MicrosoftUpdate]
    2007-12-11 00:26:39:531 2728 d44 COMAPI <<-- SUBMITTED -- COMAPI: Search [ClientId = MicrosoftUpdate]
    2007-12-11 00:26:39:531 936 a48 Agent *********
    2007-12-11 00:26:39:531 936 a48 Agent * Online = No; Ignore download priority = No
    2007-12-11 00:26:39:531 936 a48 Agent * Criteria = "IsInstalled = 0 and IsHidden = 0"
    2007-12-11 00:26:39:531 936 a48 Agent * ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D}
    2007-12-11 00:26:41:125 936 a48 Driver DriverUtil marking {73A71A22-4904-454B-B5EF-E58A60C85012}.100 e_detectionStateInstallable
    2007-12-11 00:26:41:125 936 a48 Driver Matched driver to device PCI\VEN_8086&DEV_1080&SUBSYS_10001028&REV_04
    2007-12-11 00:26:41:125 936 a48 Driver Status: 0x1802400, ProblemNumber: 0x00001c
    2007-12-11 00:26:41:125 936 a48 Driver Calculated driver attributes as 0x00000010
    2007-12-11 00:26:41:125 936 a48 Driver DriverUtil marking {6D397FD6-B686-43E9-BB5A-0A3D9C9E9F3A}.100 e_detectionStateInstallable
    2007-12-11 00:26:41:125 936 a48 Driver Matched driver to device Monitor\DELA00B
    2007-12-11 00:26:41:125 936 a48 Driver Status: 0x180600a, ProblemNumber: 00000000
    2007-12-11 00:26:41:125 936 a48 Driver Calculated driver attributes as 0x00000000
    2007-12-11 00:26:41:125 936 a48 Driver DriverUtil marking {DD5855E9-747A-4E93-A02C-F7675A44F7F9}.100 e_detectionStateInstallable
    2007-12-11 00:26:41:125 936 a48 Driver Matched driver to device PCI\VEN_8086&DEV_1064&SUBSYS_01811028&REV_03
    2007-12-11 00:26:41:125 936 a48 Driver Status: 0x180200a, ProblemNumber: 00000000
    2007-12-11 00:26:41:125 936 a48 Driver Calculated driver attributes as 0x00000000
    2007-12-11 00:26:41:125 936 a48 Driver DriverUtil marking {836393FB-D31C-49EF-9FE9-E44F366FF6D8}.100 e_detectionStateInstallable
    2007-12-11 00:26:41:125 936 a48 Driver Matched driver to device PCI\VEN_8086&DEV_2582&SUBSYS_01811028&REV_04
    2007-12-11 00:26:41:125 936 a48 Driver Status: 0x180200a, ProblemNumber: 00000000
    2007-12-11 00:26:41:125 936 a48 Driver Calculated driver attributes as 0x00000000
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {B4B9471C-1A5E-4D9C-94EF-84B00592946A}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {73A71A22-4904-454B-B5EF-E58A60C85012}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {6D397FD6-B686-43E9-BB5A-0A3D9C9E9F3A}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {E45B26C2-278F-48F3-97D1-AA0FD57423D5}.10 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {6917A042-BA50-4723-A0C3-3783A8DDC28B}.10 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {BBE805EE-2CF7-4110-9BE8-4FE32B144E5A}.10 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {5B94C4D8-A913-4AD6-920E-EB17BF961111}.12 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {9A127D52-45FA-44BA-ACC5-5EA9A637FE4E}.10 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {D275095E-E695-466C-B42A-FC63DA718A12}.10 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {4B689082-CA9C-46CC-B2FC-720FEDE21299}.10 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {4E57D979-58B2-4D06-8233-689BA4F10116}.10 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {3A7EFDB0-D88D-42A6-8439-C7D0B1BCAC82}.10 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {DD2CC470-501A-4BF2-BC57-88C8F52439EB}.11 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {1FD3B3AC-9E83-4286-8369-D122669C24F6}.11 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {DC269C30-C343-4BBB-AEE5-2B05F1FA1ED4}.50 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {A2D28A3A-34AD-4044-A890-3231305FCF5F}.50 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {C4B891EE-36A1-DDB6-2F9F-C7B4E58990A3}.12 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {BB642BE1-0DEA-4782-8C40-BFDBAA3DA376}.11 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {9306CDFC-C4A1-4A22-9996-848CB67EDDC3}.100 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {5BC6E116-9964-4452-AE5A-C54BD709BC53}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {674807A6-9965-47C5-997A-E29CC6B5F7B8}.100 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {4324AC78-FDB4-42DE-BEDF-769A40627897}.100 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {071A1C74-017B-4F09-A650-998B0B28D3C2}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {1E59F963-12F5-4BFD-A73D-366921779C28}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {DD167F04-69E8-46A0-83DA-D4A5143EDBF1}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {A1521C73-0F6C-4532-801D-8B5146FC9D11}.100 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {AADB419D-3C09-408D-9D64-20A451CBD5BC}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {4BD8393B-9142-444D-BD40-B74172F48B86}.100 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {D80D91CF-6361-4FDF-B35D-F05077902973}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {2FCDEFD7-B98F-4A25-8DF4-F8060AFC0942}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {1AFB1AFE-9AAF-4DC4-9DAC-C75303A84655}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {70E702CB-5D44-494D-8594-476AC774CD51}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {06F7520C-2CF3-46AB-A457-402327016632}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {F6EE8217-38C2-4490-ADD5-EF9E514544BF}.104 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {76A9ECC1-0AC2-4F09-8BAF-4FC5F68EEA0C}.101 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {E0A7FC7E-FF6E-4559-990B-4B4A01F0AD39}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {9197DADA-DE1C-420F-B558-E7018602E960}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {B00FE76D-8C87-48A2-9D5D-FD2D1336698C}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {6E9B9E79-E08A-44C5-8D3F-250C33A48967}.100 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {AE76FA20-B794-4E9C-8554-7A00C8153E27}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {6D5B814E-201C-4F9B-965A-6672F85CEB9A}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {5A0255AB-8EB9-49DF-8878-C137F278397E}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {923E52D0-B0B7-48A5-9C4D-C0741AD4B53F}.100 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {6384F8AC-4973-4ED9-BC7F-4644507FB001}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {88ECB294-6967-4250-BCB7-8C37B83915A8}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {B5503E2C-ADAF-494B-B3F7-15E893F84273}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {B7C71E84-3A27-4458-B3E5-98512AA5EF36}.101 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {5E7DD70B-B694-4D0C-9146-14C08F4BAE3B}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {0E23ED43-08B0-4EB6-8539-1449C29FB131}.102 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {41A25FE0-F119-4AA4-AFC6-86A1CCA0F195}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {DD5855E9-747A-4E93-A02C-F7675A44F7F9}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {FF8EC90C-6D23-48EB-8158-BAE4696563DC}.102 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {58313F8C-4976-48AA-9537-79E4C1BFEBE0}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {3B936005-0C22-4DD7-90BB-51793D6D2E57}.100 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {82D4BB41-BB69-48CB-A984-583A9EC17E5E}.100 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {9C0CFA0F-28F6-4A26-AD6C-61FB34130873}.102 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {F9387D81-B302-4EF6-BB05-7E14BD587DB1}.101 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {015984CC-2265-47B6-B255-1818F9937F20}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {C94437C9-5C05-47C9-9891-424A9C01D1FF}.103 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {8C6B7628-95CF-4450-8F60-136A70B930C5}.104 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {836393FB-D31C-49EF-9FE9-E44F366FF6D8}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {D5B1F9E5-AF3B-4FAB-AA6F-5680E634471F}.104 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {9785760A-3232-40E0-8F2A-03FB932BF3CA}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {30F7CA70-29FF-4C41-85C0-F9B56C68387E}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {0B0C5180-371F-4F70-97D3-BF7601811F89}.103 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {5A0D0620-786D-4913-871D-65196B9AF3F4}.102 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {9608001E-2D54-4C54-B795-ACBCAC1A9930}.110 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {21EADC6D-588B-4CD8-BC76-6B97F89FA145}.103 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {FD8054CE-C8D8-4C5C-93D3-B98C707BFE0F}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {9D493962-0BB7-4541-AD81-F96263B4B201}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {09C1F073-C82F-400A-BB9B-1559BC8DFC64}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {5915BAC3-4CBD-4E1B-9FF1-8ADC4188DD22}.102 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {A51577E7-51E1-4AB1-BCD9-6106BEFAC3E8}.102 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {3DEBEA92-4512-4FCC-A423-5A6007CADEB5}.103 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {486A2F5E-3ACF-4B15-8776-4E47E07880E7}.101 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {C8F8E983-CE29-4854-B00A-4B25EC26B60F}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {0CFFD50B-C7A8-44DC-9A35-78ADF3A2B30B}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {7BFBB4AB-9E7D-4DB0-AC1B-E02468044CD4}.103 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {4A6505DB-DA98-4CCF-A9A2-75BE74A992B8}.101 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {B986ECE8-FC97-4EC0-B77F-6B2EF3E558E5}.103 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {8B900358-5017-4990-B413-BD149F9FE9C5}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {57B6D040-1F22-492E-B91A-41D5289F4A25}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {9D934975-26EF-428A-AD87-7CFD2549843A}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {BE74A7D0-F160-4DFB-A726-6A2C2A900218}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {B579FB77-61A7-42DA-85D7-9ABE9BC32CC6}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {F813D14D-883A-4071-A289-66EF9CAD2ACC}.100 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {994BE5EA-EDB8-4589-9B87-B7C3BF395E7E}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {5BB212C2-DD41-427A-A2C9-B723D7FFE8D2}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {91D6CD5E-F161-4766-94C1-B26C74222683}.103 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {D215BFF6-A748-4474-B477-B10E4099DE8F}.102 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {F12451F5-3F5D-46DC-9718-ECBC7BB6304F}.105 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {2047D1C8-619D-4D22-9351-97D912F33EB7}.103 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {FB148F16-65F5-48A3-B7F3-19B8E3468B59}.107 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {27996BF9-F60F-46C4-877C-38EEE1CE622B}.101 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {ABF412CF-9140-4B4E-B872-79EA51AD4722}.106 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {9BAB8D53-1376-48BE-AD51-C1A135809461}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {BB97F537-935D-40AE-B75B-A31B59C367AA}.106 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent Update {0A0362E5-0384-4D20-8D39-5F002E3199A1}.103 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {CAB916E6-395B-4B8B-A9C9-B895B94A9C1B}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {707E6500-81C1-4165-8C43-631E09891716}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {FD4C36F8-71C3-4059-9728-3AFB5BC17109}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {1D1CC0CB-AC23-4F49-80CB-DA1DE2368DA3}.104 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {C5A7BCFB-9DD1-446D-B9AC-ADE49460AA07}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {04B38956-034E-4F1B-9635-AB073495D039}.104 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {F4789278-6AB5-4CE6-AC4E-51A01746669B}.104 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {F28DF705-D3BF-478C-A844-6539F3C96501}.104 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {5C69B2BB-A1B8-4097-A19C-3EB4AF5D2577}.104 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {3E7E22C7-08F6-44F9-B541-39C87A517231}.101 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {50DB9656-93F2-4FAA-9EC4-14D8603A060D}.108 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {C1F0F185-9404-4D1A-94EA-1D0EF0E3AB94}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {8979D1E5-8BD0-435D-A5D4-B3D2F6E8083B}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {7255E676-4830-42CA-B30D-1A23E22B1C9A}.108 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {215D1FC7-5808-4743-93E5-7E913818F1CC}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {8418F76B-302D-4A1B-B9E2-F018CFE56AE1}.103 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {4CDB577B-FDD1-49D4-87CC-3808AD20ACBC}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {7BC46D48-2A20-4151-BE47-EF0AEFFA7B81}.104 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {B73D873D-92E5-4375-88A5-0B63703314E4}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {92846BA0-E7B5-4A6C-AD09-28DEF92307EE}.102 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {746600BD-578A-4028-BF09-78B62987B7B6}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {C206E995-352D-4E26-8B85-799E04DC7385}.101 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {C4331884-02B2-4420-9960-3D74A48EEFE8}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {62111A48-92AF-4107-907C-156B3FC85428}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {E2E1C013-B99A-4683-921C-B99663F3F8ED}.103 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {64F57288-B7C4-4BB8-BC27-5191361C0627}.101 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {9FA84699-F763-490A-AD88-A9680DE9FF74}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {E81FD54D-F361-4101-8990-A0C5F4504C1D}.100 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {CA1547CC-53E6-4423-907E-419C6EFC06E4}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {BA93DBAC-2072-4075-8D7E-5511779F6B44}.103 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {9AB0ACA2-5D37-4999-851F-A5B5286993DD}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {CF8AE816-BE77-41EF-A4A8-C97291EF6BAA}.102 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {4378B1C3-2E3C-426F-B401-A0DED1DAD8A4}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {52D4C14A-089A-4294-A329-75CDDCC5D840}.103 to search result
    2007-12-11 00:26:41:250 936 a48 Agent Update {3E457EB5-2F39-41F3-BB79-7385C57E8666}.103 is pruned out due to potential supersedence
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {C4833048-50D0-47E5-8D54-132430F28A97}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {6F7F0BCE-15C9-4CB8-A5AD-58B737F775C1}.104 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {12F04C20-1F98-11DC-8314-0800200C9A66}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {8E61A2F3-16C4-4039-867F-492CF4C60B21}.101 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {B9DF13D5-AC67-4A9A-893B-732328D1B1D8}.103 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {9961B757-C506-4AE0-A8F8-CE0477CD7ECE}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {28941B32-98AD-4E95-A2ED-F2DE56817F9E}.106 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {8BFDE4CB-C9E2-4E74-90D0-4A78012E7A3E}.103 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {238493F6-6D43-4ECB-A4E9-EB63CA49EC87}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {AEC363BC-50FF-4914-B8B8-54064539956E}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {63AD41D6-E29D-42B3-8FCE-46DC28EA45D4}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {0D9D5298-BA2C-4039-B434-4331312B9D5C}.100 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Added update {5D2787CB-BCB5-439D-B734-3E6F1B21B2DD}.102 to search result
    2007-12-11 00:26:41:250 936 a48 Agent * Found 98 updates and 29 categories in search; evaluated appl. rules of 777 out of 1150 deployed entities
    2007-12-11 00:26:41:250 936 a48 Agent *********
    2007-12-11 00:26:41:250 936 a48 Agent ** END ** Agent: Finding updates [CallerId = MicrosoftUpdate]
    2007-12-11 00:26:41:250 936 a48 Agent *************
    2007-12-11 00:26:41:250 2728 d28 COMAPI >>-- RESUMED -- COMAPI: Search [ClientId = MicrosoftUpdate]
    2007-12-11 00:26:41:343 2728 d28 COMAPI - Updates found = 98
    2007-12-11 00:26:41:343 2728 d28 COMAPI
    2007-12-11 00:26:41:343 2728 d28 COMAPI -- END -- COMAPI: Search [ClientId = MicrosoftUpdate]
    2007-12-11 00:26:41:343 2728 d28 COMAPI
    2007-12-11 00:26:44:515 936 a48 Report REPORT EVENT: {05CC556E-C113-4B0F-B135-D642E494B4B4} 2007-12-11 00:26:39:515-0000 1 147 101 {00000000-0000-0000-0000-000000000000} 0 0 MicrosoftUpdate Success Software Synchronization Windows Update Client successfully detected 0 updates.
    2007-12-11 01:10:20:437 936 a8 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab:
    2007-12-11 01:10:20:453 936 a8 Misc Microsoft signed: Yes
    2007-12-11 01:10:20:468 936 a8 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab:
    2007-12-11 01:10:20:468 936 a8 Misc Microsoft signed: Yes
    2007-12-11 01:10:20:468 936 a8 Report Uploading 1 events using cached cookie, reporting URL = http://stats.update.microsoft.com/ReportingWebService/ReportingWebService.asmx
    2007-12-11 01:10:23:265 936 a8 Report Reporter successfully uploaded 1 events.
    2007-12-11 01:35:23:468 936 a14 DnldMgr *********** DnldMgr: Regulation Refresh [Svc: {7971F918-A847-4430-9279-4A52D1EFE18D}] ***********
    2007-12-11 01:35:23:468 936 a14 DnldMgr Contacting regulation server for 1 updates.
    2007-12-11 01:35:24:937 936 a14 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab:
    2007-12-11 01:35:24:968 936 a14 Misc Microsoft signed: Yes
    2007-12-11 01:35:24:968 936 a14 DnldMgr Regulation server path: http://www.update.microsoft.com/v6/UpdateRegulationService/UpdateRegulation.asmx.
    2007-12-11 01:35:27:546 936 a14 DnldMgr Per-Update: c44bf113-a360-47c2-93ad-d90fb0f29c70 at rate 342
    2007-12-11 01:35:27:546 936 a14 DnldMgr * Regulation call complete. 0x00000000
    2007-12-11 01:35:27:546 936 a14 DnldMgr *********** DnldMgr: New download job [UpdateId = {C44BF113-A360-47C2-93AD-D90FB0F29C70}.102] ***********
    2007-12-11 01:35:27:546 936 a14 DnldMgr Regulation: {7971F918-A847-4430-9279-4A52D1EFE18D} - Update C44BF113-A360-47C2-93AD-D90FB0F29C70 is "PerUpdate" regulated and can NOT download. Sequence 9202 vs AcceptRate 342.
    2007-12-11 01:35:27:546 936 a14 DnldMgr * Update is not allowed to download due to regulation.
    2007-12-11 01:35:27:546 936 a14 DnldMgr Regulation: {7971F918-A847-4430-9279-4A52D1EFE18D} - Update C44BF113-A360-47C2-93AD-D90FB0F29C70 is "PerUpdate" regulated and can NOT download. Sequence 9202 vs AcceptRate 342.
    2007-12-11 03:02:21:875 280 f88 Misc =========== Logging initialized (build: 7.0.6000.381, tz: -0000) ===========
    2007-12-11 03:02:21:875 280 f88 Misc = Process: C:\WINDOWS\system32\rundll32.exe
    2007-12-11 03:02:21:875 280 f88 Misc = Module: C:\WINDOWS\system32\wuapi.dll
    2007-12-11 03:02:21:875 280 f88 ARP Connected to update session.
    2007-12-11 03:02:21:875 280 f88 ARP User is allowed to install published content.
    2007-12-11 03:02:22:828 280 f88 ARP Managed service NOT found.
    2007-12-11 03:09:27:562 936 638 DnldMgr *********** DnldMgr: Regulation Refresh [Svc: {7971F918-A847-4430-9279-4A52D1EFE18D}] ***********
    2007-12-11 03:09:27:562 936 638 DnldMgr Contacting regulation server for 1 updates.
    2007-12-11 03:09:28:156 936 638 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab:
    2007-12-11 03:09:28:171 936 638 Misc Microsoft signed: Yes
    2007-12-11 03:09:28:171 936 638 DnldMgr Regulation server path: http://www.update.microsoft.com/v6/UpdateRegulationService/UpdateRegulation.asmx.
    2007-12-11 03:09:30:750 936 638 DnldMgr Per-Update: c44bf113-a360-47c2-93ad-d90fb0f29c70 at rate 3536
    2007-12-11 03:09:30:750 936 638 DnldMgr * Regulation call complete. 0x00000000
    2007-12-11 03:09:30:812 936 638 DnldMgr *********** DnldMgr: New download job [UpdateId = {C44BF113-A360-47C2-93AD-D90FB0F29C70}.102] ***********
    2007-12-11 03:09:30:812 936 638 DnldMgr Regulation: {7971F918-A847-4430-9279-4A52D1EFE18D} - Update C44BF113-A360-47C2-93AD-D90FB0F29C70 is "PerUpdate" regulated and can NOT download. Sequence 9202 vs AcceptRate 3536.
    2007-12-11 03:09:30:812 936 638 DnldMgr * Update is not allowed to download due to regulation.
    2007-12-11 03:09:30:812 936 638 DnldMgr Regulation: {7971F918-A847-4430-9279-4A52D1EFE18D} - Update C44BF113-A360-47C2-93AD-D90FB0F29C70 is "PerUpdate" regulated and can NOT download. Sequence 9202 vs AcceptRate 3536.
  • LeonardoLeonardo Wake up and smell the glaciers Eagle River, Alaska Icrontian
    edited December 2007
    New problem for me:

    This problem occurs on several platforms, all legitimate versions of WinXP Home and Pro, all w/SP2. The problem began after I installed the latest Windows Installer updates.

    I can't get Windows Genuine Advantage Validation Tool to install. Windows Update (and Microsoft Update) appear to work perfectly, up to a point. WU notifies me that "Software Upgrade for Some Windows Components Required." I select download and install and it downloads, following by erroring out at the end: "Some updates were not installed: Windows Genuine Advantage Validation Tool (KB892130).

    The help I've found through Internet searches was no help at all. Anyone know a fix for this?
Sign In or Register to comment.