beginner Q: Vista registry permission
By default, my software cannot write to HKU\.Default\software\mykey\
The RequiredExecutionLevel is set to user. I'm using the AccessControl plug-in to set the permission on the HKU key as 'Everyone' (ideally) but i've also tried (BU).
Problem:
It has worked a few times, but fails most of the times. However, if I change the RequiredExecutionLevel to admin. Everything works fine. My software can write to HKU.
Is there a way to set permission on HKU using NSIS installer without setting the RequiredExecutionLevel to admin?
Sorry for making a few posts on the forum, i'm trying to learn this great installer.