aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/wixstdba_platform.wxi
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-08 23:03:30 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-09 13:33:18 -0600
commit70e370b4494a87cbbe234130882cad4a1021f82a (patch)
tree62966467e371f884bd987d539f840242f9245c61 /src/wixlib/wixstdba_platform.wxi
parentc52a40fc649b0aebb673cced64a2773aa2425e2d (diff)
downloadwix-70e370b4494a87cbbe234130882cad4a1021f82a.tar.gz
wix-70e370b4494a87cbbe234130882cad4a1021f82a.tar.bz2
wix-70e370b4494a87cbbe234130882cad4a1021f82a.zip
Require the custom BA elements to reference built-in BAs.
Diffstat (limited to '')
-rw-r--r--src/wixlib/wixstdba_platform.wxi47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/wixlib/wixstdba_platform.wxi b/src/wixlib/wixstdba_platform.wxi
deleted file mode 100644
index fae52b80..00000000
--- a/src/wixlib/wixstdba_platform.wxi
+++ /dev/null
@@ -1,47 +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 caSuffix.wxi ?>
6 <Fragment>
7 <BootstrapperApplication Id="WixStandardBootstrapperApplication.RtfLicense$(var.Suffix)">
8 <PayloadGroupRef Id="WixStdbaRtfLicensePayloads" />
9 <BootstrapperApplicationDll SourceFile="!(bindpath.$(var.platform))\wixstdba.dll" />
10 </BootstrapperApplication>
11 </Fragment>
12
13 <Fragment>
14 <BootstrapperApplication Id="WixStandardBootstrapperApplication.RtfLargeLicense$(var.Suffix)">
15 <PayloadGroupRef Id="WixStdbaRtfLargeLicensePayloads" />
16 <BootstrapperApplicationDll SourceFile="!(bindpath.$(var.platform))\wixstdba.dll" />
17 </BootstrapperApplication>
18 </Fragment>
19
20 <Fragment>
21 <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkLicense$(var.Suffix)">
22 <PayloadGroupRef Id="WixStdbaHyperlinkLicensePayloads" />
23 <BootstrapperApplicationDll SourceFile="!(bindpath.$(var.platform))\wixstdba.dll" />
24 </BootstrapperApplication>
25 </Fragment>
26
27 <Fragment>
28 <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkLargeLicense$(var.Suffix)">
29 <PayloadGroupRef Id="WixStdbaHyperlinkLargeLicensePayloads" />
30 <BootstrapperApplicationDll SourceFile="!(bindpath.$(var.platform))\wixstdba.dll" />
31 </BootstrapperApplication>
32 </Fragment>
33
34 <Fragment>
35 <BootstrapperApplication Id="WixStandardBootstrapperApplication.HyperlinkSidebarLicense$(var.Suffix)">
36 <PayloadGroupRef Id="WixStdbaHyperlinkSidebarLicensePayloads" />
37 <BootstrapperApplicationDll SourceFile="!(bindpath.$(var.platform))\wixstdba.dll" />
38 </BootstrapperApplication>
39 </Fragment>
40
41 <Fragment>
42
43 <BootstrapperApplication Id="WixStandardBootstrapperApplication.Foundation$(var.Suffix)">
44 <BootstrapperApplicationDll SourceFile="!(bindpath.$(var.platform))\wixstdba.dll" />
45 </BootstrapperApplication>
46 </Fragment>
47</Include>