diff options
author | Rob Mensching <rob@firegiant.com> | 2021-12-02 14:32:14 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-12-03 07:48:37 -0800 |
commit | 2c01f5fa3ac1e7be66b86561f32d2d1c220d7a8f (patch) | |
tree | 461740977b73f6dd3613ca0a6232404cbb2f024d /src/ext/Bal/test/examples/FullFramework2Bundle | |
parent | 6bbe61062a3f3b22ddfe3501f9be688a74559694 (diff) | |
download | wix-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/FullFramework2Bundle')
-rw-r--r-- | src/ext/Bal/test/examples/FullFramework2Bundle/Bundle.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Bal/test/examples/FullFramework2Bundle/Bundle.wxs b/src/ext/Bal/test/examples/FullFramework2Bundle/Bundle.wxs index f0af975c..f3a2b182 100644 --- a/src/ext/Bal/test/examples/FullFramework2Bundle/Bundle.wxs +++ b/src/ext/Bal/test/examples/FullFramework2Bundle/Bundle.wxs | |||
@@ -8,7 +8,7 @@ | |||
8 | <bal:WixManagedBootstrapperApplicationHost /> | 8 | <bal:WixManagedBootstrapperApplicationHost /> |
9 | </BootstrapperApplication> | 9 | </BootstrapperApplication> |
10 | <Chain> | 10 | <Chain> |
11 | <ExePackage DetectCondition="none" SourceFile="c:\windows\system32\kernel32.dll" bal:PrereqPackage="yes" /> | 11 | <ExePackage DetectCondition="none" SourceFile="..\.data\notanexe.exe" bal:PrereqPackage="yes" /> |
12 | </Chain> | 12 | </Chain> |
13 | </Bundle> | 13 | </Bundle> |
14 | </Wix> | 14 | </Wix> |