aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixlib/BalExtension_platform.wxi
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/wixlib/BalExtension_platform.wxi')
-rw-r--r--src/ext/Bal/wixlib/BalExtension_platform.wxi75
1 files changed, 0 insertions, 75 deletions
diff --git a/src/ext/Bal/wixlib/BalExtension_platform.wxi b/src/ext/Bal/wixlib/BalExtension_platform.wxi
deleted file mode 100644
index bb922317..00000000
--- a/src/ext/Bal/wixlib/BalExtension_platform.wxi
+++ /dev/null
@@ -1,75 +0,0 @@
1<!-- 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. -->
2
3
4<Include xmlns="http://wixtoolset.org/schemas/v4/wxs">
5 <?include ..\..\caDecor.wxi ?>
6
7 <Fragment>
8 <BootstrapperApplication Id="WixDotNetCoreBootstrapperApplicationHost$(var.Suffix)">
9 <BootstrapperApplicationDll Id="WixDotNetCoreBootstrapperApplicationHost" SourceFile="!(bindpath.dnchost.$(var.platform))\dnchost.dll" />
10 <Payload SourceFile="!(bindpath.wixstdba.$(var.platform))\wixstdba.dll" Name="dncpreq.dll" />
11 </BootstrapperApplication>
12 </Fragment>
13
14 <Fragment>
15 <BootstrapperApplication Id="WixDotNetCoreBootstrapperApplicationHost.Standard$(var.Suffix)">
16 <PayloadGroupRef Id="DncPreqStandardPayloads" />
17 </BootstrapperApplication>
18 <BootstrapperApplicationRef Id="WixDotNetCoreBootstrapperApplicationHost$(var.Suffix)" />
19 </Fragment>
20
21 <Fragment>
22 <BootstrapperApplication Id="WixInternalUIBootstrapperApplication$(var.Suffix)">
23 <BootstrapperApplicationDll Id="WixInternalUIBootstrapperApplication" SourceFile="!(bindpath.wixiuiba.$(var.platform))\wixiuiba.dll" />
24 <Payload SourceFile="!(bindpath.wixstdba.$(var.platform))\wixstdba.dll" Name="prereqba.dll" />
25 </BootstrapperApplication>
26 </Fragment>
27
28 <Fragment>
29 <BootstrapperApplication Id="WixInternalUIBootstrapperApplication.Standard$(var.Suffix)">
30 <PayloadGroupRef Id="WixIuibaStandardPayloads" />
31 </BootstrapperApplication>
32 <BootstrapperApplicationRef Id="WixInternalUIBootstrapperApplication$(var.Suffix)" />
33 </Fragment>
34
35 <Fragment>
36 <BootstrapperApplication Id="WixStandardBootstrapperApplication$(var.Suffix)">
37 <BootstrapperApplicationDll Id="WixStandardBootstrapperApplication" SourceFile="!(bindpath.wixstdba.$(var.platform))\wixstdba.dll" />
38 </BootstrapperApplication>
39 </Fragment>
40
41 <Fragment>
42 <BootstrapperApplication Id="WixStandardBootstrapperApplication.RtfLicense$(var.Suffix)">
43 <PayloadGroupRef Id="WixStdbaRtfLicensePayloads" />
44 </BootstrapperApplication>
45 <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" />
46 </Fragment>
47
48 <Fragment>
49 <BootstrapperApplication Id="WixStandardBootstrapperApplication.RtfLargeLicense$(var.Suffix)">
50 <PayloadGroupRef Id="WixStdbaRtfLargeLicensePayloads" />
51 </BootstrapperApplication>
52 <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" />
53 </Fragment>
54
55 <Fragment>
56 <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkLicense$(var.Suffix)">
57 <PayloadGroupRef Id="WixStdbaHyperlinkLicensePayloads" />
58 </BootstrapperApplication>
59 <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" />
60 </Fragment>
61
62 <Fragment>
63 <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkLargeLicense$(var.Suffix)">
64 <PayloadGroupRef Id="WixStdbaHyperlinkLargeLicensePayloads" />
65 </BootstrapperApplication>
66 <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" />
67 </Fragment>
68
69 <Fragment>
70 <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkSidebarLicense$(var.Suffix)">
71 <PayloadGroupRef Id="WixStdbaHyperlinkSidebarLicensePayloads" />
72 </BootstrapperApplication>
73 <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication$(var.Suffix)" />
74 </Fragment>
75</Include>