aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/DependencyTests/BundleFv2
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2023-01-01 18:01:42 -0800
committerRob Mensching <rob@firegiant.com>2023-01-01 19:42:38 -0800
commitffae86ed1f600a72d4183166ffbde9dbed1843e9 (patch)
tree4816d69e5c5bd0d75419a2ace6f3ed7345a13b87 /src/test/burn/TestData/DependencyTests/BundleFv2
parentfe057678c6c15dd723218b0c82b25ec7e58378b8 (diff)
downloadwix-ffae86ed1f600a72d4183166ffbde9dbed1843e9.tar.gz
wix-ffae86ed1f600a72d4183166ffbde9dbed1843e9.tar.bz2
wix-ffae86ed1f600a72d4183166ffbde9dbed1843e9.zip
Small fixes found while updating XSDs
Diffstat (limited to 'src/test/burn/TestData/DependencyTests/BundleFv2')
-rw-r--r--src/test/burn/TestData/DependencyTests/BundleFv2/BundleFv2.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/TestData/DependencyTests/BundleFv2/BundleFv2.wxs b/src/test/burn/TestData/DependencyTests/BundleFv2/BundleFv2.wxs
index 1347836a..509047d6 100644
--- a/src/test/burn/TestData/DependencyTests/BundleFv2/BundleFv2.wxs
+++ b/src/test/burn/TestData/DependencyTests/BundleFv2/BundleFv2.wxs
@@ -2,7 +2,7 @@
2 2
3<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> 3<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
4 <Fragment> 4 <Fragment>
5 <RelatedBundle Id="583B5ECB-04E6-4837-A30C-A1ADCBE24235" Action="Detect" /> 5 <RelatedBundle Id="583B5ECB-04E6-4837-A30C-A1ADCBE24235" Action="detect" />
6 6
7 <PackageGroup Id="BundlePackages"> 7 <PackageGroup Id="BundlePackages">
8 <MsiPackage Id="PackageA" SourceFile="$(var.PackageAv1.TargetPath)" /> 8 <MsiPackage Id="PackageA" SourceFile="$(var.PackageAv1.TargetPath)" />