The source code schema for the Windows Installer XML Toolset Burn User Experience 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. If set to "yes", WixStdBA will show a page allowing the user to restart applications when files are in use. When set to "yes", the Prereq BA will plan the package to be installed if its InstallCondition is "true" or empty. 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'." When set to "yes", causes WixStdBA/Prereq BA to use the user's control panel language settings. Otherwise, the previous API (which uses locale instead of language) is used to maintain compatiblity with previous versions of WiX. On Vista and newer platforms, this value set to "yes" will search all specified user languages, including fallback languages, in order. Configures the ManagedBootstrapperApplicationHost for a Bundle. 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. Source file of the logo graphic. Source file of the theme XML. Source file of the theme localization .wxl file. Identifier of the bundle package that contains the .NET Framework. ManagedBootstrapperApplicationHost uses this identifier to determine whether .NET needs to be installed before the managed bootstrapper application can be launched. Values of this type will either be "yes" or "no".