InstallShield 2016 ยป 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
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.
InstallShield 2016 Help LibraryMay 2017 |
Copyright Information | Flexera Software |