CustomActionAttribute Class
Marks a method as a custom action entry point.
Properties
Property | Description |
---|---|
Name | Gets or sets the name of the custom action entrypoint. A null value defaults to the name of the method. |
Remarks
A custom action method must be defined as public and static, take a single «see T:WixToolset.Dtf.WindowsInstaller.Session» object as a parameter, and return an «see T:WixToolset.Dtf.WindowsInstaller.ActionResult» enumeration value.
WixToolset.Dtf.WindowsInstaller.dll
version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
Name Property
Gets or sets the name of the custom action entrypoint. A null value defaults to the name of the method.
Declaration
public string Name { get; set; }