WiX Database XML Schema

Element: IniFile

Description

Adds or removes .ini file entries.

Derived By

Restricting anyType

Attributes

Name  Type  Description 
Id  string  Identifier for ini file.
Action  NMTOKEN (restriction)  The type of modification to be made.
Directory  string  Name of a property, the value of which is the full path of the folder containing the .ini file.
Key  string  The localizable .ini file key within the section.
LongName  LongFileNameType   
Name  LongFileNameType  In prior versions of the WiX toolset, this attribute specified the short name. This attribute's value may now be either a short or long name.
Section  string  The localizable .ini file section.
ShortName  ShortFileNameType  The short name of the in 8.3 format.
Value  string  The localizable value to be written or deleted. This attribute must be set if the Action attribute's value is "addLine", "addTag", or "createLine".

Content Model

Always empty.