diff options
Diffstat (limited to 'src/test/burn/TestData/DependencyTests/BundleF/BundleF.wxs')
-rw-r--r-- | src/test/burn/TestData/DependencyTests/BundleF/BundleF.wxs | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/test/burn/TestData/DependencyTests/BundleF/BundleF.wxs b/src/test/burn/TestData/DependencyTests/BundleF/BundleF.wxs index cfeda6c4..51d6c508 100644 --- a/src/test/burn/TestData/DependencyTests/BundleF/BundleF.wxs +++ b/src/test/burn/TestData/DependencyTests/BundleF/BundleF.wxs | |||
@@ -3,18 +3,18 @@ | |||
3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:fortestinguseonly="http://wixtoolset.org/schemas/v4/wxs/fortestinguseonly"> | 3 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:fortestinguseonly="http://wixtoolset.org/schemas/v4/wxs/fortestinguseonly"> |
4 | <Fragment> | 4 | <Fragment> |
5 | <fortestinguseonly:ForTestingUseOnlyBundle Id="{5E9D5B04-41EA-4196-954C-1F7357C31FB0}" /> | 5 | <fortestinguseonly:ForTestingUseOnlyBundle Id="{5E9D5B04-41EA-4196-954C-1F7357C31FB0}" /> |
6 | <RelatedBundle Id="{AAAAAAAA-0000-0000-0000-000000000000}" Action="addon" /> | 6 | <RelatedBundle Code="{AAAAAAAA-0000-0000-0000-000000000000}" Action="addon" /> |
7 | <RelatedBundle Id="{BBBBBBBB-0000-0000-0000-000000000000}" Action="patch" /> | 7 | <RelatedBundle Code="{BBBBBBBB-0000-0000-0000-000000000000}" Action="patch" /> |
8 | <RelatedBundle Id="{CCCCCCCC-0000-0000-0000-000000000000}" Action="upgrade" /> | 8 | <RelatedBundle Code="{CCCCCCCC-0000-0000-0000-000000000000}" Action="upgrade" /> |
9 | <RelatedBundle Id="{DDDDDDDD-0000-0000-0000-000000000000}" Action="detect" /> | 9 | <RelatedBundle Code="{DDDDDDDD-0000-0000-0000-000000000000}" Action="detect" /> |
10 | <RelatedBundle Id="{AAAAAAAA-1111-0000-0000-000000000000}" Action="addon" /> | 10 | <RelatedBundle Code="{AAAAAAAA-1111-0000-0000-000000000000}" Action="addon" /> |
11 | <RelatedBundle Id="{BBBBBBBB-1111-0000-0000-000000000000}" Action="patch" /> | 11 | <RelatedBundle Code="{BBBBBBBB-1111-0000-0000-000000000000}" Action="patch" /> |
12 | <RelatedBundle Id="{CCCCCCCC-1111-0000-0000-000000000000}" Action="upgrade" /> | 12 | <RelatedBundle Code="{CCCCCCCC-1111-0000-0000-000000000000}" Action="upgrade" /> |
13 | <RelatedBundle Id="{DDDDDDDD-1111-0000-0000-000000000000}" Action="detect" /> | 13 | <RelatedBundle Code="{DDDDDDDD-1111-0000-0000-000000000000}" Action="detect" /> |
14 | <RelatedBundle Id="{AAAAAAAA-2222-0000-0000-000000000000}" Action="addon" /> | 14 | <RelatedBundle Code="{AAAAAAAA-2222-0000-0000-000000000000}" Action="addon" /> |
15 | <RelatedBundle Id="{BBBBBBBB-2222-0000-0000-000000000000}" Action="patch" /> | 15 | <RelatedBundle Code="{BBBBBBBB-2222-0000-0000-000000000000}" Action="patch" /> |
16 | <RelatedBundle Id="{CCCCCCCC-2222-0000-0000-000000000000}" Action="upgrade" /> | 16 | <RelatedBundle Code="{CCCCCCCC-2222-0000-0000-000000000000}" Action="upgrade" /> |
17 | <RelatedBundle Id="{DDDDDDDD-2222-0000-0000-000000000000}" Action="detect" /> | 17 | <RelatedBundle Code="{DDDDDDDD-2222-0000-0000-000000000000}" Action="detect" /> |
18 | 18 | ||
19 | <PackageGroup Id="BundlePackages"> | 19 | <PackageGroup Id="BundlePackages"> |
20 | <MsiPackage Id="PackageA" SourceFile="$(var.PackageAv1.TargetPath)" /> | 20 | <MsiPackage Id="PackageA" SourceFile="$(var.PackageAv1.TargetPath)" /> |