OnIISComponentInstalled

InstallShield 2024 » InstallScript Language Reference

The OnIISComponentInstalled event handler function is called after each component is installed so any IIS information attached to that component can be installed.

Syntax

OnIISComponentInstalled ( szComponent );

Parameters

OnIISComponentInstalled Parameters

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.