|
-
Oct 8th, 2009, 07:08 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] WinExec API blocked by Windows 7 (when used with asInvoker)
I just happened to realise that the WinExec API does not function under
Windows 7 (haven't tried under Vista yet, but will do soon) when the application has a manifest requestedExecutionLevel asInvoker.
with requireAdministrator however it works ofcourse.
Is there a way around this?
As a replacement I'm currently using the ShellExecute API to execute .exe's, but the problem with this API is that it requests command line arguments separately, so I have to personally code & detect and pass them on, where as on the WinExec API it does it for you.
Any solutions?
_____________________________________________________________________
----If this post has helped you. Please take time to Rate it.
----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.

Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|