Missing manifests - error 80070490

Page 2 of 2 FirstFirst 12

  1. Posts : 8
    Windows 7 Home Premium (x64) Service Pack 1 (build 7601)
    Thread Starter
       #11

    CBS.log attached
      My Computer


  2. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #12

    SFC is now also happy
    With any luck...
    Do a check for Updates, and attempt to install ONLY the oldest update found.
    If it goes in OK, try the rest.
    If it fails, post the C:\Windows\windowsupdate.log file.
      My Computer


  3. Posts : 8
    Windows 7 Home Premium (x64) Service Pack 1 (build 7601)
    Thread Starter
       #13

    Ok, so the earliest update it found was KB3004375 from 10/02/15. Sadly, the install failed with the same error code.

    windowsupdate.log attached
    Missing manifests - error 80070490 Attached Files
      My Computer


  4. Posts : 8
    Windows 7 Home Premium (x64) Service Pack 1 (build 7601)
    Thread Starter
       #14

    Update: After a number of shut downs and restarts, the auto update has been trying to do its stuff, and has succeeded in installing one or two updates. However, most are still failing, according to the update history. I attach today's version of WindowsUpdate.log
    Missing manifests - error 80070490 Attached Files
      My Computer


  5. Posts : 21,482
    Win 7 x64 Home Premium (and x86 VirtualBox VM)/Win10
       #15

    There's a few odd entries in the wu log...
    Code:
    2015-07-16	10:24:31:792	 636	11c4	Report	***********  Report: Initializing static reporting data  ***********
    2015-07-16	10:24:31:792	 636	11c4	Report	  * OS Version = 6.1.7601.1.0.66304
    2015-07-16	10:24:31:792	 636	11c4	Report	  * OS Product Type = 0x00000003
    2015-07-16	10:24:31:792	 636	11c4	Report	WARNING: Failed to load reporting information from Win32_ComputerSystem with hr = 80041010.
    2015-07-16	10:24:31:792	 636	11c4	Report	WARNING: Failed to load reporting information from Win32_BiosProperties with hr = 80041010.
    2015-07-16	10:24:31:792	 636	11c4	Report	  * Locale ID = 2057
    2015-07-16	10:24:32:057	 636	b2c	DnldMgr	Download manager restoring 0 downloads
    I suspect that this arises from a corrupt WMI repository.

    Open an Elevated Command Prompt
    type the following command

    net stop winmgmt
    (hit the Y key and enter, to respond to the confirmation - repeat the command if you get an error)
    now you can copy and paste the rest -

    sc config winmgmt start= disabled
    cd %windir%\system32\wbem
    for /f %s in ('dir /b *.dll') do regsvr32 /s %s
    for /f %s in ('dir /b *.mof') do mofcomp %s
    wmiprvse /regserver
    sc config winmgmt start= auto


    WAIT for it to finish - it could be a couple of minutes

    Now reboot.

    Try windows update again, and post the new windowsupdate.log file
      My Computer


 
Page 2 of 2 FirstFirst 12

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 06:07.
Find Us