Skip to content
⌘ NSIS Forum Archive

ExecWait and permissions

4 posts

ninja9578#

ExecWait and permissions

Seems that when I use ExecWait under Windows 7, the program that gets run doesn't have admin privileges. Is there a way to fix this? The installer itself requests admin privileges, but doesn't seem to transfer those privileges to the program.

Thanks.
Boyito#
HI, my installers run under VISTA and use execwait and works fine
In my code i have this line

#Specifies the requested execution level for Windows Vista.
RequestExecutionLevel admin

Bye