Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default-feature feature doc update. #250

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions src/xsd4/wix.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2271,7 +2271,9 @@
<xs:element ref="Binary" />
<xs:element ref="ComplianceCheck" />
<xs:element ref="Component" />
<xs:element ref="ComponentRef" />
<xs:element ref="ComponentGroup" />
<xs:element ref="ComponentGroupRef" />
<xs:element ref="CustomAction" />
<xs:element ref="CustomActionRef" />
<xs:element ref="CustomTable" />
Expand Down Expand Up @@ -8231,7 +8233,10 @@
</xs:element>
<xs:element name="ComponentGroupRef">
<xs:annotation>
<xs:documentation>Create a reference to a ComponentGroup in another Fragment.</xs:documentation>
<xs:documentation>
Create a reference to a ComponentGroup in another Fragment.
_New in WiX v5: Can be a child of the `Package` element._
</xs:documentation>
<xs:appinfo>
<xse:seeAlso ref="ComponentGroup" />
</xs:appinfo>
Expand Down Expand Up @@ -8319,7 +8324,10 @@
</xs:element>
<xs:element name="ComponentRef">
<xs:annotation>
<xs:documentation>Create a reference to a Feature element in another Fragment.</xs:documentation>
<xs:documentation>
Create a reference to a Feature element in another Fragment.
_New in WiX v5: Can be a child of the `Package` element._
</xs:documentation>
<xs:appinfo>
<xse:seeAlso ref="Component" />
<xse:howtoRef href="files_and_registry/add_a_file.html">How To: Add a file to your installer</xse:howtoRef>
Expand Down