Add NetFx3 as a prerequisite
This commit is contained in:
parent
565054566c
commit
d537ba87a5
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ function Invoke-WindowsInstallation([Context] $context)
|
||||||
if (-not $context.Get("InitialConfiguration")) {
|
if (-not $context.Get("InitialConfiguration")) {
|
||||||
$configPath = "$PSScriptRoot/../Config";
|
$configPath = "$PSScriptRoot/../Config";
|
||||||
|
|
||||||
|
Enable-WindowsOptionalFeature -Online -All -FeatureName "NetFx3";
|
||||||
|
|
||||||
. "$configPath/Windows/Install.ps1" $context;
|
. "$configPath/Windows/Install.ps1" $context;
|
||||||
. "$configPath/Explorer/Install.ps1" $context;
|
. "$configPath/Explorer/Install.ps1" $context;
|
||||||
. "$configPath/OpenSSH/Install.ps1" $context;
|
. "$configPath/OpenSSH/Install.ps1" $context;
|
||||||
|
|
Loading…
Reference in a new issue