aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/LatestCoreBundleSCD
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-03-31 12:42:29 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-03-31 12:42:29 -0500
commit8839cd031fc29f0760f39421330597455a148635 (patch)
treefded1ee022e2fd7266e7c9ef6cf6ee6b880c9c44 /src/test/examples/LatestCoreBundleSCD
parent88ef687ebdad49eaacf729a554c894181ce23ac9 (diff)
downloadwix-8839cd031fc29f0760f39421330597455a148635.tar.gz
wix-8839cd031fc29f0760f39421330597455a148635.tar.bz2
wix-8839cd031fc29f0760f39421330597455a148635.zip
Update to latest Sdk.
Diffstat (limited to 'src/test/examples/LatestCoreBundleSCD')
-rw-r--r--src/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs b/src/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs
index da0ae01f..bedf0326 100644
--- a/src/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs
+++ b/src/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs
@@ -5,7 +5,7 @@
5 <PayloadGroupRef Id="publish.Example.LatestCoreMBA.scd" /> 5 <PayloadGroupRef Id="publish.Example.LatestCoreMBA.scd" />
6 </BootstrapperApplication> 6 </BootstrapperApplication>
7 <Chain> 7 <Chain>
8 <ExePackage Permanent="yes" SourceFile="c:\windows\system32\kernel32.dll" PerMachine="yes" /> 8 <ExePackage DetectCondition="none" SourceFile="c:\windows\system32\kernel32.dll" PerMachine="yes" />
9 </Chain> 9 </Chain>
10 </Bundle> 10 </Bundle>
11</Wix> 11</Wix>