aboutsummaryrefslogtreecommitdiff
path: root/src/engine/core.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require re-Detect after Apply.Sean Hall2021-02-041-7/+46
|
* Clean up synchronization between the engine and the BA.Sean Hall2021-02-041-39/+8
|
* Move registry checks for dependency ref-counting into Detect.Sean Hall2021-02-041-3/+9
|
* Remove feature to uninstall compatible orphaned MSI packages.Sean Hall2021-02-041-8/+0
|
* Remove Burn AuthenticodeBob Arnson2021-01-311-4/+0
| | | | Fixes https://github.com/wixtoolset/issues/issues/6301
* Always call PlanDump, and make it log at the REPORT_DEBUG level.Sean Hall2021-01-271-2/+0
| | | | Fixes #6327.
* Fix code analysis warnings.Bob Arnson2021-01-191-1/+1
|
* Add BA messages around system restore points.Sean Hall2020-11-171-1/+1
|
* Add plan tests.Sean Hall2020-11-171-0/+4
|
* WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-091-4/+4
|
* WIXBUG:5980 Fix bugs around INSTALLUILEVEL_SOURCERESONLY.Sean Hall2020-05-211-4/+4
| | | | | Apply requires a valid hWnd since otherwise a source resolution prompt could hang the bundle. Burn now defaults to INSTALLUILEVEL_NONE by itself if the bundle is not showing UI.
* WIXFEAT:6164 Give BA control over UI level and handler.Sean Hall2020-05-161-4/+4
|
* Help BAs and BundleExtensions find their data file.Sean Hall2020-03-301-0/+6
|
* Retry ElevationElevate once if we think it failed due to antivirus interference.Sean Hall2020-03-121-2/+8
|
* Import code from old v4 repoSean Hall2018-12-291-0/+1705