[SOLVED] [Server2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

Yes, the screens I get through the install process are as follows:
license terms.JPGinitializing installation.JPGinstalling update.JPGnot installed.JPG

Right before the update not installed screen, there is about 1 second where the install bar goes to 100% and the text says update failed.
 
Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

I believe that is the same one I've been using. I did re-download it from the link and attempted another install but it failed just the same. CBS log linked below.

Dropbox - CBS.log
 
Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

1. We need to have many things open in order to try this next attempt. Please open up a folder to C:\windows\SoftwareDistribution\Download so that you can see the current contents.
2. Open up another folder that contains the manifest files from Post#28.
3. Download Process Explorer to your desktop.
4. Download the update Windows6.1-KB2819745-x64-MultiPkg.msu to your desktop.
5. At this point your desktop will look similar to the following.


6. Now run Process Explorer by right-clicking on it and choosing Run as Administrator. <-----this step is important
7. Double-click to install the update. You will receive a message asking if you want to install the update. Don't answer this message yet!
8. Go back to Process Explorer. The last icon on the toolbar is a target icon. Hold your mouse down on the target icon and then drag it over the top of the Windows Update message box and let go of the mouse. This will identify the wusa.exe process within Process Explorer that is responsible for the message box.
9. Now click Yes to the message box to start the install.
10. Another message box will come up. Don't answer anything yet.
11. Go to your explorer window that is open to the SoftwareDistribution\Download folder. You will notice that a new folder was created named 31babaaa45cee9a47acba0207c097502. Double-click to open this folder.
12. You will see a couple items in this folder.
13. Now click the I Accept button on the Windows Update message box.
14. Watch the contents of the 31babaaa45cee9a47acba0207c097502 folder until you see the inst folder get created.
15. As soon as you see the inst folder get created, go back to Process Explorer and right-click on the wusa.exe process and select Suspend.
16. Now copy all the manifest files from the other window that you had open to the inst folder.
17. Lastly, right-click on the wusa.exe process within Process Explorer and choose Resume.
 
Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

After following your directions the installation made it the farthest it ever has, but still ended up failing. CBS log is linked below.

Dropbox - CBS.log
 
Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

SFCFix Script

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.


  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please - put [CODE][/CODE] tags around the log to break up the text.
 

Attachments

Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2017-10-30 11:27:21.848
Microsoft Windows Server 2008 R2 Service Pack 1 - amd64
Using .zip script file at C:\Users\it\Desktop\SFCFix.zip [0]








PowerCopy::
Successfully took permissions for file or folder C:\Windows\winsxs


Successfully created directory tree \\?\C:\Windows\winsxs\msil_microsoft.powershell.graphicalhost_31bf3856ad364e35_6.1.7600.16385_none_3f6d939064737a81.


Successfully copied file C:\Users\it\AppData\Local\niemiro\Archive\winsxs\msil_microsoft.powershell.graphicalhost_31bf3856ad364e35_6.1.7600.16385_none_3f6d939064737a81\Microsoft.PowerShell.GraphicalHost.dll to C:\Windows\winsxs\msil_microsoft.powershell.graphicalhost_31bf3856ad364e35_6.1.7600.16385_none_3f6d939064737a81\Microsoft.PowerShell.GraphicalHost.dll.


Successfully restored ownership for C:\Windows\winsxs
Successfully restored permissions on C:\Windows\winsxs
PowerCopy:: directive completed successfully.








Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 18 datablocks.
Finish time: 2017-10-30 11:28:12.393
Script hash: 3JAkN2tPRlhnbIXw49e8YFzwl8NkRacCpbkD69h9J3U=
----------------------EOF-----------------------

To attempt the WMF install again, will I just want to run it normally or follow the steps from Post#44?
 
Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

Install Update with DISM


  1. Download this update and save to your desktop. The file name will be Windows6.1-KB2819745-x64.cab.zip.
  2. Right-click on this file and select Extract All... Keep the defaults and click the Extract button. You can close the folder window that opens
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator. Go ahead and allow if you receive the UAC prompt.
  5. Copy and paste the following command into the command prompt window and press enter.

    dism /online /add-package /packagepath:%userprofile%\desktop\Windows6.1-KB2819745-x64.cab\Windows6.1-KB2819745-x64.cab
  6. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation. <---You may not get this line.
    Do you want to restart the computer now (Y/N)? <---You may not get this line.


Go ahead and do so if prompted. Let me know what errors if any come up. If you do get errors, please zip/attach your CBS.log
 
Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

DISM Update failed with the following results:

Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.


C:\Users\it>dism /online /add-package /packagepath:%userprofile%
6.1-KB2819745-x64.cab\Windows6.1-KB2819745-x64.cab


Deployment Image Servicing and Management tool
Version: 6.1.7600.16385


Image Version: 6.1.7601.18489


Processing 1 of 1 - Adding package Microsoft-Windows-WinMan-WinI
el~31bf3856ad364e35~amd64~~7.2.7601.16406
[===========================65.8%======                    ]
An error occurred - Microsoft-Windows-WinMan-WinIP-Package-TopLe
f081f


Error: 0x800f081f


DISM failed. No operation was performed.
For more information, review the log file.


The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

DISM log file and CBS log are linked below.

Dropbox - Combined.zip
 
Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

SFCFix Script

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.




  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please - put tags around the log to break up the text.


After you have done this, do the following:

Step#1 - Capture Process Monitor Trace
1. Download and run Process Monitor. Leave this running while you perform the next steps.
2. Repeat the command I told you to run in post #50.
3. Stop Process Monitor as soon as the update fails. You can simply do this by clicking the magnifying glass on the toolbar as shown below.
11908d1430506241-windows-updates-fail-repeatedly-stop-jpg


4. Select the File menu...Save... and save the file to your desktop. This is likely the default location. The name (unless changed) will be LogFile.PML. This is fine.
5. Zip up and attach the LogFile.PML file as well as your CBS.log.
 

Attachments

Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2017-11-02 11:26:41.623
Microsoft Windows Server 2008 R2 Service Pack 1 - amd64
Using .zip script file at C:\Users\it\Desktop\SFCFix.zip [0]








PowerCopy::
Successfully took permissions for file or folder C:\Windows\Servicing\Packages\package_1169_for_kb4041681~31bf3856ad364e35~amd64~~6.1.1.0.cat
Successfully took permissions for file or folder C:\Windows\Servicing\Packages\package_1169_for_kb4041681~31bf3856ad364e35~amd64~~6.1.1.0.mum


Successfully copied file C:\Users\it\AppData\Local\niemiro\Archive\Packages\package_1169_for_kb4041681~31bf3856ad364e35~amd64~~6.1.1.0.cat to C:\Windows\Servicing\Packages\package_1169_for_kb4041681~31bf3856ad364e35~amd64~~6.1.1.0.cat.
Successfully copied file C:\Users\it\AppData\Local\niemiro\Archive\Packages\package_1169_for_kb4041681~31bf3856ad364e35~amd64~~6.1.1.0.mum to C:\Windows\Servicing\Packages\package_1169_for_kb4041681~31bf3856ad364e35~amd64~~6.1.1.0.mum.


Successfully restored ownership for C:\Windows\Servicing\Packages\package_1169_for_kb4041681~31bf3856ad364e35~amd64~~6.1.1.0.cat
Successfully restored permissions on C:\Windows\Servicing\Packages\package_1169_for_kb4041681~31bf3856ad364e35~amd64~~6.1.1.0.cat
Successfully restored ownership for C:\Windows\Servicing\Packages\package_1169_for_kb4041681~31bf3856ad364e35~amd64~~6.1.1.0.mum
Successfully restored permissions on C:\Windows\Servicing\Packages\package_1169_for_kb4041681~31bf3856ad364e35~amd64~~6.1.1.0.mum
PowerCopy:: directive completed successfully.








Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 20 datablocks.
Finish time: 2017-11-02 11:26:43.404
Script hash: nrvNl83Nh3xcn3OeZ54EV3PXeoA/wcg46Agi/Hr1Rgk=
----------------------EOF-----------------------

CBS log, DISM log and LogFile.pml are linked below, zipped together.

Dropbox - logs.zip

Results of Attempted Install:
Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.


C:\Users\it>dism /online /add-package /packagepath:%userprofile%\
6.1-KB2819745-x64.cab\Windows6.1-KB2819745-x64.cab


Deployment Image Servicing and Management tool
Version: 6.1.7600.16385


Image Version: 6.1.7601.18489


Processing 1 of 1 - Adding package Microsoft-Windows-WinMan-WinIP
el~31bf3856ad364e35~amd64~~7.2.7601.16406
[===========================65.8%======                    ]
An error occurred - Microsoft-Windows-WinMan-WinIP-Package-TopLev
f081f


Error: 0x800f081f


DISM failed. No operation was performed.
For more information, review the log file.


The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
 
Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

SFCFix Script

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.



  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Copy (Ctrl+C) and Paste (Ctrl+V) the contents of this file into your next post for me to analyse please - put tags around the log to break up the text.



After you have completed the SFCFix part, please do the following:


Install Update with DISM



  1. Download this update and save to your desktop. The file name will be Windows6.1-KB2819745-x64.cab.zip.
  2. Right-click on this file and select Extract All... Keep the defaults and click the Extract button. You can close the folder window that opens
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator. Go ahead and allow if you receive the UAC prompt.
  5. Copy and paste the following command into the command prompt window and press enter.

    dism /online /add-package /packagepath:%userprofile%\desktop\Windows6.1-KB2819745-x64.cab\Windows6.1-KB2819745-x64.cab
  6. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation. <---You may not get this line.
    Do you want to restart the computer now (Y/N)? <---You may not get this line.



Go ahead and do so if prompted. Let me know what errors if any come up. If you do get errors, please zip/attach your CBS.log
 

Attachments

Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

Code:
SFCFix version 3.0.0.0 by niemiro.
Start time: 2017-11-06 10:58:51.771
Microsoft Windows Server 2008 R2 Service Pack 1 - amd64
Using .zip script file at C:\Users\it\Desktop\SFCFix.zip [0]








PowerCopy::
Successfully took permissions for file or folder C:\Windows\Servicing\Packages\Microsoft-Windows-WinMan-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.2.7601.16406.cat
Successfully took permissions for file or folder C:\Windows\Servicing\Packages\Microsoft-Windows-WinMan-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.2.7601.16406.mum


Successfully copied file C:\Users\it\AppData\Local\niemiro\Archive\Packages\Microsoft-Windows-WinMan-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.2.7601.16406.cat to C:\Windows\Servicing\Packages\Microsoft-Windows-WinMan-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.2.7601.16406.cat.
Successfully copied file C:\Users\it\AppData\Local\niemiro\Archive\Packages\Microsoft-Windows-WinMan-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.2.7601.16406.mum to C:\Windows\Servicing\Packages\Microsoft-Windows-WinMan-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.2.7601.16406.mum.


Failed to reset file attributes for file or folder C:\Windows\Servicing\Packages\Microsoft-Windows-WinMan-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.2.7601.16406.cat with error code ERROR_ACCESS_DENIED.
Successfully restored ownership for C:\Windows\Servicing\Packages\Microsoft-Windows-WinMan-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.2.7601.16406.cat
Successfully restored permissions on C:\Windows\Servicing\Packages\Microsoft-Windows-WinMan-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.2.7601.16406.cat
Failed to reset file attributes for file or folder C:\Windows\Servicing\Packages\Microsoft-Windows-WinMan-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.2.7601.16406.mum with error code ERROR_ACCESS_DENIED.
Successfully restored ownership for C:\Windows\Servicing\Packages\Microsoft-Windows-WinMan-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.2.7601.16406.mum
Successfully restored permissions on C:\Windows\Servicing\Packages\Microsoft-Windows-WinMan-WinIP-Package-TopLevel~31bf3856ad364e35~amd64~~7.2.7601.16406.mum
PowerCopy:: directive completed successfully.








Successfully processed all directives.
SFCFix version 3.0.0.0 by niemiro has completed.
Currently storing 22 datablocks.
Finish time: 2017-11-06 10:58:55.896
Script hash: knfz2o0nD1Hwo5uOVQLSa4UgzbjPToOc55wHYADTu5U=
----------------------EOF-----------------------

Install failed with the following results:

Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.


C:\Users\it>dism /online /add-package /packagepath:%userprofile%\desktop\Windows
6.1-KB2819745-x64.cab\Windows6.1-KB2819745-x64.cab


Deployment Image Servicing and Management tool
Version: 6.1.7600.16385


Image Version: 6.1.7601.18489


Processing 1 of 1 - Adding package Microsoft-Windows-WinMan-WinIP-Package-TopLev
el~31bf3856ad364e35~amd64~~7.2.7601.16406
[===========================65.8%======                    ]
An error occurred - Microsoft-Windows-WinMan-WinIP-Package-TopLevel Error: 0x800
f081f


Error: 0x800f081f


DISM failed. No operation was performed.
For more information, review the log file.


The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

CBS log and DISM log are linked below.
Dropbox - combined.zip
 
Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

Install Update with DISM


  1. Download this update and save to your desktop. The file name will be Windows6.1-KB2819745-x64.cab.zip.
  2. Right-click on this file and select Extract All... Keep the defaults and click the Extract button. You can close the folder window that opens
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator. Go ahead and allow if you receive the UAC prompt.
  5. Copy and paste the following command into the command prompt window and press enter.

    dism /online /add-package /packagepath:%userprofile%\desktop\Windows6.1-KB2819745-x64.cab\Windows6.1-KB2819745-x64.cab
  6. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation. <---You may not get this line.
    Do you want to restart the computer now (Y/N)? <---You may not get this line.


Go ahead and do so if prompted. Let me know what errors if any come up. If you do get errors, please zip/attach your CBS.log

Note: Although the file may seem the same as the one you've used before, it is not, so please download and use the provided file.
 
Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.


C:\Users\it>dism /online /add-package /packagepath:%userprofile%\desktop\Windows
6.1-KB2819745-x64.cab\Windows6.1-KB2819745-x64.cab


Deployment Image Servicing and Management tool
Version: 6.1.7600.16385


Image Version: 6.1.7601.18489


Processing 1 of 1 - Adding package Microsoft-Windows-WinMan-WinIP-Package-TopLev
el~31bf3856ad364e35~amd64~~7.2.7601.16406
[===========================65.8%======                    ]
An error occurred - Microsoft-Windows-WinMan-WinIP-Package-TopLevel Error: 0x800
f081f


Error: 0x800f081f


DISM failed. No operation was performed.
For more information, review the log file.


The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

CBS and DISM logs zipped and linked below.

Dropbox - combined.zip
 
Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

Install Update with DISM


  1. Download this update and save to your desktop. The file name will be Windows6.1-KB2819745-x64.cab.zip.
  2. Right-click on this file and select Extract All... Keep the defaults and click the Extract button. You can close the folder window that opens
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator. Go ahead and allow if you receive the UAC prompt.
  5. Copy and paste the following command into the command prompt window and press enter.

    dism /online /add-package /packagepath:%userprofile%\desktop\Windows6.1-KB2819745-x64.cab\Windows6.1-KB2819745-x64.cab
  6. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation. <---You may not get this line.
    Do you want to restart the computer now (Y/N)? <---You may not get this line.


Go ahead and do so if prompted. Let me know what errors if any come up. If you do get errors, please zip/attach your CBS.log
 
Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.


C:\Users\it>dism /online /add-package /packagepath:%userprofile%\desktop\Windows
6.1-KB2819745-x64.cab\Windows6.1-KB2819745-x64.cab


Deployment Image Servicing and Management tool
Version: 6.1.7600.16385


Image Version: 6.1.7601.18489


Processing 1 of 1 - Adding package Microsoft-Windows-WinMan-WinIP-Package-TopLev
el~31bf3856ad364e35~amd64~~7.2.7601.16406
[===========================65.8%======                    ]
An error occurred - Microsoft-Windows-WinMan-WinIP-Package-TopLevel Error: 0x800
f081f


Error: 0x800f081f


DISM failed. No operation was performed.
For more information, review the log file.


The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

CBS and DISM logs linked below.

Dropbox - combined.zip
 
Re: [WinServer2008R2SP1] Can't Install WinManagement Framework 4.0 (or 5.0)

Install Update with DISM



  1. Download this update and save to your desktop. The file name will be Windows6.1-KB2819745-x64.cab.zip.
  2. Right-click on this file and select Extract All... Keep the defaults and click the Extract button. You can close the folder window that opens
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator. Go ahead and allow if you receive the UAC prompt.
  5. Copy and paste the following command into the command prompt window and press enter.

    dism /online /add-package /packagepath:%userprofile%\desktop\Windows6.1-KB2819745-x64.cab\Windows6.1-KB2819745-x64.cab
  6. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation. <---You may not get this line.
    Do you want to restart the computer now (Y/N)? <---You may not get this line.



Go ahead and do so if prompted. Let me know what errors if any come up. If you do get errors, please zip/attach your CBS.log
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top