Skip to content
⌘ NSIS Forum Archive

Launching the installed application with user level permissions

2 posts

slloyd#

Launching the installed application with user level permissions

My install uses "RequestExecutionLevel admin" during install but I want to launch the installed application with the normal user permissions. Since "RequestExecutionLevel" is not allowed in a Section I am not sure how to reset the access level back to user before I run the application using MUI_FINISHPAGE_RUN.


Thanks for your help.

Steve
Anders#
You best option is to disable the ability to run the application from your installer when running on Vista (Really, any NT5+ system)

If you really need that run checkbox, checkout the UAC plugin