aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/test/examples/LatestCoreBundleSCD
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-12-02 14:32:14 -0800
committerRob Mensching <rob@firegiant.com>2021-12-03 07:48:37 -0800
commit2c01f5fa3ac1e7be66b86561f32d2d1c220d7a8f (patch)
tree461740977b73f6dd3613ca0a6232404cbb2f024d /src/ext/Bal/test/examples/LatestCoreBundleSCD
parent6bbe61062a3f3b22ddfe3501f9be688a74559694 (diff)
downloadwix-2c01f5fa3ac1e7be66b86561f32d2d1c220d7a8f.tar.gz
wix-2c01f5fa3ac1e7be66b86561f32d2d1c220d7a8f.tar.bz2
wix-2c01f5fa3ac1e7be66b86561f32d2d1c220d7a8f.zip
Do not use kernel32.dll as test file
Diffstat (limited to 'src/ext/Bal/test/examples/LatestCoreBundleSCD')
-rw-r--r--src/ext/Bal/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Bal/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs b/src/ext/Bal/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs
index bedf0326..a708d0ad 100644
--- a/src/ext/Bal/test/examples/LatestCoreBundleSCD/SelfContainedBundle.wxs
+++ b/src/ext/Bal/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 DetectCondition="none" SourceFile="c:\windows\system32\kernel32.dll" PerMachine="yes" /> 8 <ExePackage DetectCondition="none" SourceFile="..\.data\notanexe.exe" PerMachine="yes" />
9 </Chain> 9 </Chain>
10 </Bundle> 10 </Bundle>
11</Wix> 11</Wix>