| Commit message (Expand) | Author | Files | Lines |
2021-02-06 | Add ::Sleep(0) in engine loop to unblock PostThreadMessage | Sean Hall | 1 | -0/+6 |
2021-02-04 | Finalize MSP package registration states before logging them. | Sean Hall | 3 | -8/+13 |
2021-02-04 | Change the implementation of Cache="always" to request the CACHE state. | Sean Hall | 3 | -77/+30 |
2021-02-04 | Automatically uninstall the bundle after Quit if eligible. | Sean Hall | 10 | -12/+131 |
2021-02-04 | Update the logic for determining when the bundle should be registered. | Sean Hall | 22 | -267/+804 |
2021-02-04 | Require re-Detect after Apply. | Sean Hall | 7 | -7/+92 |
2021-02-04 | Clean up synchronization between the engine and the BA. | Sean Hall | 10 | -109/+80 |
2021-02-04 | Move registry checks for dependency ref-counting into Detect. | Sean Hall | 12 | -220/+354 |
2021-02-04 | Remove feature to uninstall compatible orphaned MSI packages. | Sean Hall | 15 | -611/+7 |
2021-01-31 | Remove Burn Authenticode | Bob Arnson | 16 | -562/+12 |
2021-01-27 | When logging at the debug level, log errors from all sources. | Sean Hall | 5 | -5/+20 |
2021-01-27 | Always call PlanDump, and make it log at the REPORT_DEBUG level. | Sean Hall | 3 | -52/+44 |
2021-01-19 | First steps on Burn for x64 and ARM64 | Bob Arnson | 9 | -12/+88 |
2021-01-19 | Fix code analysis warnings. | Bob Arnson | 5 | -7/+14 |
2021-01-19 | Enable ControlFlowGuard. | Bob Arnson | 1 | -0/+3 |
2021-01-18 | Fix error tracing, DUTIL_SOURCE_DEFAULT wasn't defined the same in the stub a... | Sean Hall | 1 | -0/+4 |
2021-01-17 | Remove dead code. | Sean Hall | 12 | -50/+16 |
2021-01-17 | Update PlanTest to use manifests created by latest v4. | Sean Hall | 6 | -187/+129 |
2021-01-11 | Upgrade to latest dutil as first step for x64 and ARM64 | Bob Arnson | 19 | -44/+44 |
2020-12-15 | WIXFEAT:6195 - Don't change current directory for ExePackage. | Sean Hall | 1 | -14/+2 |
2020-12-15 | WIXBUG:4539 - Fix overall Cache action planning with related bundles. | Sean Hall | 2 | -0/+78 |
2020-12-15 | Refactor PlanRelatedBundlesBegin without changing behavior. | Sean Hall | 2 | -43/+69 |
2020-11-17 | Consolidate the code for the BA and bext engines. | Sean Hall | 6 | -685/+956 |
2020-11-17 | Allow E_IMPL from BA/bext and check all cbSizes from BA/bext. | Sean Hall | 8 | -179/+372 |
2020-11-17 | Add BA messages around system restore points. | Sean Hall | 6 | -9/+342 |
2020-11-17 | Add logging and BA messages around MSI transactions. | Sean Hall | 9 | -31/+414 |
2020-11-17 | Ignore C26812 warning for C style enums. | Sean Hall | 3 | -1/+13 |
2020-11-17 | Use plan to decide when to begin, commit, or rollback MSI transactions | Sean Hall | 9 | -149/+226 |
2020-11-17 | Clean up the elevation code for MSI transactions. | Sean Hall | 5 | -261/+213 |
2020-11-17 | Add plan tests. | Sean Hall | 15 | -34/+1125 |
2020-11-17 | Run unit tests in the build script. | Sean Hall | 9 | -24/+29 |
2020-11-11 | Update engine PlatformToolset to v142. | Sean Hall | 1 | -2/+2 |
2020-11-01 | WIXFEAT:5355 - Don't clear variable for missing key or value. | Sean Hall | 2 | -4/+8 |
2020-11-01 | WIXFEAT:3816-Format variables and respect absolute paths in Log/@Prefix | Sean Hall | 1 | -16/+38 |
2020-11-01 | Stop encrypting hidden variables. | Sean Hall | 9 | -376/+27 |
2020-11-01 | WIXFEAT:6258 - Format variables when evaluating condition. | Sean Hall | 6 | -55/+112 |
2020-10-31 | Fix version log formats that weren't updated to ls. | Sean Hall | 1 | -3/+3 |
2020-10-31 | Default to same-version upgrades for bundles. | Sean Hall | 2 | -5/+5 |
2020-10-24 | Allow unsetting version variables. | Sean Hall | 4 | -15/+43 |
2020-10-24 | Get the internal Burn version to be Major.Minor.Patch.BuildNumber. | Sean Hall | 3 | -4/+11 |
2020-10-24 | Add CompareVersions engine method. | Sean Hall | 7 | -2/+70 |
2020-10-24 | Update string versioning. | Sean Hall | 9 | -56/+225 |
2020-10-24 | WIXFEAT:6210 Change data type of versions to strings. | Sean Hall | 38 | -429/+505 |
2020-08-09 | Update splash screen to be per-monitor DPI aware. | Sean Hall | 10 | -137/+180 |
2020-08-09 | WIXFEAT:4763 Change "string" variable type to literal and add "formatted". | Sean Hall | 25 | -214/+313 |
2020-07-19 | Don't embed application manifest for burn.exe since Core will embed it. | Sean Hall | 2 | -21/+1 |
2020-07-19 | Make NBGV version resource information go into 1033. | Sean Hall | 2 | -0/+7 |
2020-07-18 | Move Burn headers from BootstrapperCore repo. | Sean Hall | 14 | -16/+1788 |
2020-07-17 | Only support encrypting string variants. | Sean Hall | 3 | -119/+32 |
2020-07-17 | Add VariantTest. | Sean Hall | 4 | -4/+209 |