added variable for current position

This commit is contained in:
Dariy.Nurgaleev
2020-03-24 13:53:44 +07:00
parent 98077f0a0a
commit e387112a3a

View File

@@ -70,4 +70,6 @@ $installerPath = Start-DownloadWithRetry -Url "https://go.microsoft.com/fwlink/?
Download-FullSQLPackage -InstallerPath $installerPath
Unpack-SQLInstaller -InstallPath "$setupPath.exe"
$resultPath = Join-Path $setupPath "SETUP.exe"
Write-Host $resultPath
ls
Start-Installer -InstallerPath $resultPath