aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixlib/BalExtension_platform.wxi
blob: bb9223173c41440d397c64c658d46f3c91cd236e (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!-- 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 ..\..\caDecor.wxi ?>

    <Fragment>
        <BootstrapperApplication Id="WixDotNetCoreBootstrapperApplicationHost$(var.Suffix)">
            <BootstrapperApplicationDll Id="WixDotNetCoreBootstrapperApplicationHost" SourceFile="!(bindpath.dnchost.$(var.platform))\dnchost.dll" />
            <Payload SourceFile="!(bindpath.wixstdba.$(var.platform))\wixstdba.dll" Name="dncpreq.dll" />
        </BootstrapperApplication>
    </Fragment>

    <Fragment>
        <BootstrapperApplication Id="WixDotNetCoreBootstrapperApplicationHost.Standard$(var.Suffix)">
            <PayloadGroupRef Id="DncPreqStandardPayloads" />
        </BootstrapperApplication>
        <BootstrapperApplicationRef Id="WixDotNetCoreBootstrapperApplicationHost$(var.Suffix)" />
    </Fragment>

    <Fragment>
        <BootstrapperApplication Id="WixInternalUIBootstrapperApplication$(var.Suffix)">
            <BootstrapperApplicationDll Id="WixInternalUIBootstrapperApplication" SourceFile="!(bindpath.wixiuiba.$(var.platform))\wixiuiba.dll" />
            <Payload SourceFile="!(bindpath.wixstdba.$(var.platform))\wixstdba.dll" Name="prereqba.dll" />
        </BootstrapperApplication>
    </Fragment>

    <Fragment>
        <BootstrapperApplication Id="WixInternalUIBootstrapperApplication.Standard$(var.Suffix)">
            <PayloadGroupRef Id="WixIuibaStandardPayloads" />
        </BootstrapperApplication>
        <BootstrapperApplicationRef Id="WixInternalUIBootstrapperApplication$(var.Suffix)" />
    </Fragment>

    <Fragment>
        <BootstrapperApplication Id="WixStandardBootstrapperApplication$(var.Suffix)">
            <BootstrapperApplicationDll Id="WixStandardBootstrapperApplication" SourceFile="!(bindpath.wixstdba.$(var.platform))\wixstdba.dll" />
        </BootstrapperApplication>
    </Fragment>

    <Fragment>
        <BootstrapperApplication Id="WixStandardBootstrapperApplication.RtfLicense$(var.Suffix)">
            <PayloadGroupRef Id="WixStdbaRtfLicensePayloads" />
        </BootstrapperApplication>
        <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" />
    </Fragment>

    <Fragment>
        <BootstrapperApplication Id="WixStandardBootstrapperApplication.RtfLargeLicense$(var.Suffix)">
            <PayloadGroupRef Id="WixStdbaRtfLargeLicensePayloads" />
        </BootstrapperApplication>
        <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" />
    </Fragment>

    <Fragment>
        <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkLicense$(var.Suffix)">
            <PayloadGroupRef Id="WixStdbaHyperlinkLicensePayloads" />
        </BootstrapperApplication>
        <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" />
    </Fragment>

    <Fragment>
        <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkLargeLicense$(var.Suffix)">
            <PayloadGroupRef Id="WixStdbaHyperlinkLargeLicensePayloads" />
        </BootstrapperApplication>
        <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" />
    </Fragment>

    <Fragment>
        <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkSidebarLicense$(var.Suffix)">
            <PayloadGroupRef Id="WixStdbaHyperlinkSidebarLicensePayloads" />
        </BootstrapperApplication>
        <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" />
    </Fragment>
</Include>