Installation of one or more roles role services or features failed windows 2016

In this Windows tutorial, we will discuss how to fix the error, and Installation of one or more roles role services, or features failed windows 2016 or windows server 2012 r2.

The error comes while installing net framework 3.5 on windows server 2016. Installation of one or more roles, role services, or features failed. The source files could not be found.

Try installing the roles, role services, or features again in a new add roles and features wizard session, and on the confirmation page of the wizard, click “specify an alternate source path “to specify a valid location of the source files that are required for the installation.

The location must be accessible by the computer account of the destination server.

Recently I am trying to install .net 3.5 framework by “Server Manager” by using following these steps.

Step-1: Go to Server Manager then click on “Add roles and features Wizard” then click on Next and then in the features click on .NET Framework 3.5 then click on Install. Here I am finding the error. But it gave an error like below.

installation of one or more roles role services or features failed. the source files
installation of one or more roles role services or features failed Windows 2016

Step-2: To verify the error, open Windows PowerShell and run the below command which will display that .Net framework 3.5 is not available.

Get-WindowsFeature

Step-3: So we have to install that manually. First of all download the setup from the below link.

Extract the zip file and run the setup.exe file.

Installation of one or more roles, role services, or features failed. The source files could not be found
Installation of one or more roles, role services, or features failed. The source files could not be found

Step-4: We have to wait till the processing installation is completed. Now we will get a message that our .net framework 3.5 installation is completed. Then by clicking on finish, we can use the .net framework 3.5 on our system.

installation of one or more roles role services or features failed windows 2016
unable to install .net framework 3.5 on windows server 2016

By using these steps we can install .net framework 3.5. in window server 2016 and the error will not come.

You may like following Windows tutorials:

I hope this tutorial helps to learn how to fix error installation of one or more roles role services or features failed Windows 2016 or the installation of one or more roles role services or features failed Windows 2012.

  • >