aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/logging.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Process and return the failed version of reboot exit codes in Burn.Sean Hall2022-08-261-0/+4
| | | | | | (ERROR_FAIL_REBOOT_REQUIRED and ERROR_FAIL_REBOOT_INITIATED) Fixes 6762
* Make sure error codes are translated correctly for per-machine packages.Sean Hall2022-08-261-0/+19
|
* Create log for elevated process.Sean Hall2022-08-191-0/+3
|
* Store list of persisted well-known variables in Burn.Sean Hall2022-08-021-8/+33
| | | | This allows it to reject Variables declared in the manifest that start with the reserved prefix 'Wix'.
* Add longPathAware to Burn manifest to support long paths.Sean Hall2022-06-271-11/+7
| | | | Fixes 3455
* Add ability for non-vital cache package action.Sean Hall2022-06-141-0/+29
|
* Add PathSkipPastRoot.Sean Hall2022-06-071-2/+4
|
* Resolve paths while parsing them from the command line.Sean Hall2022-06-071-4/+1
| | | | | The current directory is a process wide setting that can potentially be changed by any thread. Remove fileutil methods that had equivalent pathutil methods.
* Replace PathIsAbsolute with PathIsRooted and add PathIsFullyQualified.Sean Hall2022-05-311-1/+1
|
* Allow burn.runonce with burn.clean.room and create runonce log.Sean Hall2022-05-041-1/+11
|
* Add option for BundlePackage to be hidden in ARP like MsiPackage.Sean Hall2022-04-051-0/+8
| | | | | | Requires support for this feature in the nested bundle. Simplest implementation of 4454
* Implement BundlePackage.Sean Hall2022-04-011-0/+2
| | | | 3693
* Log rest of plan and add testing of registration actions to PlanTest.Sean Hall2022-03-141-0/+19
|
* Allow the BA to override the bundle relation type during plan.Sean Hall2022-03-141-2/+29
|
* Add UnsafeUninstall action.Sean Hall2022-02-221-0/+2
| | | | Fixes #6721
* Add BOOTSTRAPPER_REQUEST_STATE_FORCE_PRESENT.Sean Hall2022-01-161-0/+2
| | | | | Make BOOTSTRAPPER_REQUEST_STATE_FORCE_ABSENT uninstall even if detected absent. Remove fPseudoBundle.
* Remove orphan compatible MSI packages.Sean Hall2022-01-161-0/+43
| | | | Reimplements #3190
* Remove MEND.Sean Hall2021-12-081-4/+0
|
* Add ability to customize file versioning rules for MsiPackage and MspPackage.Sean Hall2021-12-081-0/+17
| | | | Fixes #5911
* Set the log file path for MSI transactions.Nir Bar2021-08-121-5/+30
|
* Create separate log file for clean room.Sean Hall2021-08-041-4/+15
|
* Parse most of Burn command line parameters into BURN_ENGINE_COMMAND.Sean Hall2021-08-041-6/+33
|
* Add InProgressDisplayName for bundles.Sean Hall2021-05-191-0/+17
| | | | #6296
* Cache packages that will be present for CACHE/INSTALL overall actions.Sean Hall2021-05-111-0/+17
| | | | | | | | 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
* Move burn into burnRob Mensching2021-04-291-0/+754