pub fn installed_apps() -> Result<Vec<AppInfo>>Expand description
Collect installed applications from the available uninstall registry entries.
Use installed_apps_matching when you want a case-insensitive literal
filter on the display name.
Results are sorted by name first and then by version in descending lexicographic order. After sorting, entries with the same name are removed so the first entry for each name wins. That keeps the highest version encountered for each application name, which is good enough for display and removal workflows, but it is not a semantic-version comparison.