[SOLVED] Can't install Windows Management Framework 4.0 and KB2819745 update

Make sure you checked the updated WindowsUpdate.log since old one doesn't have any errors.
I've checked that.

Could you please check the following registry key:

Rich (BB code):
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full

If it doesn't exist, then please let me know.
 
Thanks, could you please provide the .msu file you're trying to install? You may need to zip it before attaching to your post.
 
Install Update with DISM
  1. Copy the MSU file to a convenient location (such as C:\WUTemp - you will need to create this).
  2. Click on the Start button and in the search box, type Command Prompt
  3. When you see Command Prompt on the list, right-click on it and select Run as administrator
  4. When command prompt opens, copy and paste the following commands into it, press enter after each

    cd C:\WUTemp

    replace C:\WUTemp with your path if different

    expand Windows6.1-KB2819745-x64-MultiPkg.msu -f:* C:\WUTemp

    DISM.exe /Online /Add-Package /PackagePath:C:\WUTemp\Windows6.1-KB2819745-x64.cab
  5. You should receive the message:
    The operation completed successfully.
    Make sure to allow the computer to restart if prompted.
  6. If you receive any other message:
    Post a screenshot of the Commandprompt window.
    Zip and attach the file C:\Windows\Logs\CBS\CBS.log
 
I already attempted that and it did complete successfully - However Windows would keep reverting changes anyway after restart. Now I have updated my operating system to Windows 10 Professional so the issue doesn't apply anymore. I upgraded due to couple of issues with older system which just could not be fixed.
 
Okay, it's a good idea to upgrade to Windows 10, just for the simple fact that Windows 7 is no longer supported. I'll close this thread for now.
 
Back
Top