aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Bal/TestData/MBA
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-02-04 21:38:19 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-02-04 22:50:08 -0600
commitc01cfd807219d3ea96ad171cdbe5dd9d4a4aced0 (patch)
tree861d4ec0726786ed6d7058b2387501c347dacfec /src/test/WixToolsetTest.Bal/TestData/MBA
parent4a74136e7bf4d861299accdf3302fdeb6df410f8 (diff)
downloadwix-c01cfd807219d3ea96ad171cdbe5dd9d4a4aced0.tar.gz
wix-c01cfd807219d3ea96ad171cdbe5dd9d4a4aced0.tar.bz2
wix-c01cfd807219d3ea96ad171cdbe5dd9d4a4aced0.zip
Update dependencies.
Diffstat (limited to 'src/test/WixToolsetTest.Bal/TestData/MBA')
-rw-r--r--src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs b/src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs
index 8c613acc..ba1aefba 100644
--- a/src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs
+++ b/src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs
@@ -6,7 +6,7 @@
6 <bal:WixManagedBootstrapperApplicationHost /> 6 <bal:WixManagedBootstrapperApplicationHost />
7 </BootstrapperApplication> 7 </BootstrapperApplication>
8 <Chain> 8 <Chain>
9 <ExePackage Permanent="yes" DetectCondition="no" SourceFile="runtimes\win-x86\native\wixnative.exe" /> 9 <ExePackage Permanent="yes" DetectCondition="none" SourceFile="runtimes\win-x86\native\wixnative.exe" />
10 </Chain> 10 </Chain>
11 </Bundle> 11 </Bundle>
12</Wix> 12</Wix>