diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 8b2239a2..88e9618e 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -109,6 +109,8 @@ $null = New-Module { Stop-Service $service; } } + + Set-Stage ([SetupStage]::Install); } ([SetupStage]::Install) { Write-Host "Entering install phase";