Archive: DeleteRegKey Problem


DeleteRegKey Problem
Hello,

I am using XP 64bit SP2 and I try to use


DeleteRegKey HKLM "SOFTWARE\swa\Addins\{fh545ee18-ef35-48ce-b08e-46f9bd4505e3}"


but the key is not deleted by the installer.
I can delete the key manually from the registry.
I searched for a solution in other threads and the NSIS manual but I did not found anything.

I do not use the code in der uninstall section but in the install section. Could that be a problem?

Does someone of you have an idea why it does not work?

Use SetRegView 64.


Hi,

thank you. That was the problem.