cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Roman1
Level 9

InstallScript: RegDBGetKeyValueEx

Hello,

I use RegDBGetKeyValueEx.
If registry value is of type REG_EXPAND_SZ I would expect
expanded string as return value.

This function returns always %ENV% instead of expanded value.

Is it possible you rewrite this function?
Labels (1)
0 Kudos
(1) Reply
joshstechnij
Level 10 Flexeran
Level 10 Flexeran

This request was submitted under work order IOA-000056377 during the IS 2011 beta. You can use the Win32 ExpandEnvironmentStringA/W API to perform replacement of environment variables in a string.
0 Kudos