Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The bundle provider's presence needs to follow ARP registration. | Sean Hall | 2022-02-01 | 1 | -18/+24 |
| | |||||
* | Fix 32/64-bit bitness handling in Burn and BUtil. | Bob Arnson | 2022-01-16 | 1 | -1/+1 |
| | | | | | | - Take advantage of RegOpenEx. - Always look for related bundles in both 32 and 64 hives. - BundleEnumRelatedBundle requires caller to specify bitness. | ||||
* | Remove BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING. | Bob Arnson | 2021-12-27 | 1 | -1/+0 |
| | | | | Thanks to @rseanhall's sharp eyes. | ||||
* | Remove RebootRequired per... | Bob Arnson | 2021-12-27 | 1 | -1/+0 |
| | | | | ...https://github.com/wixtoolset/issues/issues/6668. | ||||
* | Recreate the command line for the clean room process. | Sean Hall | 2021-08-04 | 1 | -6/+6 |
| | | | | | | Persist /xlog when resuming from RunOnce. Fixes #6259 | ||||
* | Parse most of Burn command line parameters into BURN_ENGINE_COMMAND. | Sean Hall | 2021-08-04 | 1 | -6/+12 |
| | |||||
* | Add BURN_DEPENDENCIES struct to store Dependency state. | Sean Hall | 2021-08-04 | 1 | -6/+30 |
| | |||||
* | Replace static cache internals with a struct. | Sean Hall | 2021-08-04 | 1 | -24/+54 |
| | | | | Initialize them explicitly to make it clearer when that happens. | ||||
* | Add fixed buffer butil APIs. | Sean Hall | 2021-07-19 | 1 | -1/+2 |
| | |||||
* | Refactor butil while cleaning up other things. | Sean Hall | 2021-07-18 | 1 | -39/+41 |
| | |||||
* | Allow access to persisted variables from related bundles. | Jacob Hoover | 2021-07-18 | 1 | -9/+169 |
| | | | | Implements #3704 | ||||
* | Add InProgressDisplayName for bundles. | Sean Hall | 2021-05-19 | 1 | -18/+20 |
| | | | | #6296 | ||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+772 |