diff options
Diffstat (limited to 'src/wixext/bal.xsd')
-rw-r--r-- | src/wixext/bal.xsd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/wixext/bal.xsd b/src/wixext/bal.xsd index ee1f8cec..1bec2873 100644 --- a/src/wixext/bal.xsd +++ b/src/wixext/bal.xsd | |||
@@ -277,6 +277,21 @@ | |||
277 | </xs:annotation> | 277 | </xs:annotation> |
278 | </xs:attribute> | 278 | </xs:attribute> |
279 | 279 | ||
280 | <xs:attribute name="DisplayInternalUICondition" type="xs:string"> | ||
281 | <xs:annotation> | ||
282 | <xs:documentation> | ||
283 | Specifies whether the bundle will show the UI authored into the msi package. If not specified or the condition evaluates | ||
284 | to false, all information is routed to the bootstrapper application to provide a unified installation experience. | ||
285 | Otherwise, the UI authored into the msi package will be displayed on top of any bootstrapper application UI. | ||
286 | WixStdBA doesn't support EmbeddedUI. | ||
287 | </xs:documentation> | ||
288 | <xs:appinfo> | ||
289 | <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="MsiPackage" /> | ||
290 | <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="MspPackage" /> | ||
291 | </xs:appinfo> | ||
292 | </xs:annotation> | ||
293 | </xs:attribute> | ||
294 | |||
280 | <xs:attribute name="Overridable" type="YesNoType"> | 295 | <xs:attribute name="Overridable" type="YesNoType"> |
281 | <xs:annotation> | 296 | <xs:annotation> |
282 | <xs:documentation> | 297 | <xs:documentation> |