-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Support for apps installed outside of the Package manager #153
Comments
If you use WMI to query installed programs make sure to not query I believe this is still the case with current builds of Windows 10 even if the original kb is somewhat dated: https://support.microsoft.com/en-in/help/974524/event-log-message-indicates-that-the-windows-installer-reconfigured-al |
I think |
@KevinMarquette Oh, you are right. The class is indeed tied to SCCM and not available by default. An alternative approach would be to enumerate the entries in |
This was completed several releases back. I just missed closing this issue. |
I want to use the winget client as my tool for configuring all apps on my PC. Even if I have not installed the app through winget I can list / update / uninstall and repair the app.
By passing a command line argument to the winget, the winget will query the control panel for all ARP entries and all Windows Store and Sideloaded apps.
winget list --win32
winget update --win32
winget uninstall --win32
*--win32 is a placeholder name.
The text was updated successfully, but these errors were encountered: