diff options
Diffstat (limited to 'src/wixext/bal.xsd')
-rw-r--r-- | src/wixext/bal.xsd | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/wixext/bal.xsd b/src/wixext/bal.xsd index 3081a279..52f9142f 100644 --- a/src/wixext/bal.xsd +++ b/src/wixext/bal.xsd | |||
@@ -9,7 +9,7 @@ | |||
9 | xmlns="http://wixtoolset.org/schemas/v4/wxs/bal"> | 9 | xmlns="http://wixtoolset.org/schemas/v4/wxs/bal"> |
10 | <xs:annotation> | 10 | <xs:annotation> |
11 | <xs:documentation> | 11 | <xs:documentation> |
12 | The source code schema for the WiX Toolset Burn User Experience Extension. | 12 | The source code schema for the WiX Toolset Bootstrapper Application Layer Extension. |
13 | </xs:documentation> | 13 | </xs:documentation> |
14 | </xs:annotation> | 14 | </xs:annotation> |
15 | 15 | ||
@@ -215,10 +215,25 @@ | |||
215 | </xs:complexType> | 215 | </xs:complexType> |
216 | </xs:element> | 216 | </xs:element> |
217 | 217 | ||
218 | <xs:attribute name="BAFactoryAssembly" type="YesNoType"> | ||
219 | <xs:annotation> | ||
220 | <xs:documentation> | ||
221 | When set to "yes", DotNetCoreBootstrapperApplicationHost will load the DLL and instantiate the type with the BootstrapperApplicationFactoryAttribute. | ||
222 | There must be corresponding deps.json and runtimeconfig.json files (set EnableDynamicLoading to True in the .NET Core project). | ||
223 | The .NET Core project must have been published, not just built. | ||
224 | Only one payload may be marked with this attribute set to "yes". | ||
225 | </xs:documentation> | ||
226 | <xs:appinfo> | ||
227 | <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Payload" /> | ||
228 | </xs:appinfo> | ||
229 | </xs:annotation> | ||
230 | </xs:attribute> | ||
231 | |||
218 | <xs:attribute name="BAFunctions" type="YesNoType"> | 232 | <xs:attribute name="BAFunctions" type="YesNoType"> |
219 | <xs:annotation> | 233 | <xs:annotation> |
220 | <xs:documentation> | 234 | <xs:documentation> |
221 | When set to "yes", WixStdBA will load the DLL and work with it to handle BA messages. | 235 | When set to "yes", WixStdBA will load the DLL and work with it to handle BA messages. |
236 | Only one payload may be marked with this attribute set to "yes". | ||
222 | </xs:documentation> | 237 | </xs:documentation> |
223 | <xs:appinfo> | 238 | <xs:appinfo> |
224 | <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Payload" /> | 239 | <xse:parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Payload" /> |