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 | 10 | -33/+9 |
| | |||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 7 | -49/+52 |
| | |||||
* | Move infinite loop detection into the hosts. | Sean Hall | 2022-05-14 | 1 | -1/+8 |
| | | | | | | | 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. | ||||
* | Upgrade test BAs to net6.0 and use x64 bundles for ManagedHost tests. | Sean Hall | 2022-04-19 | 3 | -2/+4 |
| | | | | Fixes 6651 | ||||
* | Replace Dnc.Host with Dnc.HostGenerator to support linker trimming. | Sean Hall | 2022-04-19 | 2 | -6/+14 |
| | |||||
* | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 2022-03-05 | 1 | -3/+3 |
| | | | | Being registered in ARP and "installed" were always separate concepts, and some things like fEligibleForCleanup were looking at the wrong thing. This also allows the BA to tell the difference. | ||||
* | Don't report related operation in OnDetectRelatedBundle. | Sean Hall | 2021-12-30 | 2 | -16/+54 |
| | | | | #5796 | ||||
* | Add BA events for setting the update bundle. | Sean Hall | 2021-12-11 | 1 | -0/+9 |
| | | | | Fixes #6410 | ||||
* | Expose overridable variable APIs in balutil and Mba.Core. | Sean Hall | 2021-07-02 | 1 | -6/+6 |
| | | | | Fixes #4777 | ||||
* | Add tests for WixBA. | Sean Hall | 2021-05-11 | 7 | -30/+69 |
| | |||||
* | Move WixToolset.WixBA into test/burn and use new PackageReferences. | Sean Hall | 2021-05-11 | 21 | -0/+2813 |