registrykey - x++ cannot read registry entry -


i have problem reading registry entry in x++.

i'm trying find install directory of helpserver. i'm working client on same computer of aos , server.

the key hkey_local_machine\software\microsoft\dynamics\6.0\setup\helpserver , property installdir.

when try read node, system returns no handle:

winapi::regopenkey(#hkey_local_machine, @'software\microsoft\dynamics\6.0\setup\helpserver', #key_read);) 

if try read key hkey_local_machine\software\microsoft\dynamics\6.0\setup has property same name of above, can read value without problem.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -