The Manifest Generation And Editing Tool action enables the creation and editing of application and deployment manifests.
The full path of the project files.
The name property will be used to identify the application within the Start Menu, and in the Permission Elevation dialog boxes.
The version of the deployment. This value does not correspond to the applications version. The value must be entered in the format of N.N.N.N, for example 1.0.0.0
The target architecture on which the application will be run. Default value is 'msil' which is platform-independent.
The level of trust to allow the application on client computers.
The location of the certificate that will be used to sign the manifest.
Used only in conjunction with the certificate path, allows the use of password protected certificates.
Allows the selection of the .NET version to use for the tool. The minimum is .NET v2.0.
This options specifies as whether to force the usage of 64-bit tools on a 64-bit system or not. As FinalBuilder is currently a 32-bit application it will default to running the 32-bit version on a 64-bit system. Check this option if you require the 64-bit version to be run.
An application manifest is an XML file that describes an application that is deployed using ClickOnce
Specify the output file for the manifest. Default filename is 'application.exe.manifest'.
The full path of the files that will be deployed using ClickOnce.
A deployment manifest is an XML file that describes a ClickOnce deployment, including the identification of the current ClickOnce application version to deploy.
Specify the output file for the manifest. Default filename is 'deploy.application'.
The full path to the application manifest file, which will be used to generate the deployment manifest.
The Url that ClickOnce will use to check for application updates.
Indicates wether the application should be installed on the client machines, or run from the web.
Make alterations to an existing manifest.
The full path to the manifest that is to be updated.