[This is preliminary documentation and subject to change.]
The RemoveFile table contains a list of files to be removed by the RemoveFiles action. Setting the FileName column of this table to Null supports the removal of empty folders.
The RemoveFile table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
FileKey | Identifier | Y | N |
Component_ | Identifier | N | |
FileName | WildCardFilename | Y | |
DirProperty | Identifier | N | |
InstallMode | Integer | N |
External key to column one of the Component table.
Value | Meaning |
---|---|
1 | Remove only when the associated component is being installed (iisLocal or iisSource). |
2 | Remove only when the associated component is being removed (iisAbsent). |
3 | Remove in either of the above cases. |
The file references in this table are processed by the RemoveFiles action.