Version 1.2.3
Changelog since 1.2.2
- Installers and all other executables are no longer run through
cmd.exe /D /C [...]
but instead started directly (fix #25) - The temporary scratch directory
Get-LSUpdate
uses during the package search is now configurable (fix #30)
Previously this was hardcoded to$env:TEMP
, now you can use the optional-ScratchDirectory
parameter to pass a custom path. - The package objects returned by
Get-LSUpdate
now haveReleaseDate
andSize
information Save-LSUpdate
now downloads all files belonging to a package, not just its installer/main setup
This is mostly in preparation to support offline/internal repositories at a later time (#17)- Fix
Install-LSUpdate
stopping with an error in a rare condition: the -Debug parameter set, PowerShell started in Non-Interactive mode and a ThinkCentre BIOS update about to be installed - Slight changes to the warnings printed when a package install fails to make them more informative