pub(super) fn uninstall_roots() -> impl Iterator<Item = UninstallRoot>Expand description
Iterate over the uninstall roots that exist on the current machine.
The iterator includes the standard machine, WOW6432Node, and user uninstall locations when they are present. Missing roots are skipped, so callers can iterate lazily without allocating a collection first.