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.
RequestExecutionLevel user
to the fileContrib\zip2exe\base.nsh
(but this will remove admin privileges for all ZIP based installers created from now on) – Jahdal