WiX Database XML Schema

Element: Registry

Derived By

Restricting anyType

Attributes

Name  Type  Description 
Id  string  Primary key used to identify this particular entry.
Action  NMTOKEN (restriction)  This is the action that will be taken for this registry key.
Key  string  The localizable key for the registry value.
KeyPath  YesNoType  Set this attribute to 'yes' to make this registry key the KeyPath of the parent component.
Name  string  The localizable registry value name.
Root  RegistryRootType  The predefined root key for the registry value.
Type  NMTOKEN (restriction)  Set this attribute to the type of the desired registry key.
Value  string  Set this attribute to the localizable registry value. This value is formatted.

Content Model

Contains elements as defined in the following table.

Component  Type  Description 
any    Allow any element from the ##other namespace.
Permission  anyType (restriction)  Sets ACLs on File, Registry, or CreateFolder.
Registry  anyType (restriction)   
RegistryValue  anyType (restriction)  Used to create a registry value. For multi-string values, this can be used to prepend or append values.