Install files by regular expression
- source root path
- destination root path
- regex to match the relative paths to source root path literally (including empty directories)
{
"InstallItems":
[
{
"SourceRoot": "path/source/root/folder",
"DestinationRoot": "path/destinationRoot/root/folder",
"RelativePathRegex": ".*/.txt$"
}
]
}