aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/wixstdba_platform.wxi
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/wixstdba_platform.wxi')
-rw-r--r--src/wixlib/wixstdba_platform.wxi41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/wixlib/wixstdba_platform.wxi b/src/wixlib/wixstdba_platform.wxi
new file mode 100644
index 00000000..4076e30c
--- /dev/null
+++ b/src/wixlib/wixstdba_platform.wxi
@@ -0,0 +1,41 @@
1<?xml version='1.0' encoding='utf-8'?>
2<!-- 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. -->
3
4
5<Include xmlns='http://wixtoolset.org/schemas/v4/wxs'>
6 <?include caSuffix.wxi ?>
7 <Fragment>
8 <BootstrapperApplication Id='WixStandardBootstrapperApplication.RtfLicense$(var.Suffix)' SourceFile='!(bindpath.$(var.platform))\wixstdba.dll'>
9 <PayloadGroupRef Id='WixStdbaRtfLicensePayloads' />
10 </BootstrapperApplication>
11 </Fragment>
12
13 <Fragment>
14 <BootstrapperApplication Id='WixStandardBootstrapperApplication.RtfLargeLicense$(var.Suffix)' SourceFile='!(bindpath.$(var.platform))\wixstdba.dll'>
15 <PayloadGroupRef Id='WixStdbaRtfLargeLicensePayloads' />
16 </BootstrapperApplication>
17 </Fragment>
18
19 <Fragment>
20 <BootstrapperApplication Id='WixStandardBootstrapperApplication.HyperlinkLicense$(var.Suffix)' SourceFile='!(bindpath.$(var.platform))\wixstdba.dll'>
21 <PayloadGroupRef Id='WixStdbaHyperlinkLicensePayloads' />
22 </BootstrapperApplication>
23 </Fragment>
24
25 <Fragment>
26 <BootstrapperApplication Id='WixStandardBootstrapperApplication.HyperlinkLargeLicense$(var.Suffix)' SourceFile='!(bindpath.$(var.platform))\wixstdba.dll'>
27 <PayloadGroupRef Id='WixStdbaHyperlinkLargeLicensePayloads' />
28 </BootstrapperApplication>
29 </Fragment>
30
31 <Fragment>
32 <BootstrapperApplication Id='WixStandardBootstrapperApplication.HyperlinkSidebarLicense$(var.Suffix)' SourceFile='!(bindpath.$(var.platform))\wixstdba.dll'>
33 <PayloadGroupRef Id='WixStdbaHyperlinkSidebarLicensePayloads' />
34 </BootstrapperApplication>
35 </Fragment>
36
37 <Fragment>
38
39 <BootstrapperApplication Id='WixStandardBootstrapperApplication.Foundation$(var.Suffix)' SourceFile='!(bindpath.$(var.platform))\wixstdba.dll' />
40 </Fragment>
41</Include>