How to create a registry key in 64bit view from a 32bit application, using native windows api.
- by George Kas
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.