App updates and bug fixes

- Update Notepadd++ download to 8.4.3
- Update OpenHashTab download to 3.0.2
- Bugfix in SumatraPDF reg hives not unloaded
This commit is contained in:
Homes32
2022-07-17 22:02:46 -05:00
parent bb1aaed36a
commit 48b6597011
8 changed files with 23 additions and 22 deletions

View File

@@ -769,7 +769,7 @@ Else,If,%Action%,Equal,"ExtractFile",Begin
End
Else,If,%Action%,Equal,"ExtractList",Begin
If,Not,ExistFile,%BulkFileList%,Halt,"RequireFileEx Error: You must create a list using [RequireFileEx,AppendList] before you can extract it!"
Echo,"Extracting required files...#$x#$xThis can take awhile, please be patient."
Echo,"Extracting required files..."
WimExtractBulk,%SourceInstallWim%,%SourceInstallWimImage%,%BulkFileList%,%TargetDir%,NOACL,NOATTRIB,NOERR,NOWARN
FileDeleteEx,%BulkFileList%
End