Deployment Tools Foundation
CustomActionAttribute Constructor (name)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► CustomActionAttribute ► CustomActionAttribute(String)
Marks a method as a custom action entry point.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public CustomActionAttribute( string name )
Public Sub New ( name As String )
public: CustomActionAttribute( String^ name )
Parameters
- name (String)
- Name of the function to be exported, defaults to the name of this method
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)