AddCustomAction Method
InstallShield 2020 » Automation Interface
Project:This information applies to the following project types:
| • | Basic MSI | 
| • | DIM | 
| • | InstallScript MSI | 
| • | Merge Module | 
Call the AddCustomAction method to add a custom action to the current project. To insert a custom action into a sequence, use the InsertCustomAction method.
Syntax
AddCustomAction (CustomActionKey As String) as ISWiCustomAction
Parameters
| Parameter | Description | 
| CustomActionKey | The string name of the custom action you want to create. | 
Applies To
| • | ISWiProject |