What is an effective way to grant permissions to a registry key using an NSIS installer?
问题 I am attempting to use the AccessControl plugin in NSIS to set the permissions on a registry key. It is not working. After the installer runs, the All Users group does not have Full Control. I've created a sample below. Is there anything wrong here? Is there another mechanism to accomplish the same thing? I've also attempted to use the numeric form of the Everyone group S-1-1-0 I have not tried using "Everyone" yet. ; Create the key for local machine settings (could be a 32 bit or 64 bit