From ba0b2425036cb6d67b7e8fdd0dc91dd60a643398 Mon Sep 17 00:00:00 2001 From: Lawrence Gripper Date: Thu, 28 Nov 2024 15:42:57 +0000 Subject: [PATCH] Update images/windows/scripts/helpers/InstallHelpers.ps1 --- images/windows/scripts/helpers/InstallHelpers.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/images/windows/scripts/helpers/InstallHelpers.ps1 b/images/windows/scripts/helpers/InstallHelpers.ps1 index 94db7b841..b491533e4 100644 --- a/images/windows/scripts/helpers/InstallHelpers.ps1 +++ b/images/windows/scripts/helpers/InstallHelpers.ps1 @@ -121,10 +121,6 @@ function Install-Binary { Write-Host "Installation successful in $installCompleteTime seconds. Reboot is required." } else { Write-Host "Installation process returned unexpected exit code: $exitCode" - Write-Host "Standard Output:" - Write-Host $process.StandardOutput.ReadToEnd() - Write-Host "Standard Error:" - Write-Host $process.StandardError.ReadToEnd() Write-Host "Time elapsed: $installCompleteTime seconds" exit $exitCode }