Modify

#2007 closed Feature Request (Rejected)

#AutoIt3Wrapper_Res_requestedExecutionLevel=None Creates "asInvoker" manifest

Reported by: anonymous Owned by: Jos
Milestone: Component: SciTE4AutoIt
Version: Severity: None
Keywords: Cc:

Description

The documentation for #AutoIt3Wrapper_Res_requestedExecutionLevel says that value "None" is allowed and that it is the default.

I want to create an EXE that does not have a security manifest section at all (no trustinfo section).

However, specifying #AutoIt3Wrapper_Res_requestedExecutionLevel=None or not specifying the directive at all creates an EXE with a requested execution level of "asInvoker"

Attachments (0)

Change History (4)

comment:1 by anonymous, on Sep 6, 2011 at 10:09:18 PM

Forgot to post why this is important.

If I wish for Windows Vista / 7's UAC Virtualization to remain on for my EXE, it must have no trustinfo section.

comment:2 by Jos, on Sep 7, 2011 at 1:49:56 PM

Component: AutoItSciTE4AutoIt
Owner: set to Jos
Status: newassigned
Type: BugFeature Request

Currently the intended behaviour is to leave the TrustInfo section as created by AUT2EXE when either "" or "None" is supplied.
I will have a look at modifying this behaviour as a feature request, making "" leave the set default by AUT2EXE and "None" will remove the TrustInfo section totally.
When you want to be able to test a Beta version of AutoIt3Wrapper, PM me and I will make it available to you as soon as I am done making the changes.

Jos

Last edited on Sep 7, 2011 at 1:51:13 PM by Jos (previous) (diff)

comment:3 by TicketCleanup, on Sep 7, 2011 at 3:00:02 PM

Version: 3.3.6.1

Automatic ticket cleanup.

comment:4 by trancexx, on Jun 19, 2012 at 1:52:21 PM

Resolution: Rejected
Status: assignedclosed

Check the latest SciTE4AutoIt. That's the only advice I can give regarding this.

Modify Ticket

Action
as closed The owner will remain Jos.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.