From 8fa7f8d99650da371f0a2babc43c6c8c3894141b Mon Sep 17 00:00:00 2001 From: vfedosevich Date: Mon, 8 Dec 2014 06:32:04 -0800 Subject: [PATCH] Adding Desktop Experience Feature --- .../Windows2012.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/Windows2012.cs b/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/Windows2012.cs index e033c59f..0e78baba 100644 --- a/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/Windows2012.cs +++ b/WebsitePanel/Sources/WebsitePanel.Providers.TerminalServices.Windows2012/Windows2012.cs @@ -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");