NSIS registry help
(I hope I got this in the right place)
Hello, I'm creating my own portable version of RollerCoaster Tycoon 2(hence I don't follow official specs or anything) and I've run into a problem. I got this piece of code:
${registry::MoveKey} "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames\" "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames-backup\" $R0
Sleep 100
Which works as expected. However, the opposite does nothing:
${registry::MoveKey} "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames-backup\" "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames\" $R0
Sleep 100
- Read more about NSIS registry help
- 2 comments
- Log in or register to post comments