Skip to main content

EmbeddedUI element

Windows Installer references

MsiEmbeddedUI Table

Parents

UI

Children

Attributes

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 (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_ACTIONDATA messages.

IgnoreActionStart (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_ACTIONSTART messages.

IgnoreCommonData (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_COMMONDATA messages.

IgnoreError (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_ERROR messages.

IgnoreFatalExit (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_FATALEXIT messages.

IgnoreFilesInUse (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_FILESINUSE messages.

IgnoreInfo (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_INFO messages.

IgnoreInitialize (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_INITIALIZE messages.

IgnoreInstallEnd (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_INSTALLEND messages.

IgnoreInstallStart (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_INSTALLSTART messages.

IgnoreOutOfDiskSpace (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_OUTOFDISKSPACE messages.

IgnoreProgress (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_PROGRESS messages.

IgnoreResolveSource (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_RESOLVESOURCE messages.

IgnoreRMFilesInUse (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_RMFILESINUSE messages.

IgnoreShowDialog (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_SHOWDIALOG messages.

IgnoreTerminate (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_TERMINATE messages.

IgnoreUser (YesNoTypeUnion) : Embedded UI will not recieve any INSTALLLOGMODE_USER messages.

IgnoreWarning (YesNoTypeUnion) : 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 (YesNoTypeUnion) : Set yes to allow the Windows Installer to display the embedded UI during basic UI level installation.

Edit the schema for this page