using InstallShield 2008 Premier I am looking to be able to search for a specific String in a key in the Windows registry. My challenge is that there are subfolders in the path to the key that can be unknown. For example, in this registry path: HKLM\Software\Wow6432Node\Microsoft\CurrentVersion\Uninstall\GUID
I may not necessarily know the name of the GUID folder, but I need to look for a particular String in a DisplayName
key, to see if it exists under one of the GUID folders. Is there a command in InstallShield 2008 that can search for that String from the Uninstall
folder level down?
I know there are commands like RegDBKeyExist
but it looks like you need to provide specific folder names in the entire path to do searches. If anyone has run into this situation and can assist it would be greatly appreciated.
Thank you!