From aac8f5b66b3d1aa4d1d39a7d1c4f4c940c1b5205 Mon Sep 17 00:00:00 2001 From: "Dariy.Nurgaleev" Date: Tue, 24 Mar 2020 14:54:47 +0700 Subject: [PATCH] added file content --- images/win/scripts/Installers/Install-SQLExpress.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/images/win/scripts/Installers/Install-SQLExpress.ps1 b/images/win/scripts/Installers/Install-SQLExpress.ps1 index 2dca217ec..e566fed34 100644 --- a/images/win/scripts/Installers/Install-SQLExpress.ps1 +++ b/images/win/scripts/Installers/Install-SQLExpress.ps1 @@ -72,4 +72,5 @@ Unpack-SQLInstaller -InstallPath "$setupPath.exe" $resultPath = Join-Path $setupPath "SETUP.exe" Write-Host $resultPath ls +type SQLEXPR_x64_ENU_decompression_log.txt Start-Installer -InstallerPath $resultPath \ No newline at end of file