Win 7 64 home Sp1 update error

Page 2 of 3 FirstFirst 123 LastLast

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

    Bother - I always forget the 'silent' switch on those registry commands!

    Please try this set instead....

    Code:
    REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\PackageDetect\Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~0.0.0.0" /v WUClient-SelfUpdate-Aux-AuxComp~31bf3856ad364e35~amd64~~7.6.7600.256 /F
    REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\PackageDetect\Microsoft-Windows-ServerCore-Package~31bf3856ad364e35~amd64~~0.0.0.0" /v WUClient-SelfUpdate-Aux-AuxComp~31bf3856ad364e35~amd64~~7.6.7600.256 /F
    REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\ComponentDetect\amd64_microsoft-windows-w..owsupdateclient-aux_31bf3856ad364e35_0.0.0.0_none_14ec2865bde17fa0"
    REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\ComponentDetect\x86_microsoft-windows-w..owsupdateclient-aux_31bf3856ad364e35_0.0.0.0_none_b8cd8ce205840e6a"
    (I'd have been very surprised if SFC hadn't found errors!)
    Back after I've had a look at the CBS log.
      My Computer


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

    The CBS log shows the following file errors which it couldn't solve....
    Code:
     Line 3370: 2013-02-18 15:39:44, Info                  CSI    000002fa [SR] Repairing 2 components
     Line 3371: 2013-02-18 15:39:44, Info                  CSI    000002fb [SR] Beginning Verify and Repair transaction
     Line 3374: 2013-02-18 15:39:44, Info                  CSI    000002fd [SR] Cannot repair member file [l:32{16}]"setting_back.png" of Microsoft-Windows-Gadgets-PicturePuzzleGadget, Version = 6.1.7600.16385, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
     Line 3375: 2013-02-18 15:39:44, Info                  CSI    000002fe [SR] Cannot repair member file [l:18{9}]"ATL80.dll" of Microsoft.VC80.ATL, Version = 8.0.50727.42, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:1fc8b3b9a1e18e3b}, Type = [l:10{5}]"win32", TypeName neutral, PublicKey neutral in the store, file is missing
    I'll post a fix for those and the ones we found in the CheckSUR scan in a few minutes.
      My Computer


  3. Posts : 28
    Win 7 Home 64
    Thread Starter
       #13

    Hi Re ran the code and got:
    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Windows\system32>REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\C
    omponent Based Servicing\PackageDetect\Microsoft-Windows-Foundation-Package~31bf
    3856ad364e35~amd64~~0.0.0.0" /v WUClient-SelfUpdate-Aux-AuxComp~31bf3856ad364e35
    ~amd64~~7.6.7600.256 /F
    ERROR: Access is denied.
    C:\Windows\system32>REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\C
    omponent Based Servicing\PackageDetect\Microsoft-Windows-ServerCore-Package~31bf
    3856ad364e35~amd64~~0.0.0.0" /v WUClient-SelfUpdate-Aux-AuxComp~31bf3856ad364e35
    ~amd64~~7.6.7600.256 /F
    ERROR: Access is denied.
    C:\Windows\system32>REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur
    rentVersion\Component Based Servicing\ComponentDetect\amd64_microsoft-windows-w.
    .owsupdateclient-aux_31bf3856ad364e35_0.0.0.0_none_14ec2865bde17fa0"
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Ser
    vicing\ComponentDetect\amd64_microsoft-windows-w..owsupdateclient-aux_31bf3856ad
    364e35_0.0.0.0_none_14ec2865bde17fa0
    WUClient-SelfUpdate-Aux-AuxComp~31bf3856ad364e35~amd64~~7.6.7600.256.Aux
    REG_SZ 7.6.7600.256@32

    C:\Windows\system32>REG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur
    rentVersion\Component Based Servicing\ComponentDetect\x86_microsoft-windows-w..o
    wsupdateclient-aux_31bf3856ad364e35_0.0.0.0_none_b8cd8ce205840e6a"
      My Computer


  4. Posts : 28
    Win 7 Home 64
    Thread Starter
       #14

    Hi we (you!) are making progress! I did another checkSUR log for info... (hope that doesn't mess things up!)

    Attachment 255911

    Thanks
      My Computer


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

    I've uploaded a file - rosac.zip - to my SkyDrive at Noel's SkyDrive
    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:\rosac
    hit the enter key - if you get a 'Not Found' error try
    DIR D:\rosac
    or
    DIR E:\rosac


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

    XCOPY <drive>:\rosac <drive>:\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 attach the new CBS.log file to your reply


      My Computer


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

    rossco125 said:
    Hi we (you!) are making progress! I did another checkSUR log for info... (hope that doesn't mess things up!)


    Thanks
    The registry deletions failed because of permissions problems (not too surprising, but I was hoping!)

    I'll have to post manual instructions for their deletion later.
    The last command didn't run at all - please run that one again to ensure that we have a backup if necessary, and then I'll post the instructions for all 4 deletions.
      My Computer


  7. Posts : 28
    Win 7 Home 64
    Thread Starter
       #17

    Hi Ran SFC /SCANNOW and hey presto!
    Where to next?

    Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Windows\system32>SFC /SCANNOW
    Beginning system scan. This process will take some time.
    Beginning verification phase of system scan.
    Verification 100% complete.
    Windows Resource Protection did not find any integrity violations.
    C:\Windows\system32>
      My Computer


  8. Posts : 28
    Win 7 Home 64
    Thread Starter
       #18

    The CBS log file....

    Attachment 255922
      My Computer


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

    So far so good :)
    Please run another CheckSUR scan and post the new CheckSUR.log file - just in case anything has changed
      My Computer


  10. Posts : 28
    Win 7 Home 64
    Thread Starter
       #20

    Hi Noel, not quite there yet? will this stop it updating?

    Attachment 255927
      My Computer


 
Page 2 of 3 FirstFirst 123 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 07:48.
Find Us