Following problem:
I want to read out every Software which is installed on a System! Sure, this stands in the Registry under :
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
There are a lot of "Folders" with, for me, strange numbers and after them softwarenamed folders! And thats what i want!
In each of this named "folders", where DisplayName has an value, this software is registered and shown in Software!
How do i get these? I know how to get an single Key, value from the reg. But i do not know how to handle this!!
I want to read out every Software which is installed on a System! Sure, this stands in the Registry under :
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"
There are a lot of "Folders" with, for me, strange numbers and after them softwarenamed folders! And thats what i want!
In each of this named "folders", where DisplayName has an value, this software is registered and shown in Software!
How do i get these? I know how to get an single Key, value from the reg. But i do not know how to handle this!!