Skip to content

Commit 390ee54

Browse files
committed
Consistentify unnamed bindpaths doc in Files.
1 parent 796fed6 commit 390ee54

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/xsd/wix.xsd

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9053,9 +9053,14 @@
90539053
<xs:annotation>
90549054
<xs:documentation>
90559055
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,
9057-
or named bind path), it is interpreted as relative to the directory containing the
9058-
source file. Absolute paths via a named bind path are recommended.
9056+
9057+
We recommend that patterns be fully-qualified, absolute paths,
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.
90599064

90609065
Wildcards include typical `*.ext` globs and MSBuild-style `**` globs to indicate
90619066
that directories should be recursed. Examples include:

0 commit comments

Comments
 (0)