Hi, everyone!
So, I have a problem with [RegistryKeys]
When I do so:
[RegistryKeys]
HKCU=HKCU\Software\AppName
It always work.
When I do so:
[RegistryKeys]
HKLM=HKLM\Software\AppName
It sometimes doesn't work.
I noticed that I have the same problem with Common Files folder (sometimes — not always) and I can't understand what it depends on.
The same bug I have when I'm trying to do something like that:
HKLM\SOFTWARE\AppName\Name=REG_BINARY:12345
And it always perfectly works if I do so:
HKCU\SOFTWARE\AppName\Name=REG_BINARY:12345
The point is I need exactly HKLM.
Another problem I noticed: If something wrong with one of the methods of playing around with HKLM, everything with HKLM wont work.
P.S. And yes, I was trying a Custom.nsh
It just wont work.