<< Click to Display Table of Contents >> RayPack > 7.3 u6 > User Guide > Reference and Cheat Sheets > Custom RayPack Installer Database Tables RPLinkedFolders |
The RPLinkedFolders table contains the columns shown in the following table.
Column |
Type |
Key |
Nullable |
---|---|---|---|
Directory_ |
Identifier (s72) |
Y |
N |
Feature_ |
Text (s72) |
N |
N |
SourcePath |
Text (S0) |
N |
N |
Wildcard |
Text (S0) |
N |
Y |
Attributes |
Integer (I2) |
N |
Y |
Directory_
Directory identifier.
Feature_
The identifier of a feature to which the linked content should be attached
SourcePath
A full or relative source path to the folder on a local drive. The base folder of a relative path is the folder of the current package. The following special syntax is supported:
•$(ProfileName) - the name of the current profile
•(%VariableName) - the value of environment variable VariableName
Refer to the reference of table RPSourcePath for more available formatting options.
Wildcard
A wildcard pattern to determine which files should be imported (for example *.exe). Null or empty value matches all files.
Attributes
Additional options:
0 = Search only top folder
1 = Search of subfolders recursively