Welcome to deBUG.to Community where you can ask questions and receive answers from Microsoft MVPs and other experts in our community.
1 like 0 dislike
1.7k views
in SharePoint Server by 1 1 3

When running the SharePoint 2013 prerequisites, I got this error

The tool was unable to install Application Server Role, Web Server (IIS) Role

My questions are

  • Can I install SharePoint 2013 on Windows Server 2016?
  • How to solve "The tool was unable to install Application Server Role, Web Server (IIS) Role"?

P.S: I am installing SharePoint 2013 on Windows Server 2016.

Thanks! 

by
0 0
I am facing the same error! and the below solution helped me, Thanks!

1 Answer

2 like 0 dislike
by 151 169 345
selected by
 
Best answer

Is it supported to install SharePoint 2013 on Windows Server 2016?

As a short answer: NO. SharePoint 2013 is NOT supported on Windows Server 2016.

Note: the Windows Server 2016 doesn't have an Application Server Role.


The tool was unable to install Application Server Role, Web Server (IIS) Role

Although it's not supported to install SharePoint 2013 on Windows Server 2016, you still can do it by installing .NetFramework 3.5 as mentioned at Install .NET 3.5 Framework on Windows Server 2012 R2

You can also do the following:

  • On your SharePoint Server, Open Windows PowerShell As an administrator.
  • Run the below cmdlets one by one

Enable .NetFramework 3.5 on Windows Server 2016 / 2012

Import-Module ServerManager 

Add-WindowsFeature NET-WCF-HTTP-Activation45,NET-WCF-TCP-Activation45,NET-WCF-Pipe-Activation45

Add-WindowsFeature Net-Framework-Features,Web-Server,Web-WebServer,Web-Common-Http,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-App-Dev,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Health,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-Security,Web-Basic-Auth,Web-Windows-Auth,Web-Filtering,Web-Digest-Auth,Web-Performance,Web-Stat-Compression,Web-Dyn-Compression,Web-Mgmt-Tools,Web-Mgmt-Console,Web-Mgmt-Compat,Web-Metabase,Application-Server,AS-Web-Support,AS-TCP-Port-Sharing,AS-WAS-Support, AS-HTTP-Activation,AS-TCP-Activation,AS-Named-Pipes,AS-Net-Framework,WAS,WAS-Process-Model,WAS-NET-Environment,WAS-Config-APIs,Web-Lgcy-Scripting,Windows-Identity-Foundation,Server-Media-Foundation,Xps-Viewer
If you don’t ask, the answer is always NO!
...