diff options
| author | Rob Mensching <rob@firegiant.com> | 2023-01-01 18:01:42 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2023-01-01 19:42:38 -0800 |
| commit | ffae86ed1f600a72d4183166ffbde9dbed1843e9 (patch) | |
| tree | 4816d69e5c5bd0d75419a2ace6f3ed7345a13b87 /src/test/burn/TestData/DependencyTests/BundleF_AddOnB | |
| parent | fe057678c6c15dd723218b0c82b25ec7e58378b8 (diff) | |
| download | wix-ffae86ed1f600a72d4183166ffbde9dbed1843e9.tar.gz wix-ffae86ed1f600a72d4183166ffbde9dbed1843e9.tar.bz2 wix-ffae86ed1f600a72d4183166ffbde9dbed1843e9.zip | |
Small fixes found while updating XSDs
Diffstat (limited to 'src/test/burn/TestData/DependencyTests/BundleF_AddOnB')
| -rw-r--r-- | src/test/burn/TestData/DependencyTests/BundleF_AddOnB/BundleF_AddOnB.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/TestData/DependencyTests/BundleF_AddOnB/BundleF_AddOnB.wxs b/src/test/burn/TestData/DependencyTests/BundleF_AddOnB/BundleF_AddOnB.wxs index 8a5722f7..74ed5902 100644 --- a/src/test/burn/TestData/DependencyTests/BundleF_AddOnB/BundleF_AddOnB.wxs +++ b/src/test/burn/TestData/DependencyTests/BundleF_AddOnB/BundleF_AddOnB.wxs | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util" xmlns:fortestinguseonly="http://wixtoolset.org/schemas/v4/wxs/fortestinguseonly"> | 5 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util" xmlns:fortestinguseonly="http://wixtoolset.org/schemas/v4/wxs/fortestinguseonly"> |
| 6 | <Fragment> | 6 | <Fragment> |
| 7 | <fortestinguseonly:ForTestingUseOnlyBundle Id="{B774BF3B-3E89-4D42-9D29-AFAB27C5772D}" /> | 7 | <fortestinguseonly:ForTestingUseOnlyBundle Id="{B774BF3B-3E89-4D42-9D29-AFAB27C5772D}" /> |
| 8 | <RelatedBundle Id="583B5ECB-04E6-4837-A30C-A1ADCBE24235" Action="Addon" /> | 8 | <RelatedBundle Id="583B5ECB-04E6-4837-A30C-A1ADCBE24235" Action="addon" /> |
| 9 | <util:RegistrySearch Root="HKLM" Key="$(var.TestExeRegistryKey)" Value="Version" Variable="ExeA_Version" /> | 9 | <util:RegistrySearch Root="HKLM" Key="$(var.TestExeRegistryKey)" Value="Version" Variable="ExeA_Version" /> |
| 10 | 10 | ||
| 11 | <PackageGroup Id="BundlePackages"> | 11 | <PackageGroup Id="BundlePackages"> |
