Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Audit all transitive dependencies and fix latest vulnerabilities | Rob Mensching | 2024-12-27 | 2 | -2/+2 |
| | | | | | Also, standardize .NET Core TFMs listed before .NET Framework TFMs for no reason but to be consistent | ||||
* | Better .nupkg names | Rob Mensching | 2024-03-07 | 4 | -4/+4 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 6 | -63/+59 |
| | |||||
* | Make the minimum supported .NET Framework v4.6.2 | Rob Mensching | 2023-12-19 | 2 | -4/+4 |
| | |||||
* | Obsolete removed PackageState.Cached value | Rob Mensching | 2023-05-30 | 1 | -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 Arnson | 2022-09-12 | 1 | -1/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6894. | ||||
* | Port EnableFeatureSelection tests from v3 repo, add a new one, fix them | Sean Hall | 2022-08-23 | 1 | -0/+2 |
| | | | | Fixes 4616 | ||||
* | Add ability to skip a local path candidate if it failed verification. | Sean Hall | 2022-08-03 | 1 | -0/+51 |
| | | | | Fixes 6818 | ||||
* | Add ability for non-vital cache package action. | Sean Hall | 2022-06-14 | 1 | -1/+31 |
| | |||||
* | Add option to hosts to always install prereqs. | Sean Hall | 2022-05-14 | 1 | -0/+7 |
| | | | | | | Add PrereqPackage to BundlePackage Implements 4718 | ||||
* | Move infinite loop detection into the hosts. | Sean Hall | 2022-05-14 | 1 | -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 Hall | 2022-05-04 | 1 | -9/+0 |
| | |||||
* | Make the estimated size in ARP a little more accurate. | Sean Hall | 2022-04-23 | 1 | -0/+17 |
| | | | | Fixes 4039 | ||||
* | Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests. | Sean Hall | 2022-04-19 | 2 | -2/+2 |
| | | | | Fixes 6651 | ||||
* | Replace Dnc.Host with Dnc.HostGenerator to support linker trimming. | Sean Hall | 2022-04-19 | 2 | -0/+8 |
| | |||||
* | Add checkpoint so Exe and Msu packages rollback after being cancelled. | Sean Hall | 2022-03-19 | 1 | -3/+22 |
| | | | | Fixes 5950 | ||||
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 1 | -31/+60 |
| | |||||
* | Fix FilesInUse test. | Sean Hall | 2021-12-30 | 1 | -1/+1 |
| | |||||
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 1 | -1/+1 |
| | | | | Fixes #6348 | ||||
* | Expose overridable variable APIs in balutil and Mba.Core. | Sean Hall | 2021-07-02 | 1 | -3/+3 |
| | | | | Fixes #4777 | ||||
* | Implement integrated build process | Rob Mensching | 2021-05-11 | 2 | -4/+4 |
| | |||||
* | Move Integration into test | Rob Mensching | 2021-05-05 | 7 | -0/+762 |