This product uses .NET Framework 3.5 (including .NET 2.0 and 3.0). Before installation, check if .NET Framework 3.5 (including .NET 2.0 and 3.0) has been installed referring to the following.
Server Manager, <The Installation Destination Server>, Roles and Features
When .Net Framework 3.5 has not been installed, install it using the "Add Roles and Features Wizard" or "DISM".
When installing it using "DISM", open Windows PowerShell using administrator authorities and execute one of the commands below.
If the server can access Windows Update or a default source file location has been already configured according to the group policy, execute the following command:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
If the server can access the OS installation media, and the installation media is in the D drive, execute the following command:
DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs