diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-08 23:03:30 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-09 13:33:18 -0600 |
| commit | 70e370b4494a87cbbe234130882cad4a1021f82a (patch) | |
| tree | 62966467e371f884bd987d539f840242f9245c61 /src/test/examples/FullFramework2Bundle | |
| parent | c52a40fc649b0aebb673cced64a2773aa2425e2d (diff) | |
| download | wix-70e370b4494a87cbbe234130882cad4a1021f82a.tar.gz wix-70e370b4494a87cbbe234130882cad4a1021f82a.tar.bz2 wix-70e370b4494a87cbbe234130882cad4a1021f82a.zip | |
Require the custom BA elements to reference built-in BAs.
Diffstat (limited to 'src/test/examples/FullFramework2Bundle')
| -rw-r--r-- | src/test/examples/FullFramework2Bundle/Bundle.wxs | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/test/examples/FullFramework2Bundle/Bundle.wxs b/src/test/examples/FullFramework2Bundle/Bundle.wxs index c95631db..d0acd0e4 100644 --- a/src/test/examples/FullFramework2Bundle/Bundle.wxs +++ b/src/test/examples/FullFramework2Bundle/Bundle.wxs | |||
| @@ -1,13 +1,12 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> |
| 2 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" | ||
| 3 | xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal"> | ||
| 4 | <Bundle Name="FullFramework2MBA" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="5CE5B5C7-4B6B-4B95-B297-731F1F956533"> | 2 | <Bundle Name="FullFramework2MBA" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="5CE5B5C7-4B6B-4B95-B297-731F1F956533"> |
| 5 | <BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost"> | 3 | <BootstrapperApplication> |
| 6 | <Payload SourceFile="Example.FullFramework2MBA\net20\win-x86\Example.FullFramework2MBA.dll" /> | 4 | <Payload SourceFile="Example.FullFramework2MBA\net20\win-x86\Example.FullFramework2MBA.dll" /> |
| 7 | <Payload SourceFile="Example.FullFramework2MBA\net20\win-x86\mbanative.dll" /> | 5 | <Payload SourceFile="Example.FullFramework2MBA\net20\win-x86\mbanative.dll" /> |
| 8 | <Payload SourceFile="Example.FullFramework2MBA\net20\win-x86\WixToolset.Mba.Core.dll" /> | 6 | <Payload SourceFile="Example.FullFramework2MBA\net20\win-x86\WixToolset.Mba.Core.dll" /> |
| 9 | <Payload SourceFile="Example.FullFramework2MBA\net20\win-x86\WixToolset.Mba.Host.config" /> | 7 | <Payload SourceFile="Example.FullFramework2MBA\net20\win-x86\WixToolset.Mba.Host.config" /> |
| 10 | </BootstrapperApplicationRef> | 8 | <bal:WixManagedBootstrapperApplicationHost /> |
| 9 | </BootstrapperApplication> | ||
| 11 | <Chain> | 10 | <Chain> |
| 12 | <ExePackage SourceFile="c:\windows\system32\kernel32.dll" bal:PrereqPackage="yes" /> | 11 | <ExePackage SourceFile="c:\windows\system32\kernel32.dll" bal:PrereqPackage="yes" /> |
| 13 | </Chain> | 12 | </Chain> |
