Click to Rate and Give Feedback

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Deployment in Visual Studio 
Custom Actions Editor 

Allows you to specify additional actions to be performed on a target computer during installation. Custom actions are contained in .dll, .exe, VBScript, JScript, or Installer class files within your solution.

To access the Custom Actions Editor, on the View menu, point to Editor, and then click Custom Actions when a deployment project is selected in Solution Explorer.

NoteNote

The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose Import and Export Settings on the Tools menu. For more information, see Visual Studio Settings.

The Custom Actions Editor contains a single pane with a hierarchical list of custom actions. The list is divided into four sections representing the phases of installation.

User Interface Element List

Install

Custom actions placed under this node will be executed at the end of the install phase of installation, after all files have been installed.

Commit

Custom actions placed under this node will be executed at the end of the commit phase of installation, which occurs when the install phase has finished without errors.

Rollback

Custom actions placed under this node will be executed at the end of the rollback phase of installation, which is triggered when an installation error occurs.

Uninstall

Custom actions placed under this node will be executed at the end of the uninstall phase of installation, which occurs when an application is uninstalled.

See Also

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker