Im trying to read the key :
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
this key contains all the installed apps on the computer (in the add/remove programs)...the problem im having is how do i read this whole key into an array?
Thanks!
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
this key contains all the installed apps on the computer (in the add/remove programs)...the problem im having is how do i read this whole key into an array?
Thanks!