aboutsummaryrefslogtreecommitdiff
path: root/src/xsd
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2025-04-03 17:31:13 -0400
committerBob Arnson <github@bobs.org>2025-04-03 18:22:42 -0400
commit65d22c59d572ae42848a7d1943d3c01d18e0e516 (patch)
tree904e3b586c0bc686e2fa9eaf7d9881b2bad19d86 /src/xsd
parent36eb3fabd3082912d79dbeafc8c406ac6755e1b9 (diff)
downloadwix-main.tar.gz
wix-main.tar.bz2
wix-main.zip
Fix bad copyspaghetti in XSD.HEADmain
Diffstat (limited to '')
-rw-r--r--src/xsd/wix.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsd/wix.xsd b/src/xsd/wix.xsd
index 4229352c..8cf81048 100644
--- a/src/xsd/wix.xsd
+++ b/src/xsd/wix.xsd
@@ -187,7 +187,7 @@
187 <xs:attribute name="Id" type="xs:string"> 187 <xs:attribute name="Id" type="xs:string">
188 <xs:annotation> 188 <xs:annotation>
189 <xs:documentation> 189 <xs:documentation>
190 _New in WiX v6: WiX v6 adds this attribute to the `Package` element._ 190 _New in WiX v6: WiX v6 adds this attribute to the `Bundle` element._
191 A globally unique identiifer for the bundle in the world. It is recommended to use a prefix such as "CompanyName." to 191 A globally unique identiifer for the bundle in the world. It is recommended to use a prefix such as "CompanyName." to
192 create a namespace of sorts. By default, higher versioned upgrade lower versioned bundles with the same Id. Use this 192 create a namespace of sorts. By default, higher versioned upgrade lower versioned bundles with the same Id. Use this
193 attribute instead of the UpgradeCode attribute in new development. 193 attribute instead of the UpgradeCode attribute in new development.