aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/bal/PrereqLicenseUrl.xsd
blob: 347094453f41a3427013a5451530e5797662f797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<attribute name="PrereqLicenseUrl" type="xs:string">
    <annotation>
      <documentation>
        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.
      </documentation>
      <appinfo>
        <parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="BundlePackage" />
        <parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="ExePackage" />
        <parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="MsiPackage" />
        <parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="MspPackage" />
        <parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="MsuPackage" />
      </appinfo>
    </annotation>
  </attribute>