Update Update-WAU.ps1

pull/712/head
Romain 2024-09-18 12:57:39 +02:00
parent 29b2360c68
commit 64827a6aa9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function Update-WAU {
#Update WAU
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 INSTALLDIR=""$WorkingDir""" -Wait
#Send success Notif
Write-ToLog "WAU Update completed. Rerunning WAU..." "Green"