EmbeddedUI Element

Windows Installer XML (WiX) v3.0

EmbeddedUI Element

Description
Element value is the condition. Use CDATA if message contains delimiter characters.
Windows Installer references
MsiEmbeddedUI Table
Parents
UI
Inner Text (xs:string)
This element may have inner text.
Children
Sequence (min: 1, max: 1)
  1. EmbeddedUIResource (min: 0, max: unbounded): Specifies extra files to be extracted for use by the embedded UI, such as language resources.
Attributes
Name Type Description Required
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 YesNoType Embedded UI will not recieve any INSTALLLOGMODE_ACTIONDATA messages.  
IgnoreActionStart YesNoType Embedded UI will not recieve any INSTALLLOGMODE_ACTIONSTART messages.  
IgnoreCommonData YesNoType Embedded UI will not recieve any INSTALLLOGMODE_COMMONDATA messages.  
IgnoreError YesNoType Embedded UI will not recieve any INSTALLLOGMODE_ERROR messages.  
IgnoreFatalExit YesNoType Embedded UI will not recieve any INSTALLLOGMODE_FATALEXIT messages.  
IgnoreFilesInUse YesNoType Embedded UI will not recieve any INSTALLLOGMODE_FILESINUSE messages.  
IgnoreInfo YesNoType Embedded UI will not recieve any INSTALLLOGMODE_INFO messages.  
IgnoreInitialize YesNoType Embedded UI will not recieve any INSTALLLOGMODE_INITIALIZE messages.  
IgnoreInstallEnd YesNoType Embedded UI will not recieve any INSTALLLOGMODE_INSTALLEND messages.  
IgnoreInstallStart YesNoType Embedded UI will not recieve any INSTALLLOGMODE_INSTALLSTART messages.  
IgnoreOutOfDiskSpace YesNoType Embedded UI will not recieve any INSTALLLOGMODE_OUTOFDISKSPACE messages.  
IgnoreProgress YesNoType Embedded UI will not recieve any INSTALLLOGMODE_PROGRESS messages.  
IgnoreResolveSource YesNoType Embedded UI will not recieve any INSTALLLOGMODE_RESOLVESOURCE messages.  
IgnoreRMFilesInUse YesNoType Embedded UI will not recieve any INSTALLLOGMODE_RMFILESINUSE messages.  
IgnoreShowDialog YesNoType Embedded UI will not recieve any INSTALLLOGMODE_SHOWDIALOG messages.  
IgnoreTerminate YesNoType Embedded UI will not recieve any INSTALLLOGMODE_TERMINATE messages.  
IgnoreUser YesNoType Embedded UI will not recieve any INSTALLLOGMODE_USER messages.  
IgnoreWarning YesNoType Embedded UI will not recieve any INSTALLLOGMODE_WARNING messages.  
Name LongFileNameType The name for the embedded UI DLL when it is extracted from the Product 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 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. Yes
SupportBasicUI YesNoType Set yes to allow the Windows Installer to display the embedded UI during basic UI level installation.  
See Also
Wix Schema