[MSI Prerequisite] Do not clean current config on update to MSI version

pull/707/head
Romain 2024-09-19 10:18:33 +02:00
parent b67345ee89
commit 2795d4ee58
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function Update-WAU {
#Uninstall WAU v1 #Uninstall WAU v1
Write-ToLog "Uninstalling 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 #Update WAU and run
Write-ToLog "Updating WAU..." "Yellow" Write-ToLog "Updating WAU..." "Yellow"