KB2919355 (Windows 8.1 Update) Fails (800f0092 and 80073712) on Windows 8.1 Pro w Media Center

Anonymous
2014-04-05T00:19:46+00:00

I am running Windows 8.1 Pro with Media Center. It is a 64-bit edition.

I downloaded the Windows 8.1 Update from MSDN. Installed it on two machines with no problems.

Update is a series of 6 updates packed in a single zip file. Unzipped the files. Went to install the first recommended update (KB2919442). Dialog box indicated it was already installed.

Went to install the second update (KB2919355). It ran through the dialogs and said installation completed. It indicated that a reboot was necessary. Rebooted. It began to install the update after the reboot. Got about 60% of the way through, then said it couldn't complete. Error message 800F0092.

Had successfully installed on two other machines, one a VM and one a Samsung tablet. Only difference is this computer is 1) Media Center, and 2) was running WebRoot antimalware agent.

Uninstalled WebRoot.

Retried the install. Got about 98% through the dialog (green progress bar almost at 100%), went it stopped and the dialog said Update Failed.

Error message in the update history is now 80073712.

Windows for home | Previous Windows versions | Install and upgrade

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2014-05-14T20:02:09+00:00

Hello all,

We wanted to take a moment to thank you for coming to the Microsoft Community to get the answers you need tosuccessfully install the Windows 8.1 Update.

We have published guidance for troubleshooting some known problems at*Install the latest Windows 8.1 Update*.

In order to give your questions the attention they deserve, we are opening new threads that will focus on solving each error individually:

If you are receiving the error ‘We couldn’t complete the updates, Undoing changes. Don’t turn off your computer’ please post to this thread foundhere

If you are receiving Error 0x800F0922 when installing KB 2919355 please posthere

If you are receiving Error 0x800F0923 when installing KB 2919355 please posthere

If you are receiving Error 0x80070003 when installing KB 2919355 please posthere

If you are receiving Error 0x80070005 when installing KB 2919355 please posthere

If you are receiving Error 0x80070490 when installing KB 2919355 please posthere

If you are receiving Error 0x80073712 when installing KB 2919355 please posthere

If you are having an issue not mentioned above, please*start a new thread*so that we can investigate your issue.

In order to keep these threads productive and prevent fellow customer’s questions from being lost we ask that you please keep any posts made to these threads on topic and constructive.

We are going to go ahead and lock this thread to prevent questions being posted in the wrong area and not getting the attention they deserve.

Thank you for your understanding

Was this answer helpful?

60+ people found this answer helpful.
0 comments No comments
Answer accepted by question author
Anonymous
2014-04-17T17:17:17+00:00

Please note that's 64bit only

To make that work on 32bit do:

Also note AMD does not mean this only works on AMD chipsets.  AMD invented the 64bit platform, so even if you are running 64bit intel, that amd64 notation is still valid.

sfc /scannow

DISM /online /get-packages /format:table | findstr KB2919355

DISM /online /remove-dism /online /remove-package /packagename:Package_for_KB2919355~31bf3856ad364e35~x86~~6.3.1

DISM /Online /Cleanup-Image /ScanHealth

DISM /Online /Cleanup-Image /RestoreHealth

DISM /online /cleanup-image /startcomponentcleanup /resetbase

cleanmgr.exe

@echo off

Echo Cleanup complete

pause

Was this answer helpful?

50+ people found this answer helpful.
0 comments No comments

1,164 additional answers

Sort by: Most helpful
  1. Anonymous
    2014-05-05T19:13:56+00:00

    I've tried every 'solution' from this site (and a few others) for a week now and, quite frankly, I'm really tired of trying.  I'm also worried that some of the 'solutions' might have made things worse.  

    My 64 bit Acer laptop came with Windows 8 installed on it and I upgraded it via the Store to 8.1 some months ago.  I don't want to do a full refresh of my OS (presumable that would go back to Windows 8) just to get an update in and I'm not even convinced that the update would work even then.

    Why won't MS just put a version of 8.1 which includes the update somewhere we can get at it?

    This is my first post here and I don't know how to submit one that isn't a reply to a previous post!

    MS is not a very logical company.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-05-05T19:10:25+00:00

    You post a question up on the top right and instead of adding to a post, you start your own post.  See that 'search box' like thing in the upper corner?  Post there.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2014-05-05T19:09:05+00:00

    Useless to most, not useless to some.

    1.  First thing I am asked to do when there is a windowsupdate detection problem is to enable full logging on Windows update   http://support.microsoft.com/kb/902093/en-us

    "

    Microsoft Product Support Services may ask you  to turn on  verbose logging.  To turn on  verbose logging,   add the following registry key with two   values:

    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Trace

    Value   name: Flags

    Value type: REG_DWORD

    Value data: 00000007

    Value   name: Level

    Value type: REG_DWORD

    Value data: 00000004

    This   registry key turns on  an extended tracing to the   %systemroot%\Windowsupdate.log  file. Additionally,  this   registry key turns on  an extended tracing to any attached debuggers."

    You do that and there's a ton of stuff in the log file that engineers can then tell what the client is doing/talking to what server/detection etc etc.  Most often used for detection questions.

    Then there is the problem of

    1. Hexidecimal error codes.  In a perfect world Windows update (or Microsoft update if you flip over to it) works automatically and in the background.  So the Windowsupdate.log and the CBS.log (component based servicing) log files are not meant to be read by normal human beings because it should just work without issue.  Thus the log files and primarily cbs log files are deep and geeky and have lots of technical content that you either have to be an engineer or read a lot of log files to understand what is going on.  The intent here is that they are not client facing - it's supposed to just work - and often it's a matter of resources.  You as a user spend time on the client facing stuff, you aren't supposed to be deep in the windowsupdate log because (again in theory) it's supposed to just work.

    3.  The reality is it doesn't work perfectly all the time and thus we are faced with these really annoyingly cryptic hex error codes that we all google our brains out.  (Microsoft you really really need to make your help messages more human friendly because one of the basic windows update errors occurs when the time clock is off on the PC.  When this happens, WU won't work because SSL certs won't work.  Instead of having a nice human readable "yo, dude, go check your clock" or better yet self fixing it (I mean that's what syncing time to time.windows.com is all about), it throws up an hex error code that if you can't get on the web - because your time clock is off - you can't google/bingle up the error code resolution that your time is off.  The number of times I have been bitten by that, I can count on two hands.  And every time it happens and I roll my eyes and wonder if just that one error code could be made more human readable.

    Some resources to help you better understand and resources for error codes are:

    http://support.microsoft.com/kb/902093/en-us

    http://inetexplorer.mvps.org/archive/windows_update_codes.htm

    http://technet.microsoft.com/en-us/library/cc720442(WS.10).aspx

    4.  There was a product team guy that used to blog a lot about component store servicing and you could delve into the comments and understand more of what was going on.  http://blogs.technet.com/b/joscon/  Unfortunately he's no longer blogging about CBS (he's moved on to another team) but if you want to read old posts that give deep info, it's still a good resource.

    Was this answer helpful?

    0 comments No comments