Skip to content

Commit 2a6b97e

Browse files
authored
Update VSInstallationTroubleShooting.ps1
1 parent 0117178 commit 2a6b97e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

SamplesV2/SQLServerIntegrationServices/VSInstallationTroubleShooting.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,7 @@ if (-not $errorDetected) {
8080
} else {
8181
Write-Host "See more details in $($logFile.Name)."
8282
}
83+
84+
8385
Write-Host "`nPress any key to close this window..." -ForegroundColor Cyan
86+
[void][System.Console]::ReadKey($true)

0 commit comments

Comments
 (0)