diff options
Diffstat (limited to 'src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs')
-rw-r--r-- | src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs | 2 |
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 b3538c68..e6f1d566 100644 --- a/src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs +++ b/src/test/WixToolsetTest.Bal/TestData/MBA/Bundle.wxs | |||
@@ -4,7 +4,7 @@ | |||
4 | <Bundle Name="WixStdBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="75D5D534-E177-4689-AAE9-CAC1C39002C2"> | 4 | <Bundle Name="WixStdBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="75D5D534-E177-4689-AAE9-CAC1C39002C2"> |
5 | <BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost" /> | 5 | <BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost" /> |
6 | <Chain> | 6 | <Chain> |
7 | <PackageGroupRef Id="NetFx462Redist" /> | 7 | <ExePackage SourceFile="runtimes\win-x86\native\wixnative.exe" /> |
8 | </Chain> | 8 | </Chain> |
9 | </Bundle> | 9 | </Bundle> |
10 | </Wix> | 10 | </Wix> |