aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xsd/wix.xsd11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/xsd/wix.xsd b/src/xsd/wix.xsd
index d72d8e69..165f76e3 100644
--- a/src/xsd/wix.xsd
+++ b/src/xsd/wix.xsd
@@ -9053,9 +9053,14 @@
9053 <xs:annotation> 9053 <xs:annotation>
9054 <xs:documentation> 9054 <xs:documentation>
9055 A file-selection pattern that can include directory names, file names, and wildcards. 9055 A file-selection pattern that can include directory names, file names, and wildcards.
9056 If a pattern is not an absolute path (via a preprocessor variable, unnamed bind path, 9056
9057 or named bind path), it is interpreted as relative to the directory containing the 9057 We recommend that patterns be fully-qualified, absolute paths,
9058 source file. Absolute paths via a named bind path are recommended. 9058 preferably via named bind path. You can also use preprocessor
9059 variables or unnamed bind paths to create absolute paths.
9060
9061 If the pattern is a relative path, it is interpreted as relative to either:
9062 - an unnamed bind path, if one or more is specified.
9063 - the source directory of the file containing the `Files` element, if no unnamed bind paths are specified.
9059 9064
9060 Wildcards include typical `*.ext` globs and MSBuild-style `**` globs to indicate 9065 Wildcards include typical `*.ext` globs and MSBuild-style `**` globs to indicate
9061 that directories should be recursed. Examples include: 9066 that directories should be recursed. Examples include: