This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: RegDBGetKeyValueEx - special characters in szName
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 16, 2012
10:24 AM
RegDBGetKeyValueEx - special characters in szName
I am trying to read a value from the registry in InstallScript using RegDBGetKeyValueEx where the name of the value contains curly brackets {}, however no matter how I specify this name no value is returned. I had originally assumed this was being altered in some way at build time, however I am now beginning to suspect that it is happening at runtime as I have tried creating a string table entry and reading it using LoadStringFrom StringTable and passing the result into the function, but this still returns nothing.
Can anyone tell me a syntax I can use to read these values from the registry?
TIA
Can anyone tell me a syntax I can use to read these values from the registry?
TIA
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 18, 2012
03:33 AM
I guess this forum isn't as active as it used to be then.
Just as an FYI, the only way I could find to get around this was to pick the value up via the RegLocator table, and all the jumping through hoops that entails.
Just as an FYI, the only way I could find to get around this was to pick the value up via the RegLocator table, and all the jumping through hoops that entails.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 30, 2012
01:35 PM
Hi, I have same issue, if you will get the answer plese share it.
Regards
Regards