Closed bvi1998 closed 6 years ago
In order for this to work in the setup.ps1 script, it seems you have to install .NET 3.5 first:
Install-WindowsFeature Net-Framework-Core -source d:\sources\sxs (for example)
Otherwise this will fail:
Install-WindowsFeature -name Web-Server -IncludeManagementTools -IncludeAllSubFeature -confirm:$false -wa 0 | out-null
just wanted others to know this.
In order for this to work in the setup.ps1 script, it seems you have to install .NET 3.5 first:
Install-WindowsFeature Net-Framework-Core -source d:\sources\sxs (for example)
Otherwise this will fail:
Install-WindowsFeature -name Web-Server -IncludeManagementTools -IncludeAllSubFeature -confirm:$false -wa 0 | out-null