Specify the attributes of the .NET Custom Action.

Installer software, free windows MSI creation tool
Home | Contact | Site Map |
Download Features Java Licensing Purchase Testimonials Support Forums FAQs
USER GUIDE

The Edit .NET Custom Action Properties Dialog

Edit .NET Custom Action Properties DialogThis dialog allows you to configure a .NET Installer class custom action.

General

Assembly

Represent the assembly that will be launched with the parameters specified below. It must have a class that inherits from the Installer classes and the RunInstaller attribute set to true.

Config file path

This path represents the location where the .NetCustActLauncher will create the configuration file of the assembly. The configuration file contains the .NetFramework required version. This field is of Formatted Type and can be edited using Smart Edit Control.

Installer Class Parameters

The assembly custom action requires some predefined parameters. In addition, you can add new parameters in order to pass information to your .NET custom action.

You can add or edit parameters using the .NET Installer Class Argument dialog.

Predefined parameters:

  • Action - specifies the Installer class method that will be called. It can have one of the following values: "Install", "Rollback", "Commit", "Uninstall". When the custom action is created this parameter is set according to the StandardAction. If you move the custom action under another StandardAction you may want also to change the Action parameter.
  • InstallType.
  • LogFile - specifies the name of the log file where install progress is recorded. If empty then no log will be created.
  • ReqVersion - specifies the version of the .NET Framework required by the assembly. Advanced Installer automatically determines the required version, but you can overwrite that value.

NoteYou can't remove predefined parameters.

Topics

© 2002 - 2008 Caphyon Ltd. Trademarks belong to their respective owners. All rights reserved.