Merge pull request #700 from Romanitho/msi-migration

Removing '-wait' when switching to msi
pull/701/head
Romain 2024-09-17 11:59:09 +02:00 committed by GitHub
commit 7eb45728a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ function Update-WAU {
#Update WAU and run #Update WAU and run
Write-ToLog "Updating WAU..." "Yellow" Write-ToLog "Updating WAU..." "Yellow"
Start-Process msiexec.exe -ArgumentList "/i $MsiFile /qn /L*v ""$WorkingDir\logs\WAU-Installer.log"" RUN_WAU=YES" -Wait Start-Process msiexec.exe -ArgumentList "/i $MsiFile /qn /L*v ""$WorkingDir\logs\WAU-Installer.log"" RUN_WAU=YES"
#Send success Notif #Send success Notif
Write-ToLog "WAU Update completed. Rerunning WAU..." "Green" Write-ToLog "WAU Update completed. Rerunning WAU..." "Green"