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.wxs58
1 files changed, 29 insertions, 29 deletions
diff --git a/src/wixlib/wixstdba.wxs b/src/wixlib/wixstdba.wxs
index 5c99747d..1b5e1342 100644
--- a/src/wixlib/wixstdba.wxs
+++ b/src/wixlib/wixstdba.wxs
@@ -13,11 +13,11 @@
13 <Payload Name='!(wix.WixStdbaLicenseRtfName=license.rtf)' Compressed='yes' SourceFile='!(wix.WixStdbaLicenseRtf=LoremIpsumLicense.rtf)' /> 13 <Payload Name='!(wix.WixStdbaLicenseRtfName=license.rtf)' Compressed='yes' SourceFile='!(wix.WixStdbaLicenseRtf=LoremIpsumLicense.rtf)' />
14 </PayloadGroup> 14 </PayloadGroup>
15 15
16 <CustomTable Id='WixStdbaInformation'> 16 <BundleCustomDataRef Id='WixStdbaInformation'>
17 <Row> 17 <BundleElement>
18 <Data Column='LicenseFile'>!(wix.WixStdbaLicenseRtfName=license.rtf)</Data> 18 <BundleAttribute Id='LicenseFile'>!(wix.WixStdbaLicenseRtfName=license.rtf)</BundleAttribute>
19 </Row> 19 </BundleElement>
20 </CustomTable> 20 </BundleCustomDataRef>
21 </Fragment> 21 </Fragment>
22 22
23 <!-- RTF Large License Payload Group --> 23 <!-- RTF Large License Payload Group -->
@@ -30,11 +30,11 @@
30 <Payload Name='!(wix.WixStdbaLicenseRtfName=license.rtf)' Compressed='yes' SourceFile='!(wix.WixStdbaLicenseRtf=LoremIpsumLicense.rtf)' /> 30 <Payload Name='!(wix.WixStdbaLicenseRtfName=license.rtf)' Compressed='yes' SourceFile='!(wix.WixStdbaLicenseRtf=LoremIpsumLicense.rtf)' />
31 </PayloadGroup> 31 </PayloadGroup>
32 32
33 <CustomTable Id='WixStdbaInformation'> 33 <BundleCustomDataRef Id='WixStdbaInformation'>
34 <Row> 34 <BundleElement>
35 <Data Column='LicenseFile'>!(wix.WixStdbaLicenseRtfName=license.rtf)</Data> 35 <BundleAttribute Id='LicenseFile'>!(wix.WixStdbaLicenseRtfName=license.rtf)</BundleAttribute>
36 </Row> 36 </BundleElement>
37 </CustomTable> 37 </BundleCustomDataRef>
38 </Fragment> 38 </Fragment>
39 39
40 <!-- Hyperlink License Payload Group --> 40 <!-- Hyperlink License Payload Group -->
@@ -45,11 +45,11 @@
45 <Payload Name='logo.png' Compressed='yes' SourceFile='!(wix.WixStdbaLogo=logo.png)' /> 45 <Payload Name='logo.png' Compressed='yes' SourceFile='!(wix.WixStdbaLogo=logo.png)' />
46 </PayloadGroup> 46 </PayloadGroup>
47 47
48 <CustomTable Id='WixStdbaInformation'> 48 <BundleCustomDataRef Id='WixStdbaInformation'>
49 <Row> 49 <BundleElement>
50 <Data Column='LicenseUrl'>!(wix.WixStdbaLicenseUrl)</Data> 50 <BundleAttribute Id='LicenseUrl'>!(wix.WixStdbaLicenseUrl)</BundleAttribute>
51 </Row> 51 </BundleElement>
52 </CustomTable> 52 </BundleCustomDataRef>
53 </Fragment> 53 </Fragment>
54 54
55 <!-- Hyperlink Large License Payload Group --> 55 <!-- Hyperlink Large License Payload Group -->
@@ -60,11 +60,11 @@
60 <Payload Name='logo.png' Compressed='yes' SourceFile='!(wix.WixStdbaLogo=logo.png)' /> 60 <Payload Name='logo.png' Compressed='yes' SourceFile='!(wix.WixStdbaLogo=logo.png)' />
61 </PayloadGroup> 61 </PayloadGroup>
62 62
63 <CustomTable Id='WixStdbaInformation'> 63 <BundleCustomDataRef Id='WixStdbaInformation'>
64 <Row> 64 <BundleElement>
65 <Data Column='LicenseUrl'>!(wix.WixStdbaLicenseUrl)</Data> 65 <BundleAttribute Id='LicenseUrl'>!(wix.WixStdbaLicenseUrl)</BundleAttribute>
66 </Row> 66 </BundleElement>
67 </CustomTable> 67 </BundleCustomDataRef>
68 </Fragment> 68 </Fragment>
69 69
70 <!-- HyperlinkSidebar License Payload Group --> 70 <!-- HyperlinkSidebar License Payload Group -->
@@ -76,18 +76,18 @@
76 <Payload Name='logoside.png' Compressed='yes' SourceFile='!(wix.WixStdbaLogoSide=logoside.png)' /> 76 <Payload Name='logoside.png' Compressed='yes' SourceFile='!(wix.WixStdbaLogoSide=logoside.png)' />
77 </PayloadGroup> 77 </PayloadGroup>
78 78
79 <CustomTable Id='WixStdbaInformation'> 79 <BundleCustomDataRef Id='WixStdbaInformation'>
80 <Row> 80 <BundleElement>
81 <Data Column='LicenseUrl'>!(wix.WixStdbaLicenseUrl)</Data> 81 <BundleAttribute Id='LicenseUrl'>!(wix.WixStdbaLicenseUrl)</BundleAttribute>
82 </Row> 82 </BundleElement>
83 </CustomTable> 83 </BundleCustomDataRef>
84 </Fragment> 84 </Fragment>
85 85
86 <!-- BootstrapperApplicationData tables definition --> 86 <!-- BootstrapperApplicationData tables definition -->
87 <Fragment> 87 <Fragment>
88 <CustomTable Id='WixStdbaInformation' Unreal='yes'> 88 <BundleCustomData Id='WixStdbaInformation'>
89 <Column Id='LicenseFile' Category='Text' Type='string' Width='0' Nullable='yes' PrimaryKey='yes' /> 89 <BundleAttributeDefinition Id='LicenseFile' />
90 <Column Id='LicenseUrl' Category='Text' Type='string' Width='0' Nullable='yes' PrimaryKey='yes' /> 90 <BundleAttributeDefinition Id='LicenseUrl' />
91 </CustomTable> 91 </BundleCustomData>
92 </Fragment> 92 </Fragment>
93</Wix> 93</Wix>