aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/EarliestCoreBundleSCD/SelfContainedBundle.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/examples/EarliestCoreBundleSCD/SelfContainedBundle.wxs')
-rw-r--r--src/test/examples/EarliestCoreBundleSCD/SelfContainedBundle.wxs13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/test/examples/EarliestCoreBundleSCD/SelfContainedBundle.wxs b/src/test/examples/EarliestCoreBundleSCD/SelfContainedBundle.wxs
new file mode 100644
index 00000000..d951ffc6
--- /dev/null
+++ b/src/test/examples/EarliestCoreBundleSCD/SelfContainedBundle.wxs
@@ -0,0 +1,13 @@
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="SCDEarliestCoreMBA" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="5CE5B5C7-4B6B-4B95-B297-731F1F956533">
5 <BootstrapperApplicationRef Id="DotNetCoreBootstrapperApplicationHost">
6 <bal:WixDotNetCoreBootstrapperApplication SelfContainedDeployment="yes" />
7 <PayloadGroupRef Id="publish.Example.EarliestCoreMBA.scd" />
8 </BootstrapperApplicationRef>
9 <Chain>
10 <ExePackage SourceFile="c:\windows\system32\kernel32.dll" PerMachine="yes" />
11 </Chain>
12 </Bundle>
13</Wix>