Monday, April 13, 2009

AppManifest Application Manifest for Delphi2009/2007


AppManifest is Delphi Add-In that will enable you to replace the default built-in manifest in Delphi projects with a new external customizable one, with this Add-In there is no need to any extra work. like disable run time themes or add another resource file, all you have to do is to choose add new Application Manifest, customize it if you want, and save it, and that is all. this new Application Manifest will be saved as .exe.manifest, and this manifest file must be in the same directory as the application executable file. this Add-In works with: Delphi Projects, C++ Projects, VCL Forms Applications, Console Applications, and in Delphi2007 it works with Delphi for .Net Projects.

Installation:
Close any running instance of Delphi, and run the AppManifest installation file. AppManifest will be installed in \AppManifest directory.

How to use AppManifest:
If you want to change the current manifest of the active project, from the File menu choose New - Others... then from the New Items form go to Delphi Projects - Other Files and select Application Manifest.

the Application Manifest form will appear with a new manifest. you can edit this manifest and then choose Save.

No comments: