Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Process and return the failed version of reboot exit codes in Burn. | Sean Hall | 2022-08-26 | 1 | -0/+28 |
| | | | | | | (ERROR_FAIL_REBOOT_REQUIRED and ERROR_FAIL_REBOOT_INITIATED) Fixes 6762 | ||||
* | Make sure error codes are translated correctly for per-machine packages. | Sean Hall | 2022-08-26 | 1 | -2/+5 |
| | |||||
* | Skip logging errors in some places when they are due to missing files or ↵ | Sean Hall | 2022-08-09 | 1 | -11/+10 |
| | | | | | | registry keys or values. Related to 6696 | ||||
* | Make Burn ignore unknown embedded messages. | Sean Hall | 2022-06-29 | 1 | -1/+2 |
| | |||||
* | Add embedded test. | Sean Hall | 2022-06-29 | 1 | -13/+2 |
| | |||||
* | Add longPathAware to Burn manifest to support long paths. | Sean Hall | 2022-06-27 | 1 | -0/+7 |
| | | | | Fixes 3455 | ||||
* | Allow BundlePackage to fallback to QuietUninstallString to uninstall. | Sean Hall | 2022-06-14 | 1 | -45/+21 |
| | | | | Partial implementation of 6756 | ||||
* | Implement ArpEntry flavored ExePackage. | Sean Hall | 2022-06-13 | 1 | -30/+265 |
| | | | | 6772 | ||||
* | Make sure base paths are fully qualified in Burn. | Sean Hall | 2022-06-07 | 1 | -1/+1 |
| | |||||
* | Add PathSkipPastRoot. | Sean Hall | 2022-06-07 | 1 | -1/+1 |
| | |||||
* | Add PathConcatRelativeToBase and use it in Burn. | Sean Hall | 2022-05-31 | 1 | -6/+22 |
| | | | | Fixes 6707 | ||||
* | Implement BundlePackage. | Sean Hall | 2022-04-01 | 1 | -19/+5 |
| | | | | 3693 | ||||
* | Minimize chance of user arguments messing up the command line | Sean Hall | 2022-04-01 | 1 | -38/+45 |
| | | | | to avoid variations of issue 3890 | ||||
* | Add `ExePackage/@Bundle` to opt-in to v3 behavior. | Sean Hall | 2022-03-22 | 1 | -12/+79 |
| | | | | | | Automatically add '-norestart' for bundle ExePackages. Fixes 6252 | ||||
* | Add checkpoint so Exe and Msu packages rollback after being cancelled. | Sean Hall | 2022-03-19 | 1 | -12/+25 |
| | | | | Fixes 5950 | ||||
* | Give BA process id and option to wait for cancelled process to exit. | Sean Hall | 2022-03-19 | 1 | -36/+96 |
| | |||||
* | Read Uninstallable from manifest and add test for non-uninstallable exe | Sean Hall | 2022-03-07 | 1 | -4/+1 |
| | | | | Last part of 6459 | ||||
* | Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT. | Sean Hall | 2022-01-16 | 1 | -1/+10 |
| | | | | | Make BOOTSTRAPPER_REQUEST_STATE_FORCE_ABSENT uninstall even if detected absent. Remove fPseudoBundle. | ||||
* | Update Burn to handle ExePackages that don't support uninstalling. | Sean Hall | 2022-01-16 | 1 | -20/+24 |
| | | | | Partial fix for #6459 | ||||
* | Rename fUninstallable to fPermanent. | Sean Hall | 2022-01-16 | 1 | -2/+2 |
| | | | | Refactoring for #6459 | ||||
* | Refactor some dependency detection. | Sean Hall | 2022-01-16 | 1 | -0/+4 |
| | | | | | * 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 | -131/+46 |
| | | | | Related to #3693 | ||||
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 1 | -1/+1 |
| | | | | Fixes #6348 | ||||
* | Add argument and policy setting to set Burn's base working directory. | Sean Hall | 2021-08-04 | 1 | -0/+9 |
| | | | | Fixes #5856 | ||||
* | Replace static cache internals with a struct. | Sean Hall | 2021-08-04 | 1 | -1/+2 |
| | | | | Initialize them explicitly to make it clearer when that happens. | ||||
* | Fix runtime parsing of ExePackage/@ExitCode for negative values. | Sean Hall | 2021-06-13 | 1 | -1/+1 |
| | | | | Fixes #4176 | ||||
* | Put back the rollback cache package functionality and fix its bugs. | Sean Hall | 2021-05-11 | 1 | -9/+1 |
| | | | | #3719, #4711, #5750 | ||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+816 |