Adding Desktop Experience Feature
This commit is contained in:
parent
4afacd7a11
commit
8fa7f8d996
1 changed files with 1 additions and 1 deletions
|
@ -816,7 +816,7 @@ namespace WebsitePanel.Providers.RemoteDesktopServices
|
||||||
installationResult = (bool) GetPSObjectProperty(feature, "Success");
|
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);
|
feature = AddFeature(runSpace, hostName, "NET-Framework-Core", true, false);
|
||||||
installationResult = (bool)GetPSObjectProperty(feature, "Success");
|
installationResult = (bool)GetPSObjectProperty(feature, "Success");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue