Merge pull request #707 from Romanitho/add-noclean

[MSI Prerequisite] Do not clean current config on update to MSI version
pull/708/head
Romain 2024-09-19 11:40:38 +02:00 committed by GitHub
commit 52b60707a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function Update-WAU {
#Uninstall WAU v1
Write-ToLog "Uninstalling WAU v1"
Start-Process powershell -ArgumentList "-WindowStyle Hidden -ExecutionPolicy Bypass -Command `"$WorkingDir\WAU-Uninstall.ps1`"" -Wait
Start-Process powershell -ArgumentList "-WindowStyle Hidden -ExecutionPolicy Bypass -Command `"$WorkingDir\WAU-Uninstall.ps1`" -NoClean" -Wait
#Update WAU and run
Write-ToLog "Updating WAU..." "Yellow"