aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixToolset.WixBA (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-0710-33/+9
|
* Move the BootstrapperApplication out of procRob Mensching2024-03-067-49/+52
|
* Move infinite loop detection into the hosts.Sean Hall2022-05-141-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 Hall2022-04-193-2/+4
| | | | Fixes 6651
* Replace Dnc.Host with Dnc.HostGenerator to support linker trimming.Sean Hall2022-04-192-6/+14
|
* Change ARP property Installed to 0 when registrationType is InProgress.Sean Hall2022-03-051-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 Hall2021-12-302-16/+54
| | | | #5796
* Add BA events for setting the update bundle.Sean Hall2021-12-111-0/+9
| | | | Fixes #6410
* Expose overridable variable APIs in balutil and Mba.Core.Sean Hall2021-07-021-6/+6
| | | | Fixes #4777
* Add tests for WixBA.Sean Hall2021-05-117-30/+69
|
* Move WixToolset.WixBA into test/burn and use new PackageReferences.Sean Hall2021-05-1121-0/+2813