diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-06-21 16:40:17 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-06-22 14:16:11 +1000 |
| commit | b3197fdf8b437d0d8fcc2e564cb1e3484bb1392a (patch) | |
| tree | 33e93073e5fb4939984dcef95a7c4a93653d1d66 /src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs | |
| parent | 89416eb8c4e7dc8ae4dd2aa27aa7c5930421f61a (diff) | |
| download | wix-b3197fdf8b437d0d8fcc2e564cb1e3484bb1392a.tar.gz wix-b3197fdf8b437d0d8fcc2e564cb1e3484bb1392a.tar.bz2 wix-b3197fdf8b437d0d8fcc2e564cb1e3484bb1392a.zip | |
Add BundleCustomDataRef element.
Default BundleCustomData to Type=bootstrapperApplication.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs')
| -rw-r--r-- | src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs index 38d207ca..8482a57e 100644 --- a/src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs +++ b/src/test/WixToolsetTest.CoreIntegration/TestData/BundleCustomTable/BundleCustomTable.wxs | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | <PackageGroupRef Id="MinimalPackageGroup" /> | 5 | <PackageGroupRef Id="MinimalPackageGroup" /> |
| 6 | </PackageGroup> | 6 | </PackageGroup> |
| 7 | 7 | ||
| 8 | <BundleCustomData Id="BundleCustomTableBA" Type="bootstrapperApplication"> | 8 | <BundleCustomData Id="BundleCustomTableBA"> |
| 9 | <BundleAttributeDefinition Id="Id" /> | 9 | <BundleAttributeDefinition Id="Id" /> |
| 10 | <BundleAttributeDefinition Id="Column2" /> | 10 | <BundleAttributeDefinition Id="Column2" /> |
| 11 | 11 | ||
| @@ -17,16 +17,23 @@ | |||
| 17 | <BundleAttribute Id="Column2"><</BundleAttribute> | 17 | <BundleAttribute Id="Column2"><</BundleAttribute> |
| 18 | <BundleAttribute Id="Id">></BundleAttribute> | 18 | <BundleAttribute Id="Id">></BundleAttribute> |
| 19 | </BundleElement> | 19 | </BundleElement> |
| 20 | <BundleElement> | ||
| 21 | <BundleAttribute Id="Id">1</BundleAttribute> | ||
| 22 | <BundleAttribute Id="Column2">2</BundleAttribute> | ||
| 23 | </BundleElement> | ||
| 24 | </BundleCustomData> | 20 | </BundleCustomData> |
| 25 | 21 | ||
| 26 | <BundleCustomData Id="BundleCustomTableBE" Type="bundleExtension" ExtensionId="CustomTableExtension"> | 22 | <BundleCustomData Id="BundleCustomTableBE" ExtensionId="CustomTableExtension"> |
| 27 | <BundleAttributeDefinition Id="Id" /> | 23 | <BundleAttributeDefinition Id="Id" /> |
| 28 | <BundleAttributeDefinition Id="Column2" /> | 24 | <BundleAttributeDefinition Id="Column2" /> |
| 25 | </BundleCustomData> | ||
| 26 | </Fragment> | ||
| 29 | 27 | ||
| 28 | <Fragment> | ||
| 29 | <BundleCustomDataRef Id="BundleCustomTableBA"> | ||
| 30 | <BundleElement> | ||
| 31 | <BundleAttribute Id="Id">1</BundleAttribute> | ||
| 32 | <BundleAttribute Id="Column2">2</BundleAttribute> | ||
| 33 | </BundleElement> | ||
| 34 | </BundleCustomDataRef> | ||
| 35 | |||
| 36 | <BundleCustomDataRef Id="BundleCustomTableBE"> | ||
| 30 | <BundleElement> | 37 | <BundleElement> |
| 31 | <BundleAttribute Id="Id">one</BundleAttribute> | 38 | <BundleAttribute Id="Id">one</BundleAttribute> |
| 32 | <BundleAttribute Id="Column2">two</BundleAttribute> | 39 | <BundleAttribute Id="Column2">two</BundleAttribute> |
| @@ -39,7 +46,7 @@ | |||
| 39 | <BundleAttribute Id="Id">1</BundleAttribute> | 46 | <BundleAttribute Id="Id">1</BundleAttribute> |
| 40 | <BundleAttribute Id="Column2">2</BundleAttribute> | 47 | <BundleAttribute Id="Column2">2</BundleAttribute> |
| 41 | </BundleElement> | 48 | </BundleElement> |
| 42 | </BundleCustomData> | 49 | </BundleCustomDataRef> |
| 43 | 50 | ||
| 44 | <BundleExtension Id="CustomTableExtension" SourceFile="fakeba.dll" /> | 51 | <BundleExtension Id="CustomTableExtension" SourceFile="fakeba.dll" /> |
| 45 | </Fragment> | 52 | </Fragment> |
