| Commit message (Expand) | Author | Age | Files | Lines |
* | Tame some wild pointers. | Bob Arnson | 2023-05-01 | 1 | -4/+4 |
* | Add `InstallerInformationalVersion`. | Bob Arnson | 2023-02-09 | 2 | -2/+29 |
* | Don't uninstall superseded MSI packages. | Sean Hall | 2023-01-19 | 1 | -2/+3 |
* | Register the InstallDate in Burn | Rob Mensching | 2022-12-22 | 1 | -2/+11 |
* | 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 | 1 | -2/+1 |
* | WIXFEAT-3704 - Allow access to persisted variables from related bundles | Jacob Hoover | 2022-11-10 | 4 | -0/+66 |
* | Add queutil so Burn can manage its own queue of BA requested actions. | Sean Hall | 2022-10-25 | 11 | -124/+244 |
* | Burn typo/style fixes | Bob Arnson | 2022-09-22 | 1 | -2/+3 |
* | Don't clean packages during layout. | Sean Hall | 2022-09-15 | 1 | -1/+1 |
* | 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 | 3 | -41/+33 |
* | Add WixCanRestart and make wixstdba elevate for restart when required. | Sean Hall | 2022-09-03 | 8 | -40/+56 |
* | 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 | 4 | -1/+35 |
* | Make sure error codes are translated correctly for per-machine packages. | Sean Hall | 2022-08-26 | 8 | -160/+182 |
* | 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 |
* | Store list of persisted well-known variables in Burn. | Sean Hall | 2022-08-02 | 11 | -65/+180 |
* | Remove support for uninstalling MSU package. | Sean Hall | 2022-07-21 | 3 | -94/+7 |
* | 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 | 5 | -21/+36 |
* | Add embedded test. | Sean Hall | 2022-06-29 | 6 | -32/+67 |
* | Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion. | Sean Hall | 2022-06-29 | 8 | -104/+109 |
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 8 | -69/+62 |
* | Burn can only log errors while logutil is initialized and not closed. | Sean Hall | 2022-06-27 | 1 | -0/+41 |
* | Allow BundlePackage to fallback to QuietUninstallString to uninstall. | Sean Hall | 2022-06-14 | 7 | -57/+161 |
* | Add ability for non-vital cache package action. | Sean Hall | 2022-06-14 | 10 | -64/+207 |
* | Implement ArpEntry flavored ExePackage. | Sean Hall | 2022-06-13 | 8 | -41/+295 |
* | Make sure base paths are fully qualified in Burn. | Sean Hall | 2022-06-07 | 12 | -40/+58 |
* | Update Burn algorithm for picking elevated temp path to use SystemTemp. | Sean Hall | 2022-06-07 | 2 | -3/+17 |
* | Add RegReadUnexpandedString to get an unexpanded REG_EXPAND_SZ value. | Sean Hall | 2022-06-07 | 1 | -38/+12 |
* | Make PathGetSystemPath return an array of paths ordered by preference. | Sean Hall | 2022-06-07 | 4 | -56/+101 |
* | Add PathSkipPastRoot. | Sean Hall | 2022-06-07 | 3 | -4/+6 |