| Commit message (Expand) | Author | Age | Files | Lines |
* | Pretty up build output | Rob Mensching | 2023-12-16 | 1 | -1/+1 |
* | Improve logging to remove `(null)`. | Bob Arnson | 2023-06-13 | 1 | -1/+1 |
* | Tame some wild pointers. | Bob Arnson | 2023-05-01 | 1 | -4/+4 |
* | Add `InstallerInformationalVersion`. | Bob Arnson | 2023-02-09 | 3 | -2/+32 |
* | Don't uninstall superseded MSI packages. | Sean Hall | 2023-01-19 | 2 | -4/+93 |
* | Improve test coverage for recent Burn changes. | Sean Hall | 2023-01-14 | 1 | -1/+1 |
* | Register the InstallDate in Burn | Rob Mensching | 2022-12-22 | 2 | -2/+13 |
* | Get "real" Burn version for logging. | Bob Arnson | 2022-12-21 | 2 | -1/+4 |
* | Use MSI transaction end result to detect whether reboot is needed | Nir Bar | 2022-12-12 | 7 | -69/+167 |
* | Minimize calls into GitInfo by caching results during build_init | Rob Mensching | 2022-11-13 | 2 | -3/+1 |
* | WIXFEAT-3704 - Allow access to persisted variables from related bundles | Jacob Hoover | 2022-11-10 | 5 | -5/+69 |
* | Separate WixInternal content from official WixToolset namespace | Rob Mensching | 2022-11-08 | 7 | -9/+9 |
* | Add queutil so Burn can manage its own queue of BA requested actions. | Sean Hall | 2022-10-25 | 11 | -124/+244 |
* | Run tests in bulk to improve performance | Rob Mensching | 2022-10-04 | 1 | -2/+22 |
* | Burn typo/style fixes | Bob Arnson | 2022-09-22 | 1 | -2/+3 |
* | Don't clean packages during layout. | Sean Hall | 2022-09-15 | 2 | -1/+93 |
* | Ignore cache bundle failure if it already exists in the package cache. | Sean Hall | 2022-09-15 | 2 | -7/+12 |
* | Add more burn E2E tests. | Sean Hall | 2022-09-15 | 5 | -7/+37 |
* | Support bundle updates in WixStdBA. | Bob Arnson | 2022-09-12 | 1 | -1/+1 |
* | Update hashes are now hex strings. | Bob Arnson | 2022-09-12 | 5 | -17/+20 |
* | Move `Bundle/@CommandLineVariables` into Bal.wixext. | Sean Hall | 2022-09-09 | 14 | -57/+46 |
* | Add WixCanRestart and make wixstdba elevate for restart when required. | Sean Hall | 2022-09-03 | 11 | -42/+59 |
* | Use elevated engine to make the restart request when it is available. | Sean Hall | 2022-09-03 | 4 | -100/+121 |
* | Delay closing Burn's UI thread so that it can log the bundle's restart. | Sean Hall | 2022-09-03 | 5 | -40/+159 |
* | Delay closing the bundle log so that restart failures will be logged. | Sean Hall | 2022-09-03 | 2 | -33/+42 |
* | Log message when the elevated process is not running elevated. | Sean Hall | 2022-09-03 | 2 | -0/+12 |
* | Mask the elevated secrets when logging its command line. | Sean Hall | 2022-09-03 | 3 | -3/+27 |
* | Supply hashes to BA if present in update feed. | Bob Arnson | 2022-08-31 | 3 | -4/+27 |
* | Pass `/xlog` to elevated engine. | Bob Arnson | 2022-08-26 | 1 | -0/+6 |
* | Process and return the failed version of reboot exit codes in Burn. | Sean Hall | 2022-08-26 | 5 | -1/+55 |
* | Make sure error codes are translated correctly for per-machine packages. | Sean Hall | 2022-08-26 | 12 | -160/+548 |
* | Port EnableFeatureSelection tests from v3 repo, add a new one, fix them | Sean Hall | 2022-08-23 | 1 | -5/+9 |
* | Use a dedicated pipe for redirecting logging from the elevated process. | Sean Hall | 2022-08-19 | 9 | -98/+325 |
* | Create log for elevated process. | Sean Hall | 2022-08-19 | 3 | -0/+22 |
* | Fix bug in IsWuRebootPending where it uninitialized COM on failure. | Sean Hall | 2022-08-19 | 1 | -2/+7 |
* | Resume automatic updates as part of ApplyUninitialize. | Sean Hall | 2022-08-19 | 3 | -13/+20 |
* | Skip logging errors in some places when they are due to missing files or regi... | Sean Hall | 2022-08-09 | 8 | -136/+100 |
* | Add ability to skip a local path candidate if it failed verification. | Sean Hall | 2022-08-03 | 9 | -29/+221 |
* | Make the clean room process replace the splash screen with its own. | Sean Hall | 2022-08-03 | 2 | -1/+20 |
* | Downgrade error to warning when search refs a reserved prefix variable. | Sean Hall | 2022-08-02 | 1 | -0/+33 |
* | Store list of persisted well-known variables in Burn. | Sean Hall | 2022-08-02 | 24 | -76/+300 |
* | Remove support for uninstalling MSU package. | Sean Hall | 2022-07-21 | 5 | -99/+12 |
* | Add WixInternalUIBootstrapperApplication as a new built-in BA. | Sean Hall | 2022-07-20 | 3 | -5/+5 |
* | Make Burn ignore unknown embedded messages. | Sean Hall | 2022-06-29 | 6 | -22/+58 |
* | Add embedded test. | Sean Hall | 2022-06-29 | 11 | -33/+248 |
* | Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion. | Sean Hall | 2022-06-29 | 10 | -106/+111 |
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 9 | -72/+65 |
* | Burn can only log errors while logutil is initialized and not closed. | Sean Hall | 2022-06-27 | 2 | -43/+41 |
* | Use dotnet test on C++/CLI test projects to get trx logs. | Sean Hall | 2022-06-16 | 1 | -2/+4 |
* | Build and run x64 dutil tests. | Sean Hall | 2022-06-15 | 1 | -1/+1 |