[This is preliminary documentation and subject to change.]
The RemoveIniFile table contains the information an application needs to delete from a .ini file.
The RemoveIniFile table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
RemoveIniFile | Identifier | Y | N |
FileName | Text | N | |
Directory_ | Identifier | Y | |
Section | Formatted | N | |
Key | Formatted | N | |
Value | Formatted | Y | |
Action | Integer | N | |
Component_ | Identifier | N |
External key to column one of the Directory table.
Value | Meaning |
---|---|
2 | Deletes .ini entry. |
4 | Deletes a tag from a .ini entry. |
External key to column one of the Component table.
The .ini file information is deleted when the corresponding Component has been selected to be installed, either locally or run from source.
This table is referred to when the RemoveIniValues action is executed.
If the Directory_ column is specified as null, the ini file location is the standard Windows ini location which is the Windows directory by default.