Tags: SpecterShell/winget-cli
Tags
Add the ability to specify "scope or unknown" via COM (microsoft#2402) Adds two new scope options for COM; `UserOrUnknown` and `SystemOrUnknown`. These will allow the installer selection to consider both the specific scope, as well as an unknown scope.
Remove scope filter from being applied to portables (microsoft#2383)
Make zip install an experimental feature (microsoft#2351)
Add simple stats to correlation result processing script (microsoft#2229 ) This changes the script that processes correlation results to produce simple stats of how many packages were correlated successfully. This can be used to easily evaluate if the correlation heuristic is doing well. It also fixes an issue when running the script on powershell instead of pwsh, where a path join didn't use the full path and resulted in not being able to find the result JSON files.
Add simple stats to correlation result processing script (microsoft#2229 ) This changes the script that processes correlation results to produce simple stats of how many packages were correlated successfully. This can be used to easily evaluate if the correlation heuristic is doing well. It also fixes an issue when running the script on powershell instead of pwsh, where a path join didn't use the full path and resulted in not being able to find the result JSON files.
Fix list/upgrade table for packages with multiple ARP entries. (micro… …soft#2137) Now, winget will always use the PackageName from the Add and Remove Programs table, instead of the one in the manifest
Act on elevation requirements in majority cases (microsoft#2126) When `ElevationRequirement` is set to `elevationProhibited` is set and winget is run elevated, block the installation with an error. When `elevatesSelf` or `elevationRequired` is set and winget is not run elevated, inform the user that an elevation prompt is expected. Also in the case of `elevationRequired`, use the `runas` verb on ShellExecute to run the installer elevated. This can be used on installers that will fail if they are not run elevated.
PreviousNext