How to create a registry key in 64bit view from a 32bit application, using native windows api.

Posted by George Kas on Stack Overflow See other posts from Stack Overflow or by George Kas
Published on 2010-03-22T01:05:17Z Indexed on 2010/03/22 1:11 UTC
Read the original article Hit count: 392

Filed under:
|
|

I'm kind of a noob when it comes to windows api.

I try to create a registry key in the 64bit view of the registry, from a 32bit application using

System::Call "${RegCreateKeyEx}(${HKEY_LOCAL_MACHINE}, 'SOFTWARE\SecureW2\Methods\Default\Profiles\26\ConfigData', 0, 'REG_BINARY', 0x00000000L, 0x0100, NULL, .r5, .r6) .r3"

(it's nsis scripting), but it doesn't seem to work.

© Stack Overflow or respective owner

Related posts about registry

Related posts about 32bit