blob: 816524ede1ab2a729e134406ad0af7ddc248022f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
<Bundle Name="TrimmedSCDEarliestCoreMBA" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="5CE5B5C7-4B6B-4B95-B297-731F1F956533">
<BootstrapperApplicationRef Id="DotNetCoreBootstrapperApplicationHost">
<bal:WixDotNetCoreBootstrapperApplication SelfContainedDeployment="yes" />
<PayloadGroupRef Id="publish.Example.EarliestCoreMBA.trimmedscd" />
</BootstrapperApplicationRef>
<Chain>
<ExePackage SourceFile="c:\windows\system32\kernel32.dll" PerMachine="yes" />
</Chain>
</Bundle>
</Wix>
|