| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 1 | -1/+7 |
| | | | | | Reimplements #3190 | ||||
| * | Refactor some dependency detection. | Sean Hall | 2022-01-16 | 1 | -18/+9 |
| | | | | | | * Run DependencyDetect earlier * Do package dependency checking during each package/related bundle | ||||
| * | Don't assume Exe packages with Burn protocol are bundles. | Sean Hall | 2022-01-04 | 1 | -7/+7 |
| | | | | | Related to #3693 | ||||
| * | Don't report related operation in OnDetectRelatedBundle. | Sean Hall | 2021-12-30 | 1 | -1/+1 |
| | | | | | #5796 | ||||
| * | Remove BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING. | Bob Arnson | 2021-12-27 | 1 | -10/+0 |
| | | | | | Thanks to @rseanhall's sharp eyes. | ||||
| * | Add BA events for setting the update bundle. | Sean Hall | 2021-12-11 | 1 | -1/+1 |
| | | | | | Fixes #6410 | ||||
| * | Allow BA to opt out of MSI transaction. | Nir Bar | 2021-08-12 | 1 | -2/+23 |
| | | |||||
| * | Always use user's temp directory as basis for acquisition folder. | Sean Hall | 2021-08-04 | 1 | -4/+4 |
| | | | | | Fixes #5830 | ||||
| * | Add argument and policy setting to set Burn's base working directory. | Sean Hall | 2021-08-04 | 1 | -7/+144 |
| | | | | | Fixes #5856 | ||||
| * | Remove unelevation code since clean room changes made it unreachable. | Sean Hall | 2021-08-04 | 1 | -14/+0 |
| | | |||||
| * | Require clean room switch to be first argument and catch embedded switch ↵ | Sean Hall | 2021-08-04 | 1 | -5/+17 |
| | | | | | specified with other modes in the clean room process. | ||||
| * | Recreate the command line for the clean room process. | Sean Hall | 2021-08-04 | 1 | -29/+234 |
| | | | | | | | 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 | -72/+60 |
| | | |||||
| * | Add BURN_DEPENDENCIES struct to store Dependency state. | Sean Hall | 2021-08-04 | 1 | -11/+18 |
| | | |||||
| * | Replace static cache internals with a struct. | Sean Hall | 2021-08-04 | 1 | -12/+11 |
| | | | | | Initialize them explicitly to make it clearer when that happens. | ||||
| * | Update Burn ARP command lines to skip clean room. | Sean Hall | 2021-08-04 | 1 | -11/+16 |
| | | | | | This also adds an escape hatch to Burn for antivirus interfering with clean room. | ||||
| * | Make the BA responsible for parsing restart prompt behavior. | Sean Hall | 2021-07-02 | 1 | -39/+0 |
| | | | | | Fixes #4975 | ||||
| * | Add bundle option for command line variables to always be uppercase. | Sean Hall | 2021-07-02 | 1 | -1/+8 |
| | | | | | Fixes #3777 | ||||
| * | Apply shouldn't abort if restart's required when doing special actions. | Sean Hall | 2021-06-17 | 1 | -2/+2 |
| | | | | | Fixes #5394 | ||||
| * | Show Burn splash screen earlier. | Sean Hall | 2021-06-09 | 1 | -3/+42 |
| | | | | | | | Make the initial Burn process show the splash screen, and show it before parsing the manifest. Fixes half of #5300 | ||||
| * | Update Burn command line parsing to handle unknown args separately. | Sean Hall | 2021-06-09 | 1 | -90/+141 |
| | | | | | Parse whole command line in InitializeEngineState but store the indices of unknown args. This allows the engine earlier access to the configuration from the command line, while still allowing CoreInitialize to sanitize the command line before logging it. | ||||
| * | Try to log Burn command line even if it was invalid. | Sean Hall | 2021-06-09 | 1 | -24/+70 |
| | | |||||
| * | Put back the rollback cache package functionality and fix its bugs. | Sean Hall | 2021-05-11 | 1 | -8/+21 |
| | | | | | #3719, #4711, #5750 | ||||
| * | Cache packages that will be present for CACHE/INSTALL overall actions. | Sean Hall | 2021-05-11 | 1 | -1/+1 |
| | | | | | | | | | During actions that are expected to have source media available, all packages that have cacheType set to keep should be cached if the package is going to be present. Set NetFx ExePackage Cache="no" and remove uninstall and repair arguments. #5125 | ||||
| * | Synchronize access to cOverallProgressTicks between Cache and Execute. | Sean Hall | 2021-05-11 | 1 | -20/+23 |
| | | | | | #4414 | ||||
| * | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+1856 |
