aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Include bundle reboot-pending in RebootPending variable.Bob Arnson2021-03-284-54/+163
| * Use wiutil to start/end msi transactionsNir Bar2021-03-1710-81/+163
| * Handle when related bundles have an uninstall key but aren't cached.Sean Hall2021-03-1114-34/+188
| * Determine whether to ignore forward compatible bundles during Plan.Sean Hall2021-03-1112-110/+200
| * Ensure bundle is registered and cached when modifying machine state.Sean Hall2021-03-091-20/+13
| * Consider the bundle as eligible for cleanup if running from the cache.Sean Hall2021-03-091-1/+1
| * Correctly handle missing/null values with ~<> operator.Bob Arnson2021-03-072-1/+4
| * Use SHA512 instead of SHA1.Sean Hall2021-03-029-15/+17
| * Upgrade to latest dutil for SHA512.Sean Hall2021-03-027-10/+9
| * Let the BA request the bundle to stay installed from OnUnregisterBegin.Sean Hall2021-03-024-7/+11
| * Loosen restrictions for actions that don't affect machine state.Sean Hall2021-03-024-9/+8
| * Always remove all dependencies the bundle could have registered.Sean Hall2021-03-027-13/+37
| * Fix patch registration states during plan and apply.Sean Hall2021-02-2212-164/+344
| * Add patch target for slipstream MSI package even if not installed.Sean Hall2021-02-2212-91/+546
| * Add logging for patch target products.Sean Hall2021-02-229-31/+98
| * Only the requested state and Cache=always should affect requestedCache.Sean Hall2021-02-2211-90/+28
| * Get all request states up front before building the plan.Sean Hall2021-02-2212-157/+317
| * Initialize exe package ancestors during CoreInitialize instead of Plan.Sean Hall2021-02-2210-41/+58
| * Rename *TargetMsiPackage BA events to *PatchTarget.Sean Hall2021-02-224-22/+22
| * Make PlanTest test fDeleted and the expected states of all packages.Sean Hall2021-02-221-35/+86
| * Add `/xlog` switch to get verbose-est Burn logging.Bob Arnson2021-02-221-1/+7
| * Remove BITS support. Update DUtil dependency.Bob Arnson2021-02-0911-561/+15
| * Require Vista (Server 2008) SP2 or newer.Sean Hall2021-02-0713-71/+21
| * Add guid to ProjectReferences so .vcx project system understands them.Sean Hall2021-02-072-3/+7
| * Cleanup should always be attempted, and add some logging for it.Sean Hall2021-02-064-13/+47
| * Add ::Sleep(0) in engine loop to unblock PostThreadMessageSean Hall2021-02-061-0/+6
| * Finalize MSP package registration states before logging them.Sean Hall2021-02-043-8/+13
| * Change the implementation of Cache="always" to request the CACHE state.Sean Hall2021-02-043-77/+30
| * Automatically uninstall the bundle after Quit if eligible.Sean Hall2021-02-0410-12/+131
| * Update the logic for determining when the bundle should be registered.Sean Hall2021-02-0422-267/+804
| * Require re-Detect after Apply.Sean Hall2021-02-047-7/+92
| * Clean up synchronization between the engine and the BA.Sean Hall2021-02-0410-109/+80
| * Move registry checks for dependency ref-counting into Detect.Sean Hall2021-02-0412-220/+354
| * Remove feature to uninstall compatible orphaned MSI packages.Sean Hall2021-02-0415-611/+7
| * Remove Burn AuthenticodeBob Arnson2021-01-3116-562/+12
| * When logging at the debug level, log errors from all sources.Sean Hall2021-01-275-5/+20
| * Always call PlanDump, and make it log at the REPORT_DEBUG level.Sean Hall2021-01-273-52/+44
| * First steps on Burn for x64 and ARM64Bob Arnson2021-01-197-10/+72
| * Fix code analysis warnings.Bob Arnson2021-01-195-7/+14
| * Enable ControlFlowGuard.Bob Arnson2021-01-191-0/+3
| * Fix error tracing, DUTIL_SOURCE_DEFAULT wasn't defined the same in the stub a...Sean Hall2021-01-181-0/+4
| * Remove dead code.Sean Hall2021-01-1712-50/+16
| * Update PlanTest to use manifests created by latest v4.Sean Hall2021-01-176-187/+129
| * Upgrade to latest dutil as first step for x64 and ARM64Bob Arnson2021-01-1119-44/+44
| * WIXFEAT:6195 - Don't change current directory for ExePackage.Sean Hall2020-12-151-14/+2
| * WIXBUG:4539 - Fix overall Cache action planning with related bundles.Sean Hall2020-12-152-0/+78
| * Refactor PlanRelatedBundlesBegin without changing behavior.Sean Hall2020-12-152-43/+69
| * Consolidate the code for the BA and bext engines.Sean Hall2020-11-176-685/+956
| * Allow E_IMPL from BA/bext and check all cbSizes from BA/bext.Sean Hall2020-11-178-179/+372
| * Add BA messages around system restore points.Sean Hall2020-11-176-9/+342