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

Commit 7c46d36

Browse files
committed
Document some defaults.
Redo of #295 by hand.
1 parent 38bdcd2 commit 7c46d36

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/xsd4/wix.xsd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2492,12 +2492,12 @@
24922492
</xs:attribute>
24932493
<xs:attribute name="Scope" type="PackageScopeTypeUnion">
24942494
<xs:annotation>
2495-
<xs:documentation>Use this attribute to specify the installation scope of this package: per-machine, per-user, or a choice of either.</xs:documentation>
2495+
<xs:documentation>Use this attribute to specify the installation scope of this package: per-machine, per-user, or a choice of either. The default is per-machine.</xs:documentation>
24962496
</xs:annotation>
24972497
</xs:attribute>
24982498
<xs:attribute name="ShortNames" type="YesNoTypeUnion">
24992499
<xs:annotation>
2500-
<xs:documentation>Indicates whether the package files are installed using 8.3 filenames.</xs:documentation>
2500+
<xs:documentation>Indicates whether the package files are installed using 8.3 filenames. The default is no.</xs:documentation>
25012501
</xs:annotation>
25022502
</xs:attribute>
25032503
<xs:attribute name="UpgradeCode" type="Guid">
@@ -2508,10 +2508,11 @@
25082508
<xs:attribute name="UpgradeStrategy" type="UpgradeStrategyTypeUnion">
25092509
<xs:annotation>
25102510
<xs:documentation>
2511+
_New in WiX v5: WiX v5 adds this attribute to the `Package` element._
25112512
The upgrade strategy for the package. If "none," no major upgrade is expected.
25122513
If "majorUpgrade," the UpgradeCode attribute is required and a major upgrade is expected.
2514+
The default is "majorUpgrade."
25132515
A default major upgrade is automatically provided if none is authored.
2514-
_New in WiX v5: WiX v5 adds this attribute to the `Package` element._
25152516
</xs:documentation>
25162517
</xs:annotation>
25172518
</xs:attribute>

0 commit comments

Comments
 (0)