Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extractor to retrieve the list of installed software on Windows (including [googet](https://github.com/google/googet) packages). #75

Closed
wants to merge 0 commits into from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Jun 7, 2024

Extractor to retrieve the list of installed software on Windows (including googet packages).

Retrieves the list of installed software using the Microsoft\Windows\CurrentVersion\Uninstall in the following three roots:

  • HKLM\SOFTWARE: the default one, should be present on all system;
  • HKLM\SOFTWARE\Wow6432Node: WoW64, should be present on 64bits system with 32bits applications
  • HKU\{SID} for each SID associated to users;

This method is not 100% comprehensive and depend on software declaring themselves. But it should provide a view that is very similar (but not identical) to the control panel uninstall screen.

@copybara-service copybara-service bot changed the title Extractor to retrieves the list of installed software on Windows (including [googet](https://github.com/google/googet) packages). Extractor to retrieve the list of installed software on Windows (including [googet](https://github.com/google/googet) packages). Jun 7, 2024
@copybara-service copybara-service bot force-pushed the test_640466859 branch 3 times, most recently from 22c37e7 to f28c471 Compare June 7, 2024 14:42
@copybara-service copybara-service bot closed this Jun 7, 2024
@copybara-service copybara-service bot deleted the test_640466859 branch June 7, 2024 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants