Hi,
It's strange. And I don't understand...
I have this code:
...
!define REGKEY1 "HKEY_CURRENT_USER\Software\VVV"
!include "Registry.nsh"
...
${registry:😁eleteKey} "${REGKEY1}" $R0
Sleep 200
...
The code written above should delete the key... Right?
But don't delete it.
Why?
(I have used the same code in other launcher, in some works fine, in others no. And when I compile the executable there are no errors).
Thanks
!include "Registry.nsh"
2 posts