Heaventools

   English English  Deutsch Deutsch  Русский Русский
Heaventools Support Forums
May 17, 2012, 02:17:26 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Application Manifest Wizard disabled  (Read 2708 times)
0 Members and 2 Guests are viewing this topic.
annelise
New Member
*
Posts: 1

Location:
Redwood City

Offline Offline



« on: August 15, 2007, 05:08:17 pm »

v 1.99 - the application manifest wizard is disabled. I can see my manifest resource ID 1, but the wizard icon is disabled. I was interested in adding RunAsAdministrator to my .exe.
TechMan
Heaventools
Support
***
Posts: 220

Location:
On Air

Offline Offline



« Reply #1 on: August 15, 2007, 05:20:36 pm »

The wizard is disabled because the manifest is already there.

To Add the TrustInfo Section:

1. Expand the Manifest folder that's found in the Resource Tree view; select the Manifest resource to be edited in the Resource Tree.
2. Press the Resource Editor button to edit a selected manifest. Or simply double-click the resource item directly.
3. Insert (paste) the TrustInfo section into the manifest:
   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
      <security>
      <requestedPrivileges>
        <requestedExecutionLevel
          level="requireAdministrator"
          uiAccess="false"/>
      </requestedPrivileges>
    </security>
   </trustInfo>

4. Press OK to close the Resource Editor and select 'File' -> 'Save File As ...' to save the changes you've just made to the target file. If warned that the image size has changed, click "Yes" to update the file size.

Have a look in the PE Explorer directory for the CHM help file, there are some Resource Editor How-to's.

TechMan Robot
Heaventools Software
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF | SMF © 2006-2009, Simple Machines LLC