Adding Desktop Experience Feature

This commit is contained in:
vfedosevich 2014-12-08 06:32:04 -08:00
parent 4afacd7a11
commit 8fa7f8d996

View file

@ -816,7 +816,7 @@ namespace WebsitePanel.Providers.RemoteDesktopServices
installationResult = (bool) GetPSObjectProperty(feature, "Success");
}
if (installationResult && !IsFeatureInstalled(hostName, "NET-Framework-Core", runSpace))
if (installationResult && !IsFeatureInstalled(hostName, "NET-Framework-45-Core", runSpace))
{
feature = AddFeature(runSpace, hostName, "NET-Framework-Core", true, false);
installationResult = (bool)GetPSObjectProperty(feature, "Success");