aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs')
-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>