cleanup installation folder.

This commit is contained in:
Dariy.Nurgaleev
2020-03-24 16:28:43 +07:00
parent 770a4152fd
commit 827d2cacd4

View File

@@ -73,6 +73,5 @@ Download-FullSQLPackage -InstallerPath $installerPath -DownloadPath $downloadPat
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
Start-Installer -InstallerPath $resultPath
Remove-Item $downloadPath -Recurse