EmbeddedUI element
Attributes
Section titled “Attributes”Id
stringUnique 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
boolEmbedded UI will not recieve any INSTALLLOGMODE_ACTIONDATA messages.
IgnoreActionStart
boolEmbedded UI will not recieve any INSTALLLOGMODE_ACTIONSTART messages.
IgnoreCommonData
boolEmbedded UI will not recieve any INSTALLLOGMODE_COMMONDATA messages.
IgnoreError
boolEmbedded UI will not recieve any INSTALLLOGMODE_ERROR messages.
IgnoreFatalExit
boolEmbedded UI will not recieve any INSTALLLOGMODE_FATALEXIT messages.
IgnoreFilesInUse
boolEmbedded UI will not recieve any INSTALLLOGMODE_FILESINUSE messages.
IgnoreInfo
boolEmbedded UI will not recieve any INSTALLLOGMODE_INFO messages.
IgnoreInitialize
boolEmbedded UI will not recieve any INSTALLLOGMODE_INITIALIZE messages.
IgnoreInstallEnd
boolEmbedded UI will not recieve any INSTALLLOGMODE_INSTALLEND messages.
IgnoreInstallStart
boolEmbedded UI will not recieve any INSTALLLOGMODE_INSTALLSTART messages.
IgnoreOutOfDiskSpace
boolEmbedded UI will not recieve any INSTALLLOGMODE_OUTOFDISKSPACE messages.
IgnoreProgress
boolEmbedded UI will not recieve any INSTALLLOGMODE_PROGRESS messages.
IgnoreResolveSource
boolEmbedded UI will not recieve any INSTALLLOGMODE_RESOLVESOURCE messages.
IgnoreRMFilesInUse
boolEmbedded UI will not recieve any INSTALLLOGMODE_RMFILESINUSE messages.
IgnoreShowDialog
boolEmbedded UI will not recieve any INSTALLLOGMODE_SHOWDIALOG messages.
IgnoreTerminate
boolEmbedded UI will not recieve any INSTALLLOGMODE_TERMINATE messages.
IgnoreUser
boolEmbedded UI will not recieve any INSTALLLOGMODE_USER messages.
IgnoreWarning
boolEmbedded UI will not recieve any INSTALLLOGMODE_WARNING messages.
Name
LongFileNameTypeThe 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 requiredPath 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
boolSet yes to allow the Windows Installer to display the embedded UI during basic UI level installation.