diff options
Diffstat (limited to 'src/test/examples/LatestCoreBundleTrimmedSCD')
| -rw-r--r-- | src/test/examples/LatestCoreBundleTrimmedSCD/TrimmedSelfContainedBundle.wxs | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/test/examples/LatestCoreBundleTrimmedSCD/TrimmedSelfContainedBundle.wxs b/src/test/examples/LatestCoreBundleTrimmedSCD/TrimmedSelfContainedBundle.wxs index eee87933..a9cf1ac7 100644 --- a/src/test/examples/LatestCoreBundleTrimmedSCD/TrimmedSelfContainedBundle.wxs +++ b/src/test/examples/LatestCoreBundleTrimmedSCD/TrimmedSelfContainedBundle.wxs | |||
| @@ -1,11 +1,9 @@ | |||
| 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="TrimmedSCDLatestCoreMBA" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="5CE5B5C7-4B6B-4B95-B297-731F1F956533"> | 2 | <Bundle Name="TrimmedSCDLatestCoreMBA" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="5CE5B5C7-4B6B-4B95-B297-731F1F956533"> |
| 5 | <BootstrapperApplicationRef Id="DotNetCoreBootstrapperApplicationHost"> | 3 | <BootstrapperApplication> |
| 6 | <bal:WixDotNetCoreBootstrapperApplication SelfContainedDeployment="yes" /> | 4 | <bal:WixDotNetCoreBootstrapperApplicationHost SelfContainedDeployment="yes" /> |
| 7 | <PayloadGroupRef Id="publish.Example.LatestCoreMBA.trimmedscd" /> | 5 | <PayloadGroupRef Id="publish.Example.LatestCoreMBA.trimmedscd" /> |
| 8 | </BootstrapperApplicationRef> | 6 | </BootstrapperApplication> |
| 9 | <Chain> | 7 | <Chain> |
| 10 | <ExePackage SourceFile="c:\windows\system32\kernel32.dll" PerMachine="yes" /> | 8 | <ExePackage SourceFile="c:\windows\system32\kernel32.dll" PerMachine="yes" /> |
| 11 | </Chain> | 9 | </Chain> |
