home
products
resource tuner
tutorials
Resource Editor: How To Add In An Application Manifest
The application manifest directs Windows to use ComCtl32.dll version 6 if it is available. Version 6 introduces new controls and new options for other controls, but more importantly provides support for changing the appearance of controls in a window.
An Application Manifest is an XML file that describes the dependencies that an application uses. The wizard-generated manifest file allows developers to mark their applications with a requested execution level, and defines which of the Windows common control DLLs the application should use, version 5.0 or 6.0.
Generate and Add the Manifest
1. Download Resource Tuner and open your file with it.
2. Click the Application Manifest Wizard button to bring up the wizard.
If the executable already has a manifest, the Manifest Wizard button is greyed out. This button is enabled only if Resource Tuner does not find a manifest in the executable file.

3. Read the Welcome message and click Next.
4. The wizard will verify a link to ComCtrl and necessary initialization calls exist. Having a link to ComCtrl is optimal - necessary in most cases but not all.
5. Fill out the application name and description fields. The wizard generates a visual style manifest for your application using these fields. Follow the instructions and fill in the blanks accordingly:

The wizard allows you to add a TrustInfo section and insert the Require Administrator info into it so that the application would be forced to run elevated as an Administrator on Windows Vista, providing the application the same operational behavior as in Windows XP. A modified exe should still work correctly on prior Windows operating systems.
6. Check to add a Trust Info section to your manifest if you want to mark your file with a requested execution level on Vista. The wizard will generate an application manifest with the trust level section.
More about the Trust Info section

7. Click Finish to apply your newly entered data.
8. Check the Resource Tree to verify that the newly created manifest resource is present:

9. Click the Save File As... button on the toolbar to save the altered file to disk. You can also use "Save File As..." from the File menu or the [CTRL+S] combination to save your changes.
It is recommended to perform all file operations with copies of the originals and then only after you have moved the copies to a separate directory other than the parent or home directory of the executable.
Give Resource Tuner a trial run for 30 days free! Once you try it, we think
you will find it hard to go back to other resource hacking utilities. So if you decide to purchase it, it's only $39.95 for the Personal License. A Business license is available for $79.95.