Hi All,
Do any body know how to get all installed
softwares (Like add/remove programs on Control Panel), please tell me, I really need it now.
Thanks
Printable View
Hi All,
Do any body know how to get all installed
softwares (Like add/remove programs on Control Panel), please tell me, I really need it now.
Thanks
You didn't tell which OS you're developing for.
I'm running NT 4. So, in Registry there is a key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
All subkeys are installed applications.
If you don't have this key on your Windows just do search in Registry for any text string displayed by "Add/Remove Programs" dialog.
I want to get these information in WINDOW OS (WIN95, WIN98, WIN NT, WIN 2K, ...).
If you don't mind, can you tell me how to code to get all installed program in a computer, it will helpful for me.
Thanks