OnXMLComponentUninstalling

InstallShield 2016 ยป InstallScript Language Reference

OnXMLComponentUninstalling is the event handler function associated with the XMLRTComponentUninstall event. The XMLRTComponentUninstall event is called before each .xml file is removed.

Syntax

OnXMLComponentUninstalling ( szXmlComponent )

Parameters

OnXMLComponentUninstalling

Parameter

Description

szXmlComponent

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.