2018. 6. 22. 15:57
Getting a installed progrm list on windows.
2018. 6. 22. 15:57 in link/window general

- Registry
- I implemented the logic using this way. It works well almost, but the result of this logic is different from the Windows's.
- appwiz.cpl
- How to list all installed programs of my xp?
- appwiz.cpl is actually the COM server, so we can use interfaces of it. However, I guess this functionality is undocumented.
- How to list installed programs using IShellAppManamger