Tags: Fuwen-Alt/WIn
Tags
Attempt to prevent crash in `TelemetryTraceLogger::InitializeInternal… …()` (#3527)
Do not attempt post install ARP correlation if PackageFamilyName is p… …rovided and present for the user (#3391) The simple change is to not attempt the confidence interval-based correlation after installing an installer that has a `PackageFamilyName` value present, when that family name is found to be registered for the user.
Fix stuff (#3254) Disable dependency indexing for the installing database, and on a failure to index the manifest, remove the item from the queue.
Fix bugs with display paths (#3157) Change This change fixes two bugs with display paths: The recent change to use case insensitive ICU for directory name equality inverted the comparison, making the replacement not happen correctly. The recent change to enable display paths generically left them marked for creation, resulting in errors if directories that required administrator privileges to create did not exist and were requested from an unelevated context (ex. run winget --info from medium IL process when the portable machine links location(s) did not exist). In addition, I tried to generally make forDisplay apply broadly since it is now allowed to be requested on any path. Validation winget --info now contains the expected output instead of an error (2) or the full paths containing the user's account name (1). A few unit tests that were being hit by the error are also working now.
Add support for elevation requirement in COM (#2919)
Block msix provisioning api calls where known OS bugs exist (#2855)
PreviousNext