DuplicateFile Table
The DuplicateFile table contains a list of files that are to be duplicated, either to a different directory than the original file or to the same directory but with a different name. The original file must be a file installed by the InstallFiles action.
The DuplicateFile table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
FileKey | Identifier | Y | N |
Component_ | Identifier | N | N |
File_ | Identifier | N | N |
DestName | Filename | N | Y |
DestFolder | Identifier | N | Y |
Columns
-
FileKey
-
A primary key, a non-localized token, identifying a unique DuplicateFile record.
-
Component_
-
An external key to the first column of the Component table. If the component identified by the key is not selected for installation or removal, then no action is taken on this DuplicateFile record.
-
File_
-
Foreign key into the File table representing the original file that is to be duplicated.
-
DestName
-
Localizable name to be given to the duplicate file. If this field is blank, then the destination file is given the same name as the original file.
-
DestFolder
-
Name of a property that is the full path to where the duplicate file is to be copied. If this directory is the same as the directory containing the original file and the name for the proposed duplicate file is the same as the original, then no action takes place.
Remarks
The table is processed by the DuplicateFiles action and the RemoveDuplicateFiles action.
Validation