ryan-jan / MSCatalog

PowerShell module for searching and downloading offline updates from https://www.catalog.update.microsoft.com
MIT License
58 stars 16 forks source link

handle .msu and .cab files (for MSEdge Updates) #28

Open That-Annoying-Guy opened 1 year ago

That-Annoying-Guy commented 1 year ago

Makes Invoke-DownloadFile.ps1 able to handle .msu and .cab files. The Updates for MS Edge are .cab files, not .msu. The hash compare was failing because the file extension was not .msu also added comments and simplify code by setting defaults in the parameters instead of code.