aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/FullFramework4Bundle/Bundle.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/examples/FullFramework4Bundle/Bundle.wxs')
-rw-r--r--src/test/examples/FullFramework4Bundle/Bundle.wxs15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/examples/FullFramework4Bundle/Bundle.wxs b/src/test/examples/FullFramework4Bundle/Bundle.wxs
new file mode 100644
index 00000000..be0be131
--- /dev/null
+++ b/src/test/examples/FullFramework4Bundle/Bundle.wxs
@@ -0,0 +1,15 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
3 xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
4 <Bundle Name="FullFramework4MBA" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="E08068E0-4FBA-439D-A1C8-4CD1FE27093F">
5 <BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost">
6 <Payload SourceFile="Example.FullFramework4MBA\net48\win-x86\Example.FullFramework4MBA.dll" />
7 <Payload SourceFile="Example.FullFramework4MBA\net48\win-x86\mbanative.dll" />
8 <Payload SourceFile="Example.FullFramework4MBA\net48\win-x86\WixToolset.Mba.Core.dll" />
9 <Payload SourceFile="Example.FullFramework4MBA\net48\win-x86\WixToolset.Mba.Host.config" />
10 </BootstrapperApplicationRef>
11 <Chain>
12 <ExePackage SourceFile="c:\windows\system32\kernel32.dll" bal:PrereqPackage="yes" />
13 </Chain>
14 </Bundle>
15</Wix>