Remove ControlEvent
The installer is notified through this event when a feature or all features are selected for removal while keeping the present dialog box running.
This event can be published by a PushButton control, CheckBox control, or a SelectionTree control. This event should be authored into the ControlEvent table.
This ControlEvent requires the user interface to be run at the full UI level. This event will not work with a reduced UI or basic UI. For information, see User Interface Levels.
Published By
This ControlEvent is published by the installer.
Argument
A string that is either the name of the feature or "ALL".
Action on Subscribers
This ControlEvent does not perform an action on subscribers.
Action by Publisher When Subscriber Activated
The installer keeps the present dialog box running and notifies the installer.
Typical Use
A PushButton control on a modal dialog box tied to this event.