blob: a4dc917d4d3a9e6b0f38cf4e3137e50899f48c88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
<?include caSuffix.wxi ?>
<Fragment>
<BootstrapperApplication Id="WixStandardBootstrapperApplication.RtfLicense$(var.Suffix)" SourceFile="!(bindpath.$(var.platform))\wixstdba.dll">
<PayloadGroupRef Id="WixStdbaRtfLicensePayloads" />
</BootstrapperApplication>
</Fragment>
<Fragment>
<BootstrapperApplication Id="WixStandardBootstrapperApplication.RtfLargeLicense$(var.Suffix)" SourceFile="!(bindpath.$(var.platform))\wixstdba.dll">
<PayloadGroupRef Id="WixStdbaRtfLargeLicensePayloads" />
</BootstrapperApplication>
</Fragment>
<Fragment>
<BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkLicense$(var.Suffix)" SourceFile="!(bindpath.$(var.platform))\wixstdba.dll">
<PayloadGroupRef Id="WixStdbaHyperlinkLicensePayloads" />
</BootstrapperApplication>
</Fragment>
<Fragment>
<BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkLargeLicense$(var.Suffix)" SourceFile="!(bindpath.$(var.platform))\wixstdba.dll">
<PayloadGroupRef Id="WixStdbaHyperlinkLargeLicensePayloads" />
</BootstrapperApplication>
</Fragment>
<Fragment>
<BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkSidebarLicense$(var.Suffix)" SourceFile="!(bindpath.$(var.platform))\wixstdba.dll">
<PayloadGroupRef Id="WixStdbaHyperlinkSidebarLicensePayloads" />
</BootstrapperApplication>
</Fragment>
<Fragment>
<BootstrapperApplication Id="WixStandardBootstrapperApplication.Foundation$(var.Suffix)" SourceFile="!(bindpath.$(var.platform))\wixstdba.dll" />
</Fragment>
</Include>
|