Adding Desktop Experience Feature

This commit is contained in:
vfedosevich 2014-12-08 06:33:45 -08:00
parent 8fa7f8d996
commit f4c248637e

View file

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