Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Manifest Generation and And Editing Tool action enables the creation and editing of application and deployment manifests.

For more information see

...

Image Added

MAGE Options

Project Path

The full path of the project files.

Project Name

The name property will be used to identify the application within the Start Menu, and in the Permission Elevation dialog boxes.

Project Version

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

Target Processor

The target architecture on which the application will be run. Default value is 'msil' which is platform-independent.

Trust Level

The level of trust to allow the application on client computers.

Manifest Signing

Certificate Path

The location of the certificate that will be used to sign the manifest.

Certificate Password

Used only in conjunction with the certificate path, allows the use of password protected certificates.

Manifest Options

Manifest Options

Application Manifest

An application manifest is an XML file that describes an application that is deployed using ClickOnce

Filename

Specify the output file for the manifest. Default filename is 'application.exe.manifest'.

Application Files

The full path of the files that will be deployed using ClickOnce.

Deployment Manifest

A deployment manifest is an XML file that describes a ClickOnce deployment, including the identification of the current ClickOnce application version to deploy.

Filename

Specify the output file for the manifest. Default filename is 'deploy.application'.

Application Manifest Path

The full path to the application manifest file, which will be used to generate the deployment manifest.

Provider Url

The Url that ClickOnce will use to check for application updates.

Allow Local Install

Indicates wether the application should be installed on the client machines, or run from the web.

Update Manifest

Target Manifest

The full path to the manifest that is to be updated.

 

Scripting Info

The Action properties available are :

property  ProjectPath ProjectPath: string

property  ProjectName ProjectName: string

property  ApplicationFilesPath ApplicationFilesPath: string

property  Version Version: string

property  InstallLocal InstallLocal: boolean

property  ManifestType ManifestType: TFBDotNetManifestMode - mmApplication, mmDeployment, mmUpdate

property  Certificate Certificate: string

property  CertPassword CertPassword: string

property  SignManifest SignManifest: boolean

property  ProviderUrl ProviderUrl: string

property  AppManifestPath AppManifestPath: string

property  AppToFile AppToFile: string

property  DeployToFile DeployToFile: string

property  UpdateTarget UpdateTarget: string

property  TargetProcessor TargetProcessor: string

property  TrustLevel TrustLevel: string