diff --git a/lib/install.ps1 b/lib/install.ps1 index ea6dfe5ac..e5a124d2b 100644 --- a/lib/install.ps1 +++ b/lib/install.ps1 @@ -361,7 +361,7 @@ function run($exe, $arg, $msg, $continue_exit_codes) { { $parameters.arg = $arg; } - + $proc = start-process $exe -wait -ea stop -passthru @parameters