aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-08 14:54:46 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-08 15:42:34 -0600
commit81c5b5b271306e505b853ec2df284f276c86bf5a (patch)
treea3cf0475e0da9f1ab7a4f59e2695b8c2fe402b10 /src/test
parent033f7216e5c071fb3cf8f34ac2cf48627972cc2f (diff)
downloadwix-81c5b5b271306e505b853ec2df284f276c86bf5a.tar.gz
wix-81c5b5b271306e505b853ec2df284f276c86bf5a.tar.bz2
wix-81c5b5b271306e505b853ec2df284f276c86bf5a.zip
Update dependencies.
Remove platformless BundleExtension.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs b/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs
index c8f7205f..3c40b09a 100644
--- a/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs
+++ b/src/test/WixToolsetTest.Util/TestData/BundleWithSearches/Bundle.wxs
@@ -1,6 +1,8 @@
1<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util"> 1<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
2 <Bundle Name="!(loc.BundleName)" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a"> 2 <Bundle Name="!(loc.BundleName)" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="047730a5-30fe-4a62-a520-da9381b8226a">
3 <BootstrapperApplication SourceFile="fakeba.dll" /> 3 <BootstrapperApplication>
4 <BootstrapperApplicationDll SourceFile="fakeba.dll" />
5 </BootstrapperApplication>
4 6
5 <util:RegistrySearchRef Id="RegistrySearchId" /> 7 <util:RegistrySearchRef Id="RegistrySearchId" />
6 <util:ProductSearchRef Id="ProductSearchId" /> 8 <util:ProductSearchRef Id="ProductSearchId" />