File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ function Invoke-WAURefresh {
172172 $configuration
173173 )
174174 $WAUConfigLocation = " HKLM:\Software\Romanitho\Winget-Autoupdate"
175- $WAUConfigLocation = " HKLM:\Software\test"
176175
177176
178177 Set-ItemProperty - Path $WAUConfigLocation - Name " WAU_ListPath" - Value $DataDir ;
@@ -444,7 +443,7 @@ if ( ($configuration | ConvertTo-Json -Depth 1 -Compress) -ne $previousCommandLi
444443 & " $scriptlocation \Winget-Autoupdate\config\WAU-MSI_Actions.ps1" - InstallPath " $ ( $scriptlocation ) \Winget-Autoupdate" - Uninstall;
445444 Write-LogFile " Removed WAU for Reinstall." - Severity 1
446445 }
447- & " $scriptlocation \Winget-Autoupdate "
446+
448447 & " $scriptlocation \Winget-Autoupdate\config\WAU-MSI_Actions.ps1" - InstallPath " $ ( $scriptlocation ) \Winget-Autoupdate" ;
449448
450449 Write-LogFile " Updated WAU." - Severity 1
You can’t perform that action at this time.
0 commit comments