How do I list all programs installed on my computer? I’ve tried using the MsiEnumProducts and MsiGetProductInfo functions, but they do not return a full list of installed applications like I see in “Add/Remove Programs”.
How do I list all programs installed on my computer? I’ve tried using the
Share
Enumerate the registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall