Forum: NSIS Discussion
27th February 2009, 00:55
|
|
Replies: 7
Views: 5,885
|
Forum: NSIS Discussion
27th February 2009, 00:17
|
|
Replies: 7
Views: 5,885
I'm sorry. I mentioned ShellExecuteEx in the...
I'm sorry. I mentioned ShellExecuteEx in the previous response. It doesn't return process handle for "runas" processes. ShellExecute doesn't have ability to get Process handle at all.
I tried to...
|
Forum: NSIS Discussion
26th February 2009, 23:47
|
|
Replies: 7
Views: 5,885
Yep. I already implemented checking of admin...
Yep. I already implemented checking of admin right and etc.
1) ExecShell with "runas" has an ability to wait the process until it finishes? I'm not sure that it's possible because ShellExecute...
|
Forum: NSIS Discussion
26th February 2009, 23:22
|
|
Replies: 7
Views: 5,885
|