From 8acff24678491f03b0722df2159021cc5a24262c Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Sun, 22 May 2022 17:44:57 +0200 Subject: [PATCH] Uninstall minor changes --- Winget-AutoUpdate-Install.ps1 | 4 ++-- Winget-AutoUpdate/{Uninstall.bat => WAU-Uninstall.bat} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename Winget-AutoUpdate/{Uninstall.bat => WAU-Uninstall.bat} (100%) diff --git a/Winget-AutoUpdate-Install.ps1 b/Winget-AutoUpdate-Install.ps1 index 81ba2ee..eca2464 100644 --- a/Winget-AutoUpdate-Install.ps1 +++ b/Winget-AutoUpdate-Install.ps1 @@ -219,8 +219,8 @@ function Install-WingetAutoUpdate{ New-ItemProperty $regPath -Name DisplayName -Value "Winget-AutoUpdate (WAU)" -Force New-ItemProperty $regPath -Name DisplayVersion -Value 1.10.0 -Force New-ItemProperty $regPath -Name InstallLocation -Value $WingetUpdatePath -Force - New-ItemProperty $regPath -Name UninstallString -Value "$WingetUpdatePath\Uninstall.bat" -Force - New-ItemProperty $regPath -Name QuietUninstallString -Value "$WingetUpdatePath\Uninstall.bat" -Force + New-ItemProperty $regPath -Name UninstallString -Value "$WingetUpdatePath\WAU-Uninstall.bat" -Force + New-ItemProperty $regPath -Name QuietUninstallString -Value "$WingetUpdatePath\WAU-Uninstall.bat" -Force New-ItemProperty $regPath -Name NoModify -Value 1 -Force New-ItemProperty $regPath -Name NoRepair -Value 1 -Force New-ItemProperty $regPath -Name VersionMajor -Value 1 -Force diff --git a/Winget-AutoUpdate/Uninstall.bat b/Winget-AutoUpdate/WAU-Uninstall.bat similarity index 100% rename from Winget-AutoUpdate/Uninstall.bat rename to Winget-AutoUpdate/WAU-Uninstall.bat