systeminformation icon indicating copy to clipboard operation
systeminformation copied to clipboard

Is there a plan to join the feature of obtaining the list of installed software in the system?

Open jincandev opened this issue 1 year ago • 3 comments

jincandev avatar May 24 '23 07:05 jincandev

@jincandev yes! systeminformation version 6 (which I am currently working on) will have this feature.

sebhildebrandt avatar May 24 '23 07:05 sebhildebrandt

@sebhildebrandt I had to do this for my app and found that I got the best data from the following commands:

reg query HKLM\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall /s reg query HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall /s

I was also using WMI but found that the reg queries had all of the information that WMI did and then some.

I could probably put together a PR for the current version 5 if you are interested.

shoustech avatar Sep 21 '23 18:09 shoustech

@shoustech … for macOS and Windows I have a pretty good solution already, for Linux this is a little more tricky as there are different package managers, snap, … in place ;-) But yes, I could also add this code to version 5 … as soon as I have time for it, I will have a look on it.

sebhildebrandt avatar Sep 22 '23 05:09 sebhildebrandt