EmbeddedUIResource Element

WiX Toolset

EmbeddedUIResource Element

Description
Defines a resource for use by the embedded UI.
Windows Installer references
MsiEmbeddedUI Table
Parents
EmbeddedUI
Inner Text
None
Children
None
Attributes
Name Type Description Required
Id String Identifier for the embedded UI resource. Yes
Name LongFileNameType The name for the resource when it is extracted from the Product for use by the embedded UI DLL. (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 Id attribute will be used. Yes
SourceFile String Path to the binary file that is the embedded UI resource. Yes
See Also
Wix Schema, EmbeddedUI