WiX Database XML Schema

Simple Types: WiX Database

Simple Types

Name  Description 
AutogenGuid  Values of this type will look like: "01234567-89AB-CDEF-0123-456789ABCDEF" or "{01234567-89AB-CDEF-0123-456789ABCDEF}".
ComponentGuid  Values of this type will look like: "01234567-89AB-CDEF-0123-456789ABCDEF" or "{01234567-89AB-CDEF-0123-456789ABCDEF}", but also allows "PUT-GUID-HERE" for use in examples. It's also possible to have an empty value "".
Guid  Values of this type will look like: "01234567-89AB-CDEF-0123-456789ABCDEF" or "{01234567-89AB-CDEF-0123-456789ABCDEF}".
HexType  This type supports any hexadecimal number.
LocalizableInteger  Values of this type must be an integer or the value can be a localization variable with the format !(loc.Variable) where "Variable" is the name of the variable.
LongFileNameType  Values of this type will look like: "Long File Name.extension".
PatchClassificationType  Category of update.
RegistryRootType  Values of this type represent possible registry roots.
ShortFileNameType  Values of this type will look like: "FileName.ext".
VersionType  Values of this type will look like: "x.x.x.x" where x is an integer from 0 to 65534.
WildCardLongFileNameType  Values of this type will look like: "Long File N?me.extension*".
WildCardShortFileNameType  Values of this type will look like: "File?.*".
YesNoDefaultType  Values of this type will either be "default", "yes", or "no".
YesNoType  Values of this type will either be "yes" or "no".