How to install Application Initialization Role

Cameron Beckman 1 Reputation point
2021-12-16T21:24:03.867+00:00

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?

Windows development Internet Information Services
Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Anonymous
    2021-12-16T22:01:02.683+00:00

    0x80073701 = ERROR_SXS_ASSEMBLY_MISSING which means there are some system files are missing, which caused the update installation failure. You can also try a repair install by running setup.exe from the root of the install.

    I wouldn't hold much hope for this, time may be better spent standing up a new one, patch it fully and migrate the roles or applications over to it.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments

  2. Cameron Beckman 1 Reputation point
    2021-12-16T22:15:27.053+00:00

    Thanks for your response, @Anonymous .

    Can you elaborate a bit on the "You can also try a repair install by running setup.exe from the root of the install"?

    0 comments No comments

  3. Anonymous
    2021-12-16T22:25:53.13+00:00

    Honestly that is unlikely to do anything in the way of help but simply insert the windows installation disk and double-click on setup.exe in the root of the install media disk.

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  4. Limitless Technology 39,916 Reputation points
    2021-12-23T16:56:28.687+00:00

    Hi @Cameron Beckman

    I would first suggest you try getting the updates manually and see you can install them.
    You can get the updates by KB (KB4570333) number from the below link
    https://www.catalog.update.microsoft.com/Home.aspx

    You can also temporarily disable all your antivirus and try installing the updates.

    If this manual update fails you can then try using the SFC & DISM command to check for any corrupted registries and try the update installation after the restart.

    Here is the link for the scan commands
    https://support.microsoft.com/en-us/topic/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system-files-79aa86cb-ca52-166a-92a3-966e85d4094e

    If the scan yield no result then try the Inplace update which will surely sort this issue out.

    https://answers.microsoft.com/en-us/windows/forum/all/how-to-perform-an-in-place-upgrade-with-windows-10/7f0b236e-3c6c-4913-9691-c4baa2a6190a

    Hope this resolves your Query!!

    -----
    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.