Deployment Tools Foundation
SetExternalUI Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Installer ► SetExternalUI()()()
Members
Icon | Member | Description |
---|---|---|
SetExternalUI(ExternalUIHandler, InstallLogModes) |
Enables an external user-interface handler. This external UI handler is called before the
normal internal user-interface handler. The external UI handler has the option to suppress
the internal UI by returning a non-zero value to indicate that it has handled the messages.
|
|
SetExternalUI(ExternalUIRecordHandler, InstallLogModes) |
[MSI 3.1] Enables a record-based external user-interface handler. This external UI handler is called
before the normal internal user-interface handler. The external UI handler has the option to suppress
the internal UI by returning a non-zero value to indicate that it has handled the messages.
|