aboutsummaryrefslogtreecommitdiff
path: root/src/engine/engine.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Require Vista (Server 2008) SP2 or newer.Sean Hall2021-02-071-7/+3
| | | | #6318
* Cleanup should always be attempted, and add some logging for it.Sean Hall2021-02-061-3/+2
| | | | Continuation of #6297
* Add ::Sleep(0) in engine loop to unblock PostThreadMessageSean Hall2021-02-061-0/+6
|
* Automatically uninstall the bundle after Quit if eligible.Sean Hall2021-02-041-3/+18
| | | | | | | | | | | For now, the requirements are: * The bundle is installed and * The bundle is per-user or has already elevated and * No non-permanent packages are installed and * No non-permanent packages are cached and * No related bundle would run by default during uninstall and * The bundle didn't Uninstall/Cache/Install/Modify/Repair and * The BA didn't opt out of this behavior
* Require re-Detect after Apply.Sean Hall2021-02-041-0/+7
|
* Clean up synchronization between the engine and the BA.Sean Hall2021-02-041-3/+4
|
* Remove Burn AuthenticodeBob Arnson2021-01-311-1/+0
| | | | Fixes https://github.com/wixtoolset/issues/issues/6301
* First steps on Burn for x64 and ARM64Bob Arnson2021-01-191-1/+28
|
* Update splash screen to be per-monitor DPI aware.Sean Hall2020-08-091-0/+9
| | | | Remove GDI+ from engine since the higher quality scaling isn't worth the additional dependency.
* WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-091-1/+1
|
* Help BAs and BundleExtensions find their data file.Sean Hall2020-03-301-0/+2
|
* Add support for BundleExtensions.Sean Hall2020-03-301-0/+12
|
* Add cbSize parameter to BOOTSTRAPPER_COMMAND.Sean Hall2019-12-221-0/+1
|
* Integrate into latest v4Sean Hall2018-12-291-0/+1
|
* Import code from old v4 repoSean Hall2018-12-291-0/+889