ManagedBootstrapperApplicationPrereqInformation element (Bal extension)
Adds license information for a prereq package, should only be used when unable to add the license attributes to the package directly.
Available in WiX v4. Deprecated in WiX v5; use BootstrapperApplicationPrerequisiteInformation instead.
Parents
Attributes
LicenseFile (String) : Source file of the license. May not be used with LicenseUrl.
LicenseUrl (String) : Source url of the license. May not be used with LicenseFile.
PackageId (String, required) : Id of the target package.