Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 271a57b

Browse files
committed
Fix Files/@Directory doc.
Fixes wixtoolset/issues#8077.
1 parent aa918bd commit 271a57b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/xsd4/wix.xsd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8977,10 +8977,8 @@
89778977
<xs:attribute name="Directory" type="xs:string">
89788978
<xs:annotation>
89798979
<xs:documentation>
8980-
This attribute specifies a reference to a Directory element with matching Id attribute containing a directory path.
8981-
This attribute is typically used with the ExeCommand attribute to specify the source executable for a type 34
8982-
custom action, or with the Value attribute to specify a formatted string to place in the specified Directory
8983-
table entry in a type 35 custom action.
8980+
This attribute specifies a reference to a Directory element with matching Id attribute containing a directory path
8981+
for the root of the harvested files.
89848982
</xs:documentation>
89858983
</xs:annotation>
89868984
</xs:attribute>

0 commit comments

Comments
 (0)