Adding Desktop Experience Feature
This commit is contained in:
parent
8fa7f8d996
commit
f4c248637e
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue