File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed
Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1- 939570951
1+ 480420904
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2026-01-14
4+
5+ ### Fixed
6+
7+ - Missing Write-Progress statements causing progress overlay to not be cleaned up after certain checks.
8+
39## 2025-12-25
410
511### Added
Original file line number Diff line number Diff line change @@ -1332,6 +1332,7 @@ function Invoke-MsiAutomaticRepairWhitelistCheck {
13321332
13331333 $ProgressCount += 1
13341334 }
1335+ Write-Progress - Activity " Checking whitelisted MSI files ($ ( $WhitelistedMsiFiles.Count ) /$ ( $WhitelistedMsiFiles.Count ) )..." - Status " 100% Complete:" - Completed
13351336 }
13361337
13371338 $CheckResult = New-Object - TypeName PSObject
Original file line number Diff line number Diff line change @@ -817,5 +817,6 @@ function Find-MsiFile {
817817
818818 $ProgressCount += 1
819819 }
820+ Write-Progress - Activity " Enumerating MSI files ($ ( $MsiFilePaths.Count ) /$ ( $MsiFilePaths.Count ) )..." - Status " 100% Complete:" - Completed
820821 }
821822}
You can’t perform that action at this time.
0 commit comments