This 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.
Configure file path
This path represents the location where the .NetCustActLauncher will create the assembly's configuration file. 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.
You can't remove predefined parameters.
Topics
- .NET Installer Class Argument Dialog
Edit a .NET Installer Class's argument.