Using x64.nsh, but still writing reg node WoW6432Node
Happy new year! :)
The following descriptions are made for a machine using WindowsXP x64. For that I'm using the x64 plug-in.
I'm trying to change my registry executing a .reg file with ExecWait .
ExecWait '"regedit" -s $\"$0$\"' $R0
The installer executes the file and changes the registry. Unfortunately, the changes are made inside the WoW6432Node.I'm using SetRegView 64 and I've tried ${EnableX64FSRedirection} as well as ${DisableX64FSRedirection} in addition.
In any case the registry changes are still performed on the WoW6432Node.
I've I'm executing the .reg file manualy, everything works fine.
The node I'm trying to change is [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]. (That's exactly the node name given inside the .reg file.)
How is that possible? Have I misunderstand something?
Thanks! :)
CJ