diff --git a/scripts/Windows/OS/Install.ps1 b/scripts/Windows/OS/Install.ps1 index 1437492a..113c0c21 100644 --- a/scripts/Windows/OS/Install.ps1 +++ b/scripts/Windows/OS/Install.ps1 @@ -242,7 +242,7 @@ $null = New-Module { [Nullable[InstallerAction]] $Action = $null ) - [bool] $install = $null; + [bool] $install = $false; $arguments = [hashtable]@{ }; if ($null -ne $Action) {