Windows 7 Update error 80073712

Page 2 of 4 FirstFirst 1234 LastLast

  1. Posts : 11
    Windows 7 Ultimate x64
    Thread Starter
       #11

    Thank you, here is the new log: Attachment 361594
      My Computer


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

    Odd! - that fixed everything except one set of files!
    Code:
     Line 4705: 2015-06-05 15:29:31, Info                  CSI    0000043d [SR] Repairing 10 (0x000000000000000a) components
     Line 4706: 2015-06-05 15:29:31, Info                  CSI    0000043e [SR] Beginning Verify and Repair transaction
     Line 4707: 2015-06-05 15:29:31, Info                  CSI    0000043f [SR] Cannot repair member file [l:32{16}]"comctl32.dll.mui" of Microsoft.Windows.Common-Controls.Resources, Version = 6.0.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"nl-NL", VersionScope neutral, PublicKeyToken = {l:8 b:6595b64144ccf1df}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral in the store, file is missing
     Line 4708: 2015-06-05 15:29:31, Info                  CSI    00000440 [SR] Cannot repair member file [l:32{16}]"comctl32.dll.mui" of Microsoft.Windows.Common-Controls.Resources, Version = 6.0.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"sk-SK", VersionScope neutral, PublicKeyToken = {l:8 b:6595b64144ccf1df}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral in the store, file is missing
     Line 4709: 2015-06-05 15:29:31, Info                  CSI    00000441 [SR] Cannot repair member file [l:32{16}]"comctl32.dll.mui" of Microsoft.Windows.Common-Controls.Resources, Version = 6.0.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"ru-RU", VersionScope neutral, PublicKeyToken = {l:8 b:6595b64144ccf1df}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral in the store, file is missing
     Line 4710: 2015-06-05 15:29:31, Info                  CSI    00000442 [SR] Cannot repair member file [l:32{16}]"comctl32.dll.mui" of Microsoft.Windows.Common-Controls.Resources, Version = 6.0.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"lt-LT", VersionScope neutral, PublicKeyToken = {l:8 b:6595b64144ccf1df}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral in the store, file is missing
     Line 4711: 2015-06-05 15:29:31, Info                  CSI    00000443 [SR] Cannot repair member file [l:32{16}]"comctl32.dll.mui" of Microsoft.Windows.Common-Controls.Resources, Version = 6.0.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"lv-LV", VersionScope neutral, PublicKeyToken = {l:8 b:6595b64144ccf1df}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral in the store, file is missing
     Line 4712: 2015-06-05 15:29:31, Info                  CSI    00000444 [SR] Cannot repair member file [l:32{16}]"comctl32.dll.mui" of Microsoft.Windows.Common-Controls.Resources, Version = 6.0.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:20{10}]"sr-Latn-CS", VersionScope neutral, PublicKeyToken = {l:8 b:6595b64144ccf1df}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral in the store, file is missing
     Line 4713: 2015-06-05 15:29:31, Info                  CSI    00000445 [SR] Cannot repair member file [l:32{16}]"comctl32.dll.mui" of Microsoft.Windows.Common-Controls.Resources, Version = 6.0.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"nb-NO", VersionScope neutral, PublicKeyToken = {l:8 b:6595b64144ccf1df}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral in the store, file is missing
     Line 4714: 2015-06-05 15:29:31, Info                  CSI    00000446 [SR] Cannot repair member file [l:32{16}]"comctl32.dll.mui" of Microsoft.Windows.Common-Controls.Resources, Version = 6.0.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"sl-SI", VersionScope neutral, PublicKeyToken = {l:8 b:6595b64144ccf1df}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral in the store, file is missing
    ...Ooops! - my fault, as I gave the wrong set of files (no harm done anyhow)

    I'll post a new fix protocol shortly.
      My Computer


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

    I've uploaded a file - atgac.zip - to my OneDrive at Noel's OneDrive
    Please download and save it.

    Right-click on the saved file and select Extract all...
    Change the target to C:\ and click on Extract
    Close all windows (it would be a good idea to print these instructions!)

    Now reboot to the Repair Environment - as soon as the machine restarts, start tapping F8 - this should bring up the Advanced Boot Menu, at the top of which should be the option 'Repair my Computer'
    Pick that
    You'll have to log in with your username and password.

    Pick the option to use a Command Prompt
    At the prompt type
    DIR C:\atgac
    hit the enter key - if you get a 'Not Found' error try
    DIR D:\atgac
    or
    DIR E:\atgac



    The drive letter in use when you find the folder will need to be substituted (for<drive>) into the following command...



    XCOPY <drive>:\atgac <drive>:\windows\winsxs /y /i /s /v /h



    (e.g. XCOPY P:\wfire P:\windows\winsxs /y /i /s /v /h )



    run the command (it should take almost no time) and when the prompt returns, type
    EXIT
    and hit the Enter key to exit Command Prompt - reboot to Normal Mode Windows.

    Now run SFC /SCANNOW in an Elevated Command Prompt
    then reboot and upload the new CBS.log file to your reply
      My Computer


  4. Posts : 11
    Windows 7 Ultimate x64
    Thread Starter
       #14

    Here is the new log: Attachment 361788
    Thank you!!!
      My Computer


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

    I don't know why- but again the files haven't been replaced
    .... I Did it again!!

    I WILL get the right ones, this time!

    back in a couple of minutes
      My Computer


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

    I've uploaded a file - atgad.zip - to my OneDrive at Noel's OneDrive
    Please download and save it.

    Right-click on the saved file and select Extract all...
    Change the target to C:\ and click on Extract
    Close all windows (it would be a good idea to print these instructions!)

    Now reboot to the Repair Environment - as soon as the machine restarts, start tapping F8 - this should bring up the Advanced Boot Menu, at the top of which should be the option 'Repair my Computer'
    Pick that
    You'll have to log in with your username and password.

    Pick the option to use a Command Prompt
    At the prompt type
    DIR C:\atgad
    hit the enter key - if you get a 'Not Found' error try
    DIR D:\atgad
    or
    DIR E:\atgad



    The drive letter in use when you find the folder will need to be substituted (for<drive>) into the following command...



    XCOPY <drive>:\atgad <drive>:\windows\winsxs /y /i /s /v /h



    (e.g. XCOPY P:\wfire P:\windows\winsxs /y /i /s /v /h )



    run the command (it should take almost no time) and when the prompt returns, type
    EXIT
    and hit the Enter key to exit Command Prompt - reboot to Normal Mode Windows.

    Now run SFC /SCANNOW in an Elevated Command Prompt
    then reboot and upload the new CBS.log file to your reply

    Sorry for the confusions!
      My Computer


  7. Posts : 11
    Windows 7 Ultimate x64
    Thread Starter
       #17

    Many thanks for your help.
    Here is the new log: Attachment 361996
      My Computer


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

    Very odd indeed - I'm sure the files are right this time, but still no change. I'll post a different fix protocol later and we'll see how that one works.
      My Computer


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

    Let's try this....

    Please download SFCFix from here... http://www.sysnative.com/niemiro/apps/SFCFix.exe and save it to your desktop (we'll need it later anyhow, I think)

    Once saved, double-click on it and accept the warnings. It'll run, and create a file SFCFix.log on the desktop - please upload it to your reply.
      My Computer


  10. Posts : 11
    Windows 7 Ultimate x64
    Thread Starter
       #20

    Thanks, this is the result:

    Code:
    SFCFix version 2.4.5.0 by niemiro.
    Start time: 2015-06-11 18:45:00.419
    Microsoft Windows 7 Service Pack 1 - amd64
    Not using a script file.
    
    
    
    
    AutoAnalysis::
    SUMMARY: Some corruptions could not be fixed automatically. Seek advice from helper or sysnative.com.
       CBS & SFC total detected corruption count:     0
       CBS & SFC total unimportant corruption count:  0
       CBS & SFC total fixed corruption count:        0
       SURT total detected corruption count:          18
       SURT total unimportant corruption count:       0
       SURT total fixed corruption count:             0
    AutoAnalysis:: directive completed successfully.
    
    
    
    
    Successfully processed all directives.
    SFCFix version 2.4.5.0 by niemiro has completed.
    Currently storing 0 datablocks.
    Finish time: 2015-06-11 18:45:42.901
    ----------------------EOF-----------------------
      My Computer


 
Page 2 of 4 FirstFirst 1234 LastLast

  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 12:08.
Find Us