aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib/wixstdba.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixlib/wixstdba.wxs')
-rw-r--r--src/wixlib/wixstdba.wxs77
1 files changed, 38 insertions, 39 deletions
diff --git a/src/wixlib/wixstdba.wxs b/src/wixlib/wixstdba.wxs
index b2923eaa..8181b9b4 100644
--- a/src/wixlib/wixstdba.wxs
+++ b/src/wixlib/wixstdba.wxs
@@ -1,93 +1,92 @@
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<Wix xmlns='http://wixtoolset.org/schemas/v4/wxs'> 4<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
6 <!-- RTF License Payload Group --> 5 <!-- RTF License Payload Group -->
7 <Fragment> 6 <Fragment>
8 <PayloadGroup Id='WixStdbaRtfLicensePayloads'> 7 <PayloadGroup Id="WixStdbaRtfLicensePayloads">
9 <Payload Name='thm.xml' Compressed='yes' SourceFile='!(wix.WixStdbaThemeXml=RtfTheme.xml)' /> 8 <Payload Name="thm.xml" Compressed="yes" SourceFile="!(wix.WixStdbaThemeXml=RtfTheme.xml)" />
10 <Payload Name='thm.wxl' Compressed='yes' SourceFile='!(wix.WixStdbaThemeWxl=RtfTheme.wxl)' /> 9 <Payload Name="thm.wxl" Compressed="yes" SourceFile="!(wix.WixStdbaThemeWxl=RtfTheme.wxl)" />
11 <Payload Name='logo.png' Compressed='yes' SourceFile='!(wix.WixStdbaLogo=logo.png)' /> 10 <Payload Name="logo.png" Compressed="yes" SourceFile="!(wix.WixStdbaLogo=logo.png)" />
12 11
13 <Payload Name='!(wix.WixStdbaLicenseRtfName=license.rtf)' Compressed='yes' SourceFile='!(wix.WixStdbaLicenseRtf=LoremIpsumLicense.rtf)' /> 12 <Payload Name="!(wix.WixStdbaLicenseRtfName=license.rtf)" Compressed="yes" SourceFile="!(wix.WixStdbaLicenseRtf=LoremIpsumLicense.rtf)" />
14 </PayloadGroup> 13 </PayloadGroup>
15 14
16 <BundleCustomDataRef Id='WixStdbaInformation'> 15 <BundleCustomDataRef Id="WixStdbaInformation">
17 <BundleElement> 16 <BundleElement>
18 <BundleAttribute Id='LicenseFile' Value='!(wix.WixStdbaLicenseRtfName=license.rtf)' /> 17 <BundleAttribute Id="LicenseFile" Value="!(wix.WixStdbaLicenseRtfName=license.rtf)" />
19 </BundleElement> 18 </BundleElement>
20 </BundleCustomDataRef> 19 </BundleCustomDataRef>
21 </Fragment> 20 </Fragment>
22 21
23 <!-- RTF Large License Payload Group --> 22 <!-- RTF Large License Payload Group -->
24 <Fragment> 23 <Fragment>
25 <PayloadGroup Id='WixStdbaRtfLargeLicensePayloads'> 24 <PayloadGroup Id="WixStdbaRtfLargeLicensePayloads">
26 <Payload Name='thm.xml' Compressed='yes' SourceFile='!(wix.WixStdbaThemeXml=RtfLargeTheme.xml)' /> 25 <Payload Name="thm.xml" Compressed="yes" SourceFile="!(wix.WixStdbaThemeXml=RtfLargeTheme.xml)" />
27 <Payload Name='thm.wxl' Compressed='yes' SourceFile='!(wix.WixStdbaThemeWxl=RtfTheme.wxl)' /> 26 <Payload Name="thm.wxl" Compressed="yes" SourceFile="!(wix.WixStdbaThemeWxl=RtfTheme.wxl)" />
28 <Payload Name='logo.png' Compressed='yes' SourceFile='!(wix.WixStdbaLogo=logo.png)' /> 27 <Payload Name="logo.png" Compressed="yes" SourceFile="!(wix.WixStdbaLogo=logo.png)" />
29 28
30 <Payload Name='!(wix.WixStdbaLicenseRtfName=license.rtf)' Compressed='yes' SourceFile='!(wix.WixStdbaLicenseRtf=LoremIpsumLicense.rtf)' /> 29 <Payload Name="!(wix.WixStdbaLicenseRtfName=license.rtf)" Compressed="yes" SourceFile="!(wix.WixStdbaLicenseRtf=LoremIpsumLicense.rtf)" />
31 </PayloadGroup> 30 </PayloadGroup>
32 31
33 <BundleCustomDataRef Id='WixStdbaInformation'> 32 <BundleCustomDataRef Id="WixStdbaInformation">
34 <BundleElement> 33 <BundleElement>
35 <BundleAttribute Id='LicenseFile' Value='!(wix.WixStdbaLicenseRtfName=license.rtf)' /> 34 <BundleAttribute Id="LicenseFile" Value="!(wix.WixStdbaLicenseRtfName=license.rtf)" />
36 </BundleElement> 35 </BundleElement>
37 </BundleCustomDataRef> 36 </BundleCustomDataRef>
38 </Fragment> 37 </Fragment>
39 38
40 <!-- Hyperlink License Payload Group --> 39 <!-- Hyperlink License Payload Group -->
41 <Fragment> 40 <Fragment>
42 <PayloadGroup Id='WixStdbaHyperlinkLicensePayloads'> 41 <PayloadGroup Id="WixStdbaHyperlinkLicensePayloads">
43 <Payload Name='thm.xml' Compressed='yes' SourceFile='!(wix.WixStdbaThemeXml=HyperlinkTheme.xml)' /> 42 <Payload Name="thm.xml" Compressed="yes" SourceFile="!(wix.WixStdbaThemeXml=HyperlinkTheme.xml)" />
44 <Payload Name='thm.wxl' Compressed='yes' SourceFile='!(wix.WixStdbaThemeWxl=HyperlinkTheme.wxl)' /> 43 <Payload Name="thm.wxl" Compressed="yes" SourceFile="!(wix.WixStdbaThemeWxl=HyperlinkTheme.wxl)" />
45 <Payload Name='logo.png' Compressed='yes' SourceFile='!(wix.WixStdbaLogo=logo.png)' /> 44 <Payload Name="logo.png" Compressed="yes" SourceFile="!(wix.WixStdbaLogo=logo.png)" />
46 </PayloadGroup> 45 </PayloadGroup>
47 46
48 <BundleCustomDataRef Id='WixStdbaInformation'> 47 <BundleCustomDataRef Id="WixStdbaInformation">
49 <BundleElement> 48 <BundleElement>
50 <BundleAttribute Id='LicenseUrl' Value='!(wix.WixStdbaLicenseUrl)' /> 49 <BundleAttribute Id="LicenseUrl" Value="!(wix.WixStdbaLicenseUrl)" />
51 </BundleElement> 50 </BundleElement>
52 </BundleCustomDataRef> 51 </BundleCustomDataRef>
53 </Fragment> 52 </Fragment>
54 53
55 <!-- Hyperlink Large License Payload Group --> 54 <!-- Hyperlink Large License Payload Group -->
56 <Fragment> 55 <Fragment>
57 <PayloadGroup Id='WixStdbaHyperlinkLargeLicensePayloads'> 56 <PayloadGroup Id="WixStdbaHyperlinkLargeLicensePayloads">
58 <Payload Name='thm.xml' Compressed='yes' SourceFile='!(wix.WixStdbaThemeXml=HyperlinkLargeTheme.xml)' /> 57 <Payload Name="thm.xml" Compressed="yes" SourceFile="!(wix.WixStdbaThemeXml=HyperlinkLargeTheme.xml)" />
59 <Payload Name='thm.wxl' Compressed='yes' SourceFile='!(wix.WixStdbaThemeWxl=HyperlinkTheme.wxl)' /> 58 <Payload Name="thm.wxl" Compressed="yes" SourceFile="!(wix.WixStdbaThemeWxl=HyperlinkTheme.wxl)" />
60 <Payload Name='logo.png' Compressed='yes' SourceFile='!(wix.WixStdbaLogo=logo.png)' /> 59 <Payload Name="logo.png" Compressed="yes" SourceFile="!(wix.WixStdbaLogo=logo.png)" />
61 </PayloadGroup> 60 </PayloadGroup>
62 61
63 <BundleCustomDataRef Id='WixStdbaInformation'> 62 <BundleCustomDataRef Id="WixStdbaInformation">
64 <BundleElement> 63 <BundleElement>
65 <BundleAttribute Id='LicenseUrl' Value='!(wix.WixStdbaLicenseUrl)' /> 64 <BundleAttribute Id="LicenseUrl" Value="!(wix.WixStdbaLicenseUrl)" />
66 </BundleElement> 65 </BundleElement>
67 </BundleCustomDataRef> 66 </BundleCustomDataRef>
68 </Fragment> 67 </Fragment>
69 68
70 <!-- HyperlinkSidebar License Payload Group --> 69 <!-- HyperlinkSidebar License Payload Group -->
71 <Fragment> 70 <Fragment>
72 <PayloadGroup Id='WixStdbaHyperlinkSidebarLicensePayloads'> 71 <PayloadGroup Id="WixStdbaHyperlinkSidebarLicensePayloads">
73 <Payload Name='thm.xml' Compressed='yes' SourceFile='!(wix.WixStdbaThemeXml=HyperlinkSidebarTheme.xml)' /> 72 <Payload Name="thm.xml" Compressed="yes" SourceFile="!(wix.WixStdbaThemeXml=HyperlinkSidebarTheme.xml)" />
74 <Payload Name='thm.wxl' Compressed='yes' SourceFile='!(wix.WixStdbaThemeWxl=HyperlinkTheme.wxl)' /> 73 <Payload Name="thm.wxl" Compressed="yes" SourceFile="!(wix.WixStdbaThemeWxl=HyperlinkTheme.wxl)" />
75 <Payload Name='logo.png' Compressed='yes' SourceFile='!(wix.WixStdbaLogo=logo.png)' /> 74 <Payload Name="logo.png" Compressed="yes" SourceFile="!(wix.WixStdbaLogo=logo.png)" />
76 <Payload Name='logoside.png' Compressed='yes' SourceFile='!(wix.WixStdbaLogoSide=logoside.png)' /> 75 <Payload Name="logoside.png" Compressed="yes" SourceFile="!(wix.WixStdbaLogoSide=logoside.png)" />
77 </PayloadGroup> 76 </PayloadGroup>
78 77
79 <BundleCustomDataRef Id='WixStdbaInformation'> 78 <BundleCustomDataRef Id="WixStdbaInformation">
80 <BundleElement> 79 <BundleElement>
81 <BundleAttribute Id='LicenseUrl' Value='!(wix.WixStdbaLicenseUrl)' /> 80 <BundleAttribute Id="LicenseUrl" Value="!(wix.WixStdbaLicenseUrl)" />
82 </BundleElement> 81 </BundleElement>
83 </BundleCustomDataRef> 82 </BundleCustomDataRef>
84 </Fragment> 83 </Fragment>
85 84
86 <!-- BootstrapperApplicationData tables definition --> 85 <!-- BootstrapperApplicationData tables definition -->
87 <Fragment> 86 <Fragment>
88 <BundleCustomData Id='WixStdbaInformation'> 87 <BundleCustomData Id="WixStdbaInformation">
89 <BundleAttributeDefinition Id='LicenseFile' /> 88 <BundleAttributeDefinition Id="LicenseFile" />
90 <BundleAttributeDefinition Id='LicenseUrl' /> 89 <BundleAttributeDefinition Id="LicenseUrl" />
91 </BundleCustomData> 90 </BundleCustomData>
92 </Fragment> 91 </Fragment>
93</Wix> 92</Wix>