Windows OS Hub
  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2012
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu
  • Home
  • About

Windows OS Hub

  • Windows Server
    • Windows Server 2022
    • Windows Server 2019
    • Windows Server 2016
    • Windows Server 2012 R2
    • Windows Server 2012
    • Windows Server 2008 R2
    • SCCM
  • Active Directory
    • Active Directory Domain Services (AD DS)
    • Group Policies
  • Windows Clients
    • Windows 11
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows XP
    • MS Office
    • Outlook
  • Virtualization
    • VMWare
    • Hyper-V
    • KVM
  • PowerShell
  • Exchange
  • Cloud
    • Azure
    • Microsoft 365
    • Office 365
  • Linux
    • CentOS
    • RHEL
    • Ubuntu

 Windows OS Hub / Windows Server 2012 R2 / 0x80092004: .NET Framework Install Error on Windows Server

September 16, 2019 Windows 8Windows Server 2012 R2

0x80092004: .NET Framework Install Error on Windows Server

When installing NET Framework 4.7.2 using online and offline installers on Windows Server 2012 R2, I came across the error: 0x80092004 — Cannot find object or property. At the same time, the “Couldn’t find the hash of component: NetFx4-PenIMC” error appeared in the Event Viewer logs. It took me quite a lot of time to find the solution. As it turned out, the issue was related to an error in the installed .Net Framework 3.5 (or its updates) that prevented .NET 4.7.2 from being installed. I found an unevident solution that helped me and I would describe it here.

To fix the 0x80092004 (CRYPT_E_NOT_FOUND) error, you have to download .NET Framework update packages from Microsoft update catalog manually.

  1. Go to https://www.catalog.update.microsoft.com and search for KB4340558;
  2. Download the update 2018-07 Security and Quality Rollup for .NET Framework 3.5, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2 for Windows 8.1 and Server 2012 R2 for x64 (KB4340558);
  3. You will be suggested to download 3 MSU files. Download all of them and save them into the folder c:\Distr\update:
    windows8.1-kb4338415-x64_cc34d1c48e0cc2a92f3c340ad9a0c927eb3ec2d1.msu
    windows8.1-kb4338419-x64_4d257a38e38b6b8e3d9e4763dba2ae7506b2754d.msu
    windows8.1-kb4338424-x64_e3d28f90c6b9dd7e80217b6fb0869e7b6dfe6738.msu

    download windows update from microsoft update catalog
  4. Then extract the MSU files using this command:
    expand -f:* c:\Distr\update\*.msu c:\Distr\update\extract expand msu update files
  5. Several files will appear in the C:\Distr\update\extract. You need CAB files only. Integrate CAB updates into the Windows image using the DISM tool (if restart is required, do it):
    dism /online /add-package /packagepath:"C:\Distr\update\extract\Windows8.1-KB4338415-x64.cab"
    dism /online /add-package /packagepath:"C:\Distr\update\extract\Windows8.1-KB4338419-x64.cab"
    dism /online /add-package /packagepath:"C:\Distr\update\extract\Windows8.1-KB4338424-x64.cab"
    dism /online /add-package /packagepath:"C:\Distr\update\extract\WSUSSCAN.cab"
  6. If the 0x80092004 error appears when installing any of the CAB files, uninstall this update using the following command (for example, the error appeared during the installation of KB4338419):
    dism /online /remove-package /packagepath:"C:\Distr\update\extract\Windows8.1-KB4338419-x64.cab"
    Then install the same CAB file with this command:
    dism /online /add-package /packagepath:"C:\Distr\update\extract\Windows8.1-KB4338419-x64.cab"
    In my case, I had to install and remove KB4338419 two times in a row until the error 0x80092004 disappeared.
  7. Restart your server and try to install .Net 4.7.2 – it would install without any errors. Then remove the files from C:\Distr\update\.

This issue is fixed in Windows 8 in the same way.

0 comment
0
Facebook Twitter Google + Pinterest
previous post
RDP Authentication Error: CredSSP Encryption Oracle Remediation
next post
Unable to Unmount/Delete VMFS Datastore: The Resource Is in Use

Related Reading

How to Install .NET Framework 3.5 on Windows...

December 12, 2022

Migrating RDS Roles (Connection Broker, Web Access) to...

September 9, 2022

PowerShell Install-Module Error: Unable to Download from URI

April 21, 2022

Configuring Always-On High Availability Groups on SQL Server

December 2, 2021

Fix: Windows Stuck at “Preparing to Configure Windows”

August 23, 2021

Leave a Comment Cancel Reply

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMWare
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • Configure User’s Folder Redirection with Group Policy

    February 3, 2023
  • Using Previous Command History in PowerShell Console

    January 31, 2023
  • How to Install the PowerShell Active Directory Module and Manage AD?

    January 31, 2023
  • Finding Duplicate E-mail (SMTP) Addresses in Exchange

    January 27, 2023
  • How to Delete Old User Profiles in Windows?

    January 25, 2023
  • How to Install Free VMware Hypervisor (ESXi)?

    January 24, 2023
  • How to Enable TLS 1.2 on Windows?

    January 18, 2023
  • Allow or Prevent Non-Admin Users from Reboot/Shutdown Windows

    January 17, 2023
  • Fix: Can’t Extend Volume in Windows

    January 12, 2023
  • Wi-Fi (Internet) Disconnects After Sleep or Hibernation on Windows 10/11

    January 11, 2023

Follow us

woshub.com
  • Facebook
  • Twitter
  • RSS
Popular Posts
  • Managing Printers from the Command Prompt in Windows 10 / 8.1
  • Using the BitLocker Repair Tool to Recover Data on Encrypted Drive
  • Enable Multiple Concurrent RDP Sessions in Windows 8.1 /8
  • Auto-Mount a VHD/VHDX File at Startup in Windows 10, 8.1
  • Limited Wi-Fi Access in Windows 10 and 8.1 – Troubleshooting
  • Internal SSD/SATA Drive Shows as a Removable in Windows
  • Fix: The Local Print Spooler Service Not Running in Windows 10
Footer Logo

@2014 - 2023 - Windows OS Hub. All about operating systems for sysadmins


Back To Top