aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/bal/PrereqLicenseFile.xsd
blob: 2b5b8b9a4b73f3685c132e9868c814f7413cb7d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<attribute name="PrereqLicenseFile" type="xs:string">
    <annotation>
      <documentation>
        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.
      </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>