Specifies additional data that can be evaluated by a custom action during installation. Custom actions are run at the end of an installation and cannot access information about the installation; the CustomActionData property allows you to store information about the installation that can be read by the custom action.
For example, if your deployment project included a file search with a Property property of FILESEARCH1, you could pass the value returned by the file search by setting the CustomActionData property to /MyFile=[FILESEARCH1]. In your custom action, you could query the MyFile property to retrieve the value.
Remarks
The format for the CustomActionData property depends on the type of the custom action.
See Also
Properties for the Custom Actions Editor | Walkthrough: Passing Data to a Custom Action | >Creating Installation Components - High-Level Process | InstallerClass Property