Service Pack 1 Install Failed Error 8024200D

Page 4 of 8 FirstFirst ... 23456 ... LastLast
  1.    #31

    Doing the commands now. So far, everything is successful except for:

    reg delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /f
    NETSH WINHTTP RESET

    "Error: The system was unable to find the specified registry key or value." It tells me there are two commands in this context: reset proxy and reset tracing. I'll attach a screenshot.

    (Edit) Also, I have not tried to continue the steps, since this one didn't work out as expected. The window is still open, and I suppose I'll leave it there until told otherwise.
      My Computer


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

    Hmm - I though the netsh command reset everything....
    never mind - use this command...

    NETSH WINHTTP REST PROXY.

    and carry on - I expected the other failure.
      My Computer

  3.    #33

    Whoops! Forgot the screenshot. Oh well. The new command says my current WinHTTP proxy settings are just Direct access (no proxy server)
    Carrying on with the previous instructions now.
      My Computer

  4.    #34

    Failure, as I assume was expected. Here are the logs.
    Service Pack 1 Install Failed Error 8024200D Attached Files
      My Computer


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

    This is the essential problem...
    Code:
    2015-08-23 05:19:06, Info                  CBS    Exec: Staging Package: Microsoft-Windows-RemoteFX-VM-Setup-LanguagePack~31bf3856ad364e35~amd64~en-US~6.1.7601.17514, Update: INF_ts_wpdmtp, PinDeployment: amd64_synth3dvsc.inf-languagepack_31bf3856ad364e35_6.1.7601.17514_en-us_4ec14685497da0d0
    2015-08-23 05:19:15, Info                  CBS    Calling client to resolve source, cannot find file 'TsUsbGD.sys' at path: \\?\C:\Windows\SoftwareDistribution\Download\fe6e9e7840acaadec5a70941ba6ff546\amd64_tsgenericusbdriver.inf_31bf3856ad364e35_6.1.7601.17514_none_9872c8452ac8f816\TsUsbGD.sys
    2015-08-23 05:19:15, Error                 CBS    Exec: Failed to pre-stage package: Package_for_KB976933~31bf3856ad364e35~amd64~cs-CZ~6.1.7601.17514, file: TsUsbGD.sys, source: \\?\C:\Windows\SoftwareDistribution\Download\fe6e9e7840acaadec5a70941ba6ff546\amd64_tsgenericusbdriver.inf_31bf3856ad364e35_6.1.7601.17514_none_9872c8452ac8f816\TsUsbGD.sys, sandbox: (null) [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
    2015-08-23 05:19:15, Info                  CBS    Failed to gather all required files. [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
    2015-08-23 05:19:15, Info                  CBS    Failed to gather all missing files for package: Package_for_KB976932~31bf3856ad364e35~amd64~~6.1.1.17514 [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
    2015-08-23 05:19:15, Info                  CSI    0000000e@2015/8/23:12:19:15.953 CSI Transaction @0x47a9860 destroyed
    2015-08-23 05:19:15, Error                 CBS    Failed to pre- stage package: Package_for_KB976932~31bf3856ad364e35~amd64~~6.1.1.17514 [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
    Why it's looking for the Czech version of the file I have absolutely no idea, unless you have some Czech-language app installed that's force-installed something.


    Let's see if there's a clue in the registry....

    Open an Elevated Command Prompt, and run the following commands
    Code:
    REG LOAD HKLM\COMPONENTS C:\Windows\System32\config\COMPONENTS 
    REG QUERY HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\amd64_synth3dvsc.inf-languagepack_31bf3856ad364e35_6.1.7601.17514_en-us_4ec14685497da0d0
    DIR C:\Windows\SoftwareDistribution\Download\fe6e9e7840acaadec5a70941ba6ff546 
     
    .
    post the results
      My Computer

  6.    #36

    I'm not entirely sure how you would like me to post these results, and I am not entirely sure how to read them either. The first command came back as successful, the second command gave me the result shown in the screenshot (which I won't forget this time.) The third command had so much text generated so quickly, and I am not actually sure what any of it means. I suppose I will take another screenshot to sample some of it. One thing I notice is that the whole thing has the date 11/20/2010 though.

    (EDIT) Oh yeah and I don't have a clue why it would be looking for a Czech version either. I don't have any foreign language apps.
    Attached Thumbnails Attached Thumbnails Service Pack 1 Install Failed Error 8024200D-result2.jpg   Service Pack 1 Install Failed Error 8024200D-result3.jpg  
      My Computer


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

    Ah, there's a lot more data from the final command than I expected - it seems to be the complete SP1 update.
    Try the commands this way
    REG LOAD HKLM\COMPONENTS C:\Windows\System32\config\COMPONENTS
    REG QUERY HKEY_LOCAL_MACHINE\COMPONENTS\DerivedData\Components\amd64_synth3dvsc.inf-languagepack_31bf3856ad364e35_6.1.7601.17514_en-us_4ec14685497da0d0 >>"%userprofile%\Desktop\noelfile.txt"
    DIR C:\Windows\SoftwareDistribution\Download\fe6e9e7840acaadec5a70941ba6ff546 >>"%userprofile%\Desktop\noelfile.txt"

    That will create a file on your desktop called 'noelfile.txt' - upload that, please.
      My Computer

  8.    #38

    Okay, here you go. I was rather surprised too. There is quite a list for you to look at.
    On a side note, this gives me a relevant time to use this emote.
    Service Pack 1 Install Failed Error 8024200D Attached Files
      My Computer


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

    Call me surprised - The file listing is for every update control file associated with SP1, including all language variants, as far as I can tell.
    I've never actually dug into this before, so didn't have a clue what to expect - but it certainly wasn't that.


    Please open an Elevated Command Prompt, and run the following command...

    DIR C:\Windows\softwaredistribution\TsUsbGD.sys /S

    post the results.
      My Computer

  10.    #40

    Got this message:

    Volume in drive C has no label.
    Volume Serial Number is DC24-DAC5
    File Not Found.
      My Computer


 
Page 4 of 8 FirstFirst ... 23456 ... 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 01:16.
Find Us