Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always use user's temp directory as basis for acquisition folder. | Sean Hall | 2021-08-04 | 1 | -2/+2 |
| | | | | Fixes #5830 | ||||
* | Add argument and policy setting to set Burn's base working directory. | Sean Hall | 2021-08-04 | 1 | -0/+1 |
| | | | | Fixes #5856 | ||||
* | Remove unelevation code since clean room changes made it unreachable. | Sean Hall | 2021-08-04 | 1 | -21/+9 |
| | |||||
* | Create separate log file for clean room. | Sean Hall | 2021-08-04 | 1 | -0/+17 |
| | |||||
* | Recreate the command line for the clean room process. | Sean Hall | 2021-08-04 | 1 | -21/+3 |
| | | | | | | 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 | -13/+12 |
| | |||||
* | Add BURN_DEPENDENCIES struct to store Dependency state. | Sean Hall | 2021-08-04 | 1 | -3/+4 |
| | |||||
* | Replace static cache internals with a struct. | Sean Hall | 2021-08-04 | 1 | -7/+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 | -2/+1 |
| | | | | This also adds an escape hatch to Burn for antivirus interfering with clean room. | ||||
* | Show Burn splash screen earlier. | Sean Hall | 2021-06-09 | 1 | -6/+9 |
| | | | | | | 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 | -52/+8 |
| | | | | 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 | -12/+30 |
| | |||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+992 |