I've been using NSIS as a packaging tool on a Windows 7 box.
I've very carefully set the file ownership and permissions to what I want in the source directory.
However, when I perform the packaging and then deploy the package, it has changed all file ownerships to "Administrators".
I originally had the "RequestExecutionLevel admin" but even after removing the line, NSIS continued deploying the files with "Administrators" as the owner.
This is giving me a huge headache.
I'd appreciate any leads on this.
I have deployed the "AccessControl" plugin but haven't found its documentation yet, so that would be useful too.