Manifest Generation and Editing Tool, Graphical Client (MageUI.exe)

MageUI.exe supports the same functionality as the command-line tool Mage.exe, but with a Windows-based user interface (UI). With this tool you can create, edit, and sign deployment and application manifests.

Mage.exe and MageUI.exe are available in various locations, including the following:

  • The .NET Framework 2.0 SDK. The .NET Framework 2.0 SDK is available as a component of the Visual Studio 2005 setup or can be downloaded from the Microsoft Download Center.

  • The Windows SDK for Windows Vista. The Windows SDK for Windows Vista can be downloaded from the Microsoft Download Center.

  • Visual Studio 2008. Later versions of Mage.exe and MageUI.exe are included as a component of the Visual Studio 2008 setup.

The following table lists the menu and toolbar items that are available.

Command

Menu

Shortcut

Description

Application Manifest

File, New

Creates a new application manifest.

Deployment Manifest

File, New

Creates a new deployment manifest.

Open

File

CTRL+O

Opens an existing deployment manifest, application manifest, or trust license for editing.

Close

File

CTRL+F4

Closes an open file.

If you modify a file before closing it, MageUI.exe prompts you to re-sign the file with a public key, key pair, or stored certificate.

Save

File

CTRL+S

Saves to disk the document which currently has user input focus.

Save As

File

CTRL+A

Saves a file to disk, enabling you to supply a new file name and/or location.

Save All

File

Saves the changes made to all files currently open within MageUI.exe.

Preferences

File

Opens the Preferences dialog box. See the following section for more information.

Exit

File

ALT+F4

Quits MageUI.exe.

Cut

Edit

CTRL+X

Removes the currently selected text from the application and moves it to the system Clipboard.

Copy

Edit

CTRL+C

Copies the currently selected text to the system Clipboard.

Paste

Edit

CTRL+V

Pastes text from the system Clipboard into the currently active text element.

Delete

Edit

Deletes an element currently selected in a list, such as a trust license on the Deployment Manifest tab. For more information, see MageUI.exe Deployment Manifest Tab.

Close All

Window

Closes all files currently open in MageUI.exe. If one or more files need saving, MageUI.exe prompts you to save them. MageUI.exe also prompts you to select a signing key for each unsigned or changed file.

About

Help

Displays version and copyright information about MageUI.exe.

Preferences Dialog Box

The Preferences dialog box contains the following elements.

  • Sign on save
    Prompts you to sign a file whenever you save your modifications.

  • Use default signing key
    Uses the key entered in the Key file text box to sign all files. This eliminates the signing prompt that typically appears when you save a file and Sign on Save is selected. Use the Browse button next to the Key file text box to select a key file.

Signing Options Dialog Box

The Signing Options dialog box appears when you save a manifest or trust license for the first time, or when you change a manifest or trust license. It only appears if the Sign Manifest on Save option in the Preferences dialog box is selected.

This dialog box contains the following elements.

  • Sign with certificate file
    Signs the manifest with a digital certificate stored on the file system.

  • File
    Provides an area to type the path to the .pfx file representing the certificate.

  • ...
    Opens a Choose File dialog box for selecting an existing .pfx file.

  • New
    Generates a new .pfx that is not verifiable through a Certificate Authority (CA). For more information about the types of certificates used for signing ClickOnce deployments, see Trusted Application Deployment Overview.

  • Password
    Provides an area to type the password used for signing with this certificate. If not applicable, can be left blank.

  • Sign with stored certificate
    Displays a selectable list of digital certificates stored in your computer's certificate store.

  • TimeStamping URI
    Displays the Uniform Resource Locator (URI) for the time-stamping service that ClickOnce should use to verify the certificate's timeliness. For more information about time-stamping, see ClickOnce Deployment and Authenticode.

Tab and Panel Descriptions

When you open a document with MageUI.exe, it appears within its own tab page. Each tab contains a set of property panels. The panels contain grouped subsets of the document's data. For information about the UI elements available for editing each type of document, see MageUI.exe Deployment Manifest Tab and MageUI.exe Application Manifest Tab.

See Also

Tasks

Walkthrough: Manually Deploying a ClickOnce Application

Concepts

ClickOnce Deployment Overview

Reference

Manifest Generation and Editing Tool (Mage.exe)