Archive: ExecWait and permissions


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.


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


I have that line of code.

It works fine under Vista, it's Windows 7 only.


Sorry, I try to say Windows 7 when i wrote "my installers run under VISTA "