aboutsummaryrefslogtreecommitdiff
path: root/src/engine/core.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Share code to map stream name to payload when extracting containers.Sean Hall2021-04-251-1/+1
* UX payloads are never external, part 2.Sean Hall2021-04-251-2/+2
* Add BURN_PAYLOAD_GROUP_ITEM to be able to move payloads during caching.Sean Hall2021-04-191-2/+2
* Don't plan payloads.Sean Hall2021-04-191-14/+12
* Detect whether the bundle is cached.Sean Hall2021-04-191-4/+4
* Detect a package as cached if any of its payloads exist.Sean Hall2021-04-191-29/+15
* Handle when related bundles have an uninstall key but aren't cached.Sean Hall2021-03-111-13/+26
* Determine whether to ignore forward compatible bundles during Plan.Sean Hall2021-03-111-33/+32
* Loosen restrictions for actions that don't affect machine state.Sean Hall2021-03-021-6/+5
* Fix patch registration states during plan and apply.Sean Hall2021-02-221-5/+20
* Add patch target for slipstream MSI package even if not installed.Sean Hall2021-02-221-0/+3
* Add logging for patch target products.Sean Hall2021-02-221-0/+11
* Get all request states up front before building the plan.Sean Hall2021-02-221-6/+14
* Initialize exe package ancestors during CoreInitialize instead of Plan.Sean Hall2021-02-221-3/+40
* Add `/xlog` switch to get verbose-est Burn logging.Bob Arnson2021-02-221-1/+7
* Cleanup should always be attempted, and add some logging for it.Sean Hall2021-02-061-8/+15
* Finalize MSP package registration states before logging them.Sean Hall2021-02-041-2/+0
* Automatically uninstall the bundle after Quit if eligible.Sean Hall2021-02-041-3/+59
* Update the logic for determining when the bundle should be registered.Sean Hall2021-02-041-6/+12
* 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
* Always call PlanDump, and make it log at the REPORT_DEBUG level.Sean Hall2021-01-271-2/+0
* 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
* 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