OnXMLComponentInstalled

InstallShield 2016 ยป InstallScript Language Reference

OnXMLComponentInstalled is the event handler function associated with the ISXMLComponentInstall event. The ISXMLComponentInstall event is called after each component is installed so that any XML information attached to that component can be installed.

Syntax

OnXMLComponentInstalled ( szComponent );

Parameters

OnXMLComponentInstalled

Parameter

Description

szComponent

This parameter will have the name of the component that has been installed.

Return Values

This event handler function should return ISERR_SUCCESS currently in all cases.