diff options
author | Rob Mensching <rob@firegiant.com> | 2025-02-11 13:53:50 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2025-02-11 15:49:33 -0800 |
commit | 040e50ec2859c1de70cd8e9f957474321774f293 (patch) | |
tree | cebfe14eccdb3884d5eefc443b285917b6b4a38b /src/test/burn/TestData/PrereqBaTests/BundleE | |
parent | ccfed95b510f7cd1b205379d0cec50de69c2d850 (diff) | |
download | wix-040e50ec2859c1de70cd8e9f957474321774f293.tar.gz wix-040e50ec2859c1de70cd8e9f957474321774f293.tar.bz2 wix-040e50ec2859c1de70cd8e9f957474321774f293.zip |
Rewrite Prereq tests after hardening and bypassing .NET GUI errors
Diffstat (limited to 'src/test/burn/TestData/PrereqBaTests/BundleE')
-rw-r--r-- | src/test/burn/TestData/PrereqBaTests/BundleE/BundleE.wxs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/burn/TestData/PrereqBaTests/BundleE/BundleE.wxs b/src/test/burn/TestData/PrereqBaTests/BundleE/BundleE.wxs index b6962b65..b994847e 100644 --- a/src/test/burn/TestData/PrereqBaTests/BundleE/BundleE.wxs +++ b/src/test/burn/TestData/PrereqBaTests/BundleE/BundleE.wxs | |||
@@ -14,11 +14,11 @@ | |||
14 | </Fragment> | 14 | </Fragment> |
15 | 15 | ||
16 | <Fragment> | 16 | <Fragment> |
17 | <util:FileSearch Variable="GoodConfigPresent" Path="[BARuntimeDirectory]\good.runtimeconfig.json" Result="exists" /> | 17 | <util:FileSearch Variable="TestBAConfigPresent" Path="[BARuntimeDirectory]\good.runtimeconfig.json" Result="exists" /> |
18 | 18 | ||
19 | <PackageGroup Id="BundlePackages"> | 19 | <PackageGroup Id="BundlePackages"> |
20 | <ExePackage SourceFile="$(var.ReplaceConfig.TargetPath)" bal:PrereqPackage="yes" | 20 | <ExePackage SourceFile="$(var.ReplaceConfig.TargetPath)" bal:PrereqPackage="yes" |
21 | Permanent="yes" DetectCondition="NOT GoodConfigPresent" | 21 | Permanent="yes" DetectCondition="NOT TestBAConfigPresent" |
22 | InstallArguments=""[BARuntimeDirectory]TestBA.runtimeconfig.json" "[BARuntimeDirectory]good.runtimeconfig.json" "[BARuntimeDirectory]bad.runtimeconfig.json"" /> | 22 | InstallArguments=""[BARuntimeDirectory]TestBA.runtimeconfig.json" "[BARuntimeDirectory]good.runtimeconfig.json" "[BARuntimeDirectory]bad.runtimeconfig.json"" /> |
23 | </PackageGroup> | 23 | </PackageGroup> |
24 | </Fragment> | 24 | </Fragment> |