Loading
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?

  • J Stechnij (Flexera Software)

    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.

Loading
InstallScript: RegDBGetKeyValueEx