Hi all,
I have a problem with the registry.
I have a game that writes into install=HKLM\SOFTWARE\makername\gamename.
The backup and restoring using PAL all works on Windows 32 bit, but on a 64 bit it goes into HKLM\SOFTWARE\Wow6432Node\makername\gamename.
The game can't find it: errors, nothing works anymore.
So I thought to use custom code to disable redirection with "SetRegView 64".
I don't know if it works, since I don't know how to do the backuping, importing and restoring in NSIS, like PAL does.
That's the problem and what I tried so far.
Any help please?
Thanks in advance.
[Escalated to a bug report as it's very important missing functionality which needs to go in PAL 3.0 - mod Chris]