aboutsummaryrefslogtreecommitdiff
path: root/src/xsd
diff options
context:
space:
mode:
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.