Problem in getting information of registered Dll in registery
I am developing an application which will retrieve the information of register Dll in registry. I am searching the info under HKEY_CLASS_ROOT under Typelib to get the path of aplication by which it is registered.
I am able to get the path name when i am compiling it through code but when i am making an exe of same code and trying to run the exe it is not giving me the path.
Can anyone plz suggest what is the problem.
I am using RegopenEX,RegEnumKeyEx,RegQueryValueEx function on Xp professional machine.
Thanks in advance
Krishna
[579 byte] By [
rutu] at [2007-11-20 11:57:03]

# 1 Re: Problem in getting information of registered Dll in registery
Some areas of the reg. are protected, try running the application as admin, or giving your user name Admin rights to the reg...(Or even try the "Run As" method.)
Gremmy...