I am trying to install the Application Initialization role on server 2019 standard version 1809. I already have the Web Server (IIS) feature installed and 15/43 of those features under it are installed.
When I try to just add the Application Initialization role, I get a 0x80073701 error (The reference assembly could not be found). I check the CAB log file, and see this:
Failed to pin deployment while resolving Update: Package_3308_for_KB4570333~31bf3856ad364e35~amd64~~10.0.1.7.4570333-5772_neutral from file: (null) [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
I go to windows update catelog to download the KB4570333 and there is nothing that comes back when you search for that KB in the update catelog.
I have already performed the following steps in an attempt to clear out any corrupt or cached files that may have been holding this up:
Dism /online /cleanup-image /startcomponentcleanup
Dism /online /cleanup-image /restorehealth
sfc /scannow
Where do I go from here?