aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/TestBA (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Audit all transitive dependencies and fix latest vulnerabilitiesRob Mensching2024-12-272-2/+2
| | | | | Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no reason but to be consistent
* Better .nupkg namesRob Mensching2024-03-074-4/+4
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-066-63/+59
|
* Make the minimum supported .NET Framework v4.6.2Rob Mensching2023-12-192-4/+4
|
* Obsolete removed PackageState.Cached valueRob Mensching2023-05-301-1/+1
| | | | | | | | A package's cached status is no longer set via the PackageState. The value was removed in native code but the managed code was missed throwing off the enum mapping. Fixes 7399
* Support bundle updates in WixStdBA.Bob Arnson2022-09-121-1/+1
| | | | Fixes https://github.com/wixtoolset/issues/issues/6894.
* Port EnableFeatureSelection tests from v3 repo, add a new one, fix themSean Hall2022-08-231-0/+2
| | | | Fixes 4616
* Add ability to skip a local path candidate if it failed verification.Sean Hall2022-08-031-0/+51
| | | | Fixes 6818
* Add ability for non-vital cache package action.Sean Hall2022-06-141-1/+31
|
* Add option to hosts to always install prereqs.Sean Hall2022-05-141-0/+7
| | | | | | Add PrereqPackage to BundlePackage Implements 4718
* Move infinite loop detection into the hosts.Sean Hall2022-05-141-1/+7
| | | | | | | Tell the BA during Destroy whether it will be reloaded, and let the BA decide then whether it's module should be unloaded. Show error when infinite prereq loop detected. Only clip the exit code if they're Win32 errors. Set related bundle type to none to avoid downgrades during preqba.
* Only block shutdown during Apply.Sean Hall2022-05-041-9/+0
|
* Make the estimated size in ARP a little more accurate.Sean Hall2022-04-231-0/+17
| | | | Fixes 4039
* Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests.Sean Hall2022-04-192-2/+2
| | | | Fixes 6651
* Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.Sean Hall2022-04-192-0/+8
|
* Add checkpoint so Exe and Msu packages rollback after being cancelled.Sean Hall2022-03-191-3/+22
| | | | Fixes 5950
* Give BA process id and option to wait for cancelled process to exit.Sean Hall2022-03-191-31/+60
|
* Fix FilesInUse test.Sean Hall2021-12-301-1/+1
|
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-301-1/+1
| | | | Fixes #6348
* Expose overridable variable APIs in balutil and Mba.Core.Sean Hall2021-07-021-3/+3
| | | | Fixes #4777
* Implement integrated build processRob Mensching2021-05-112-4/+4
|
* Move Integration into testRob Mensching2021-05-057-0/+762