I'm trying to configure the NSIS installer to run without admin privileges. Is this possible?
I'm testing as a non-admin user because some customers don't have those privileges.
What settings in NSIS cause the installer require admin privileges?
I've tried all variations of RequestExecutionLevel none
with no joy.