AddLocal ControlEvent

This event notifies the installer, while keeping the present dialog running, that a feature or all features are to be run locally. 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, either the name of the feature or "ALL".

Action on Subscribers

This ControlEvent does not perform an action on subscribers.

Typical Use

A PushButton control on a modal dialog box is tied to this event and used to notify the installer without stopping the dialog box.