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