Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Security > Does a manifest containing requestedExecutionLevel need to be embedded?

Reply
Thread Tools Display Modes

Does a manifest containing requestedExecutionLevel need to be embedded?

 
 
John Daintree
Guest
Posts: n/a

 
      10-30-2009
Hello all,

I've been experimenting with manifests to set "requestedExecutionLevel" to
"requireAdministator" for an application to run on Vista and Windows 7.

It seems that the manifest MUST be embedded in the executable, I cannot just
have myapp.exe.manifest exist in the same directory as the executable at
runtime. Is that the correct behaviour? And is there specific documentation
from microsoft that explains it?

Thanks in advance,

/john

 
Reply With Quote
 
 
 
 
FromTheRafters
Guest
Posts: n/a

 
      10-30-2009
"John Daintree" <> wrote in message
news:...
> Hello all,
>
> I've been experimenting with manifests to set
> "requestedExecutionLevel" to "requireAdministator" for an application
> to run on Vista and Windows 7.
>
> It seems that the manifest MUST be embedded in the executable, I
> cannot just have myapp.exe.manifest exist in the same directory as the
> executable at runtime. Is that the correct behaviour? And is there
> specific documentation from microsoft that explains it?
>
> Thanks in advance,


This mentions that it is "recommended" to ensure proper runtime
behavior.

http://msdn.microsoft.com/en-us/libr...91(VS.80).aspx


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding a manifest to a legacy app (from an administrators point ofview) Thorsten Butz Windows Vista Administration 7 10-29-2010 09:27 AM
Slow applications, use of manifest with uiAccess=true, and StartUp slimCODE Windows Vista Performance 0 11-14-2007 02:12 PM
Syncing Word Files with Embedded Sounds AndrewW ActiveSync 2 11-08-2004 09:55 PM
Activesync Word Documents with embedded sounds AndrewW ActiveSync 0 11-06-2004 09:56 AM
ANN: Upcoming Windows Embedded Chats and Webcasts Nick White [MSFT] ActiveSync 0 08-25-2004 06:50 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59