WiX Database XML Schema

Element: RemoveFolder

Description

Remove an empty folder if the parent component is selected for installation or removal.

Derived By

Restricting anyType

Attributes

Name  Type  Description 
Id  string  Primary key used to identify this particular entry.
Directory  string  Overrides the directory of the parent component with a specific Directory.
Property  string  Overrides the directory of the parent component with the value of the specified property.
On  NMTOKEN (restriction)  This value determines the time at which the folder may be removed.

Content Model

Always empty.

Remarks

By default, the folder is the directory of the parent component. This can be overridden by specifying the Directory attribute with a value corresponding to the Id of the directory, or by specifying the Property attribute with a value corresponding to a property that will have a value that resolves to the full path of the folder.