aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.CoreIntegration/TestData
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-02-10 16:12:33 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-02-10 16:21:31 -0600
commit12db1999ea040ea0b1a51b1dfb5c5f92fc8087c4 (patch)
tree40c7b6b7b88618f22ef903ace0a845b2b34e404d /src/test/WixToolsetTest.CoreIntegration/TestData
parent3588e1453240ca59ead8b5f8e63cdb8989bf8f84 (diff)
downloadwix-12db1999ea040ea0b1a51b1dfb5c5f92fc8087c4.tar.gz
wix-12db1999ea040ea0b1a51b1dfb5c5f92fc8087c4.tar.bz2
wix-12db1999ea040ea0b1a51b1dfb5c5f92fc8087c4.zip
SlipstreamMsp belongs under the MsiPackage, not the MspPackage.
Diffstat (limited to 'src/test/WixToolsetTest.CoreIntegration/TestData')
-rw-r--r--src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/BundleA/Bundle.wxs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/BundleA/Bundle.wxs b/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/BundleA/Bundle.wxs
new file mode 100644
index 00000000..bc460636
--- /dev/null
+++ b/src/test/WixToolsetTest.CoreIntegration/TestData/PatchSingle/BundleA/Bundle.wxs
@@ -0,0 +1,10 @@
1<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
2 <Fragment>
3 <PackageGroup Id="BundlePackages">
4 <MsiPackage Id="PackageA" SourceFile="Baseline.msi">
5 <SlipstreamMsp Id="PatchA" />
6 </MsiPackage>
7 <MspPackage Id="PatchA" SourceFile="Patch1.msp" />
8 </PackageGroup>
9 </Fragment>
10</Wix>