Skip to content

Commit

Permalink
Document some defaults.
Browse files Browse the repository at this point in the history
Redo of #295 by hand.
  • Loading branch information
barnson committed Sep 17, 2024
1 parent 38bdcd2 commit 7c46d36
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/xsd4/wix.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2492,12 +2492,12 @@
</xs:attribute>
<xs:attribute name="Scope" type="PackageScopeTypeUnion">
<xs:annotation>
<xs:documentation>Use this attribute to specify the installation scope of this package: per-machine, per-user, or a choice of either.</xs:documentation>
<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>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ShortNames" type="YesNoTypeUnion">
<xs:annotation>
<xs:documentation>Indicates whether the package files are installed using 8.3 filenames.</xs:documentation>
<xs:documentation>Indicates whether the package files are installed using 8.3 filenames. The default is no.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="UpgradeCode" type="Guid">
Expand All @@ -2508,10 +2508,11 @@
<xs:attribute name="UpgradeStrategy" type="UpgradeStrategyTypeUnion">
<xs:annotation>
<xs:documentation>
_New in WiX v5: WiX v5 adds this attribute to the `Package` element._
The upgrade strategy for the package. If "none," no major upgrade is expected.
If "majorUpgrade," the UpgradeCode attribute is required and a major upgrade is expected.
The default is "majorUpgrade."
A default major upgrade is automatically provided if none is authored.
_New in WiX v5: WiX v5 adds this attribute to the `Package` element._
</xs:documentation>
</xs:annotation>
</xs:attribute>
Expand Down

0 comments on commit 7c46d36

Please sign in to comment.