Embed manifest for Vista privileges?

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
pkocsis
Posts: 105
Joined: Sat Apr 15, 2006 7:20 am

Embed manifest for Vista privileges?

Post by pkocsis » Sun May 10, 2009 11:45 pm

Does anyone know of a way to embed a manifest into a standalone so that the app can be Vista/UAC compliant (assuming one want's an app to "run as administrator")

I know one can right click the exe in Vista and select the "run as administrator", but that's a hokey thing to ask a user to do, post install.

The way it *should* be done is with an embedded manifest, which doesn't seem to be possible with a rev standalone...?

trevordevore
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1005
Joined: Sat Apr 08, 2006 3:06 pm
Location: Overland Park, Kansas
Contact:

Post by trevordevore » Mon May 11, 2009 2:35 pm

Here is a lesson showing how I do this using Resource Tuner on Windows.

http://revolution.screenstepslive.com/s ... Executable

I've tested the technique described with Rev 3.0 >.
Last edited by trevordevore on Tue May 12, 2009 2:11 pm, edited 1 time in total.
Trevor DeVore
ScreenSteps - https://www.screensteps.com

LiveCode Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode
LiveCode Builder Repos - https://github.com/search?q=user%3Atrevordevore+topic:livecode-builder

pkocsis
Posts: 105
Joined: Sat Apr 15, 2006 7:20 am

Post by pkocsis » Mon May 11, 2009 10:48 pm

Thank you Trevor!

Hopefully someday this can become part of the standalone settings for the windows platform.

Again, thank you for your help!

Post Reply

Return to “Windows”