Share via

.NET Framework installation failed with code 0x80070922

Anonymous
2023-05-14T15:46:27+00:00

Whenever I try to install .NET Framework 3.5, I get this error:

0x800F0922 CBS_E_INSTALLERS_FAILED: Processing advanced installers and generic commands failed.

When running command:

cmd /k Dism.exe /Online /Enable-Feature /FeatureName:NetFX3

It returns:

Deployment Image Servicing and Management tool
Version: 10.0.19041.844

Image Version: 10.0.19045.2846

Enabling feature(s)
[==========================100.0%==========================]

Error: 0x800f0922

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

I have also tried the GUI install, but it also failed.

How do you help me?

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

7 answers

Sort by: Most helpful
  1. Ramesh 176.5K Reputation points Volunteer Moderator
    2023-05-15T12:15:21+00:00

    Please try installing NetFx3 from the Windows 10 ISO.

    Download the Windows 10 ISO using MCT or Rufus.

    Mount the ISO by right-clicking on the ISO and choosing "Mount".

    The ISO will be assigned a drive letter -- e.g., H:\

    Run the following DISM commands mentioning the source (H:\Sources\SxS) folder.

    dism /online /Add-Package /PackagePath:H:\Sources\SxS\microsoft-windows-netfx3-ondemand-package~31bf3856ad364e35~amd64~~.cab

    And then run:

    dism /online /enable-feature /featurename:NetFX3 /Source:H:\sources\sxs /LimitAccess

    Pls see [Fix] .NET Framework 3.5 Error

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-05-15T11:41:45+00:00

    From Command Prompt, run:

    • dir "C:\Program Files\MSBuild" /s

    and

    • icacls "C:\Windows\WinSxS\Temp\PendingRenames"

    Pls post a screenshot.

    I don't have MSBuild in C:\Program Files, but output from icacls:

    Was this answer helpful?

    0 comments No comments
  3. Ramesh 176.5K Reputation points Volunteer Moderator
    2023-05-15T10:41:44+00:00

    From Command Prompt, run:

    • dir "C:\Program Files\MSBuild" /s

    and

    • icacls "C:\Windows\WinSxS\Temp\PendingRenames"

    Pls post a screenshot.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-05-15T09:27:40+00:00

    Was this answer helpful?

    0 comments No comments
  5. Ramesh 176.5K Reputation points Volunteer Moderator
    2023-05-14T15:58:09+00:00

    Please upload your CBS logs.

    1. Open the folder "C:\Windows\Logs\CBS"
    2. Select all files, right-click on the selection, and click Send to → Compressed (zipped) folder.
    3. Click Yes when you see the following prompt:

    Windows cannot create the Compressed (zipped) Folder here.

    Do you want it to be placed on the desktop instead?

    1. Upload the zip file to your OneDrive/Dropbox and share the link here.

    Was this answer helpful?

    0 comments No comments