aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/core.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add queutil so Burn can manage its own queue of BA requested actions.Sean Hall2022-10-251-9/+22
* Move `Bundle/@CommandLineVariables` into Bal.wixext.Sean Hall2022-09-091-10/+2
* Add WixCanRestart and make wixstdba elevate for restart when required.Sean Hall2022-09-031-3/+4
* Use elevated engine to make the restart request when it is available.Sean Hall2022-09-031-0/+42
* Delay closing Burn's UI thread so that it can log the bundle's restart.Sean Hall2022-09-031-0/+15
* Mask the elevated secrets when logging its command line.Sean Hall2022-09-031-3/+24
* Use a dedicated pipe for redirecting logging from the elevated process.Sean Hall2022-08-191-0/+24
* Add WixInternalUIBootstrapperApplication as a new built-in BA.Sean Hall2022-07-201-3/+3
* Add embedded test.Sean Hall2022-06-291-0/+35
* Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion.Sean Hall2022-06-291-26/+28
* Add ability for non-vital cache package action.Sean Hall2022-06-141-1/+1
* Make sure base paths are fully qualified in Burn.Sean Hall2022-06-071-1/+1
* Resolve paths while parsing them from the command line.Sean Hall2022-06-071-12/+6
* Add PathConcatRelativeToBase and use it in Burn.Sean Hall2022-05-311-1/+1
* Only block shutdown during Apply.Sean Hall2022-05-041-0/+4
* Allow burn.runonce with burn.clean.room and create runonce log.Sean Hall2022-05-041-3/+6
* Add option for BundlePackage to be hidden in ARP like MsiPackage.Sean Hall2022-04-051-0/+29
* Detect related bundles for BundlePackages.Sean Hall2022-04-011-1/+1
* Implement BundlePackage.Sean Hall2022-04-011-2/+14
* Add `ExePackage/@Bundle` to opt-in to v3 behavior.Sean Hall2022-03-221-0/+5
* Add related command line switches for DEPENDENT_ADDON, DEPENDENT_PATCH.Sean Hall2022-03-221-2/+18
* Add WixBundleCommandLineAction, don't set dynamic variables at startup.Sean Hall2022-03-161-5/+5
* Make engine skip planning if there are any downgrade related bundles.Sean Hall2022-03-141-9/+30
* Allow the BA to override the bundle relation type during plan.Sean Hall2022-03-141-5/+11
* Ensure WixBundleInstalled and RebootPending are set in elevated engine.Sean Hall2022-03-051-12/+0
* Change ARP property Installed to 0 when registrationType is InProgress.Sean Hall2022-03-051-17/+10
* Add UnsafeUninstall action.Sean Hall2022-02-221-5/+23
* When rolling back a bundle failure, reinstall all upgrade related bundles.Sean Hall2022-02-101-2/+2
* Remove orphan compatible MSI packages.Sean Hall2022-01-161-1/+7
* Refactor some dependency detection.Sean Hall2022-01-161-18/+9
* Don't assume Exe packages with Burn protocol are bundles.Sean Hall2022-01-041-7/+7
* Don't report related operation in OnDetectRelatedBundle.Sean Hall2021-12-301-1/+1
* Remove BOOTSTRAPPER_RESUME_TYPE_REBOOT_PENDING.Bob Arnson2021-12-271-10/+0
* Add BA events for setting the update bundle.Sean Hall2021-12-111-1/+1
* Allow BA to opt out of MSI transaction.Nir Bar2021-08-121-2/+23
* Always use user's temp directory as basis for acquisition folder.Sean Hall2021-08-041-4/+4
* Add argument and policy setting to set Burn's base working directory.Sean Hall2021-08-041-7/+144
* Remove unelevation code since clean room changes made it unreachable.Sean Hall2021-08-041-14/+0
* Require clean room switch to be first argument and catch embedded switch spec...Sean Hall2021-08-041-5/+17
* Recreate the command line for the clean room process.Sean Hall2021-08-041-29/+234
* Parse most of Burn command line parameters into BURN_ENGINE_COMMAND.Sean Hall2021-08-041-72/+60
* Add BURN_DEPENDENCIES struct to store Dependency state.Sean Hall2021-08-041-11/+18
* Replace static cache internals with a struct.Sean Hall2021-08-041-12/+11
* Update Burn ARP command lines to skip clean room.Sean Hall2021-08-041-11/+16
* Make the BA responsible for parsing restart prompt behavior.Sean Hall2021-07-021-39/+0
* Add bundle option for command line variables to always be uppercase.Sean Hall2021-07-021-1/+8
* Apply shouldn't abort if restart's required when doing special actions.Sean Hall2021-06-171-2/+2
* Show Burn splash screen earlier.Sean Hall2021-06-091-3/+42
* Update Burn command line parsing to handle unknown args separately.Sean Hall2021-06-091-90/+141
* Try to log Burn command line even if it was invalid.Sean Hall2021-06-091-24/+70