Skip to content

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.

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.

Parents