The source code schema for the WiX Toolset Bootstrapper Application Layer Extension.
Conditions for a bundle. The condition is specified in the inner text of the element.
The condition that must evaluate to true for the installation to continue.
Set the value to the text to display when the condition fails and the installation must be terminated.
Configures WixStandardBootstrapperApplication for a Bundle.
If set, the success page will show a Launch button the user can use to launch the application being installed.
The string value can be formatted using Burn variables enclosed in brackets,
to refer to installation directories and so forth.
Id of the target ApprovedExeForElevation element.
If set with LaunchTarget, WixStdBA will launch the application through the Engine's LaunchApprovedExe method instead of through ShellExecute.
If set, WixStdBA will supply these arguments when launching the application specified by the LaunchTarget attribute.
The string value can be formatted using Burn variables enclosed in brackets,
to refer to installation directories and so forth.
If set to "yes", WixStdBA will launch the application specified by the LaunchTarget attribute with the SW_HIDE flag.
This attribute is ignored when the LaunchTargetElevatedId attribute is specified.
WixStdBA will use this working folder when launching the specified application.
The string value can be formatted using Burn variables enclosed in brackets,
to refer to installation directories and so forth.
This attribute is ignored when the LaunchTargetElevatedId attribute is specified.
Source file of the RTF license file. Cannot be used simultaneously with LicenseUrl.
URL target of the license link. Cannot be used simultaneously with LicenseFile. This attribute can be empty to hide the license link completely.
Source file of the logo graphic.
Source file of the side logo graphic.
Source file of the theme XML.
Source file of the theme localization .wxl file.
If set to "yes", the Options button will not be shown and the user will not be able to choose an installation directory.
If set to "yes", attempting to installer a downgraded version of a bundle will be treated as a successful do-nothing operation.
The default behavior (or when explicitly set to "no") is to treat downgrade attempts as failures.
If set to "yes", the Repair button will not be shown in the maintenance-mode UI.
If set to "yes", the application version will be displayed on the UI.
If set to "yes", the bundle can be pre-cached using the /cache command line argument.
Configures the ManagedBootstrapperApplicationHost for a Bundle.
Source file of the logo graphic.
Source file of the theme XML.
Source file of the theme localization .wxl file.
Adds license information for a prereq package, should only be used when unable to add the license attributes to the package directly.
Id of the target package.
Source file of the license. May not be used with LicenseUrl.
Source url of the license. May not be used with LicenseFile.
Configures the DotNetCoreBootstrapperApplicationHost for a Bundle.
Source file of the logo graphic.
Source file of the theme XML.
Source file of the theme localization .wxl file.
Whether the .NET Core BA was published as self-contained (SCD).
If using PublishTrimmed in the .NET Core project, there must be an item group with <TrimmerRootAssembly Include="System.Runtime.Loader" />
When set to "yes", DotNetCoreBootstrapperApplicationHost will load the DLL and instantiate the type with the BootstrapperApplicationFactoryAttribute.
There must be corresponding deps.json and runtimeconfig.json files (set EnableDynamicLoading to True in the .NET Core project).
The .NET Core project must have been published, not just built.
Only one payload may be marked with this attribute set to "yes".
When set to "yes", WixStdBA will load the DLL and work with it to handle BA messages.
Only one payload may be marked with this attribute set to "yes".
Specifies whether the bundle will show the UI authored into the msi package. If not specified or the condition evaluates
to false, all information is routed to the bootstrapper application to provide a unified installation experience.
Otherwise, the UI authored into the msi package will be displayed on top of any bootstrapper application UI.
WixStdBA doesn't support EmbeddedUI.
When set to "yes", lets the user override the variable's default value by specifying another value on the command line,
in the form Variable=Value. Otherwise, WixStdBA won't overwrite the default value and will log
"Ignoring attempt to set non-overridable variable: 'BAR'."
Source file of the RTF license file.
There may only be one package in the bundle that has either the PrereqLicenseFile attribute or the PrereqLicenseUrl attribute.
URL target of the license link.
There may only be one package in the bundle that has either the PrereqLicenseFile attribute or the PrereqLicenseUrl attribute.
When set to "yes", the Prereq BA will plan the package to be installed if its InstallCondition is "true" or empty.
Values of this type will either be "yes" or "no".