I am trying to get the application installation directory from the Windows registry (in this case Google Sketchup) using Inno Setup Pascal scripts, so I can install the plugin there.
The registry key does not have a name, it just has "(default)" in Regedit.
I tried this:
RegQueryStringValue( HKLM, 'SOFTWARE\Google\Google Sketchup 6', '(Default)', pluginLoc );
but it does not return a value. Any suggestions?
windows pascal registry inno-setup
kraryal
source share