ninja9578
2nd October 2009 15:02 UTC
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
2nd October 2009 17:04 UTC
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
ninja9578
2nd October 2009 17:44 UTC
I have that line of code.
It works fine under Vista, it's Windows 7 only.
Boyito
2nd October 2009 20:03 UTC
Sorry, I try to say Windows 7 when i wrote "my installers run under VISTA "