Skip to content

EmbeddedUI element

Id

string

Unique identifier for embedded UI. If this attribute is not specified the Name attribute or the file name portion of the SourceFile attribute will be used.

IgnoreActionData

bool

Embedded UI will not recieve any INSTALLLOGMODE_ACTIONDATA messages.

IgnoreActionStart

bool

Embedded UI will not recieve any INSTALLLOGMODE_ACTIONSTART messages.

IgnoreCommonData

bool

Embedded UI will not recieve any INSTALLLOGMODE_COMMONDATA messages.

IgnoreError

bool

Embedded UI will not recieve any INSTALLLOGMODE_ERROR messages.

IgnoreFatalExit

bool

Embedded UI will not recieve any INSTALLLOGMODE_FATALEXIT messages.

IgnoreFilesInUse

bool

Embedded UI will not recieve any INSTALLLOGMODE_FILESINUSE messages.

IgnoreInfo

bool

Embedded UI will not recieve any INSTALLLOGMODE_INFO messages.

IgnoreInitialize

bool

Embedded UI will not recieve any INSTALLLOGMODE_INITIALIZE messages.

IgnoreInstallEnd

bool

Embedded UI will not recieve any INSTALLLOGMODE_INSTALLEND messages.

IgnoreInstallStart

bool

Embedded UI will not recieve any INSTALLLOGMODE_INSTALLSTART messages.

IgnoreOutOfDiskSpace

bool

Embedded UI will not recieve any INSTALLLOGMODE_OUTOFDISKSPACE messages.

IgnoreProgress

bool

Embedded UI will not recieve any INSTALLLOGMODE_PROGRESS messages.

IgnoreResolveSource

bool

Embedded UI will not recieve any INSTALLLOGMODE_RESOLVESOURCE messages.

IgnoreRMFilesInUse

bool

Embedded UI will not recieve any INSTALLLOGMODE_RMFILESINUSE messages.

IgnoreShowDialog

bool

Embedded UI will not recieve any INSTALLLOGMODE_SHOWDIALOG messages.

IgnoreTerminate

bool

Embedded UI will not recieve any INSTALLLOGMODE_TERMINATE messages.

IgnoreUser

bool

Embedded UI will not recieve any INSTALLLOGMODE_USER messages.

IgnoreWarning

bool

Embedded UI will not recieve any INSTALLLOGMODE_WARNING messages.

Name

LongFileNameType

The name for the embedded UI DLL when it is extracted from the MSI package and executed. (Windows Installer does not support the typical short filename and long filename combination for embedded UI files as it does for other kinds of files.) If this attribute is not specified the file name portion of the SourceFile attribute will be used.

SourceFile

string required

Path to the binary file that is the embedded UI. This must be a DLL that exports the following three entry points: InitializeEmbeddedUI, EmbeddedUIHandler and ShutdownEmbeddedUI.

SupportBasicUI

bool

Set yes to allow the Windows Installer to display the embedded UI during basic UI level installation.

UI