I am having a problem with installing the "Update for Microsoft Defender Antivirus antimalware platform - KB4052623 (Version 4.18.2205.7)" Update on my Microsoft Hyper-V Server 2019 Core Server. Using sconfig it always says installation failed. I also tried to download the update file from update-katalog. You will find 3x .cab files and 3x .exe files on the microsoft update-katalog site for this update. I tried all of them. The cab files return an error, if i run them using dism:
dism /online /add-package /packagepath:"C:\37049705_04c96011b32d783314a49ed52845bfe05357f68f.cab
If I run the .exe files nothing happens.
I also found on this site https://support.microsoft.com/en-us/topic/update-for-microsoft-defender-antimalware-platform-kb4052623-92e21611-8cf1-8e0e-56d6-561a07d144cc that Applocker could lead to this problem, if activated. But on my hyper-v server applocker isn't activated.
In the log file i found the following entries:
2022-07-01 09:53:57, Error DISM DISM Package Manager: PID=3808 TID=856 Failed to get the Update through CBS. - CDISMPackage::Internal_OpenFeature(hr:0x800f080c)
2022-07-01 09:53:57, Error DISM DISM Package Manager: PID=3808 TID=856 Failed to get the underlying CBS Feature - CDISMPackage::OpenFeature(hr:0x800f080c)
2022-07-01 09:53:57, Error DISM API: PID=2376 TID=1640 Failed to open feature Windows-Defender-Default-Definitions - CDisableFeatureCommandObject::InternalExecute(hr:0x800f080c)
2022-07-01 09:53:57, Error DISM API: PID=2376 TID=1640 InternalExecute failed - CBaseCommandObject::Execute(hr:0x800f080c)
2022-07-01 09:53:57, Error DISM API: PID=2376 TID=1584 CDisableFeatureCommandObject internal execution failed - DismDisableFeatureInternal(hr:0x800f080c)
I already tried the DISM /Online /Cleanup-Image /RestoreHealth scan and sfc /scannow. Still got the problem. Also tried to delete the distribution file as well.
Could you help me find out what the problem is and how to install this update ?