This commit is contained in:
Manuel Romero
2023-08-29 12:33:02 +02:00
parent a985fa804c
commit d2e7d36db8

View File

@@ -52,6 +52,8 @@ If ((Test-Path $bin\$fileName))
$silentInstall = "$($bin)\$($fileNoExtension)\$($exec) /s /f1$($PSScriptRoot)\$($issFile) /f2$($bin)\Compose_silent_x64_install.log"
Start-Sleep 5
Write-Host "Run Compose silent installation : $($silentInstall)"
Invoke-Expression $silentInstall
while (!(Test-Path "$($bin)\Compose_silent_x64_install.log")) {