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