aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/elevation.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Harden Burn's BootstrapperApplication and elevated engine extractionRob Mensching2025-02-111-2/+2
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-12/+12
* Move the BootstrapperApplication out of procRob Mensching2024-03-061-46/+46
* Correctly prefix the functions exposed from burnpipe.hRob Mensching2024-01-111-41/+41
* Update Burn to use pipeutil for low-level pipe operationsRob Mensching2024-01-111-27/+27
* Use MSI transaction end result to detect whether reboot is neededNir Bar2022-12-121-28/+52
* Add queutil so Burn can manage its own queue of BA requested actions.Sean Hall2022-10-251-3/+2
* Add WixCanRestart and make wixstdba elevate for restart when required.Sean Hall2022-09-031-1/+6
* Pass `/xlog` to elevated engine.Bob Arnson2022-08-261-0/+6
* Make sure error codes are translated correctly for per-machine packages.Sean Hall2022-08-261-156/+144
* Use a dedicated pipe for redirecting logging from the elevated process.Sean Hall2022-08-191-13/+2
* Resume automatic updates as part of ApplyUninitialize.Sean Hall2022-08-191-5/+19
* Add ability to skip a local path candidate if it failed verification.Sean Hall2022-08-031-3/+20
* Add AppWaitForSingleObject/MultipleObjects, ThreadWaitForCompletion.Sean Hall2022-06-291-9/+2
* Allow BundlePackage to fallback to QuietUninstallString to uninstall.Sean Hall2022-06-141-3/+10
* Implement ArpEntry flavored ExePackage.Sean Hall2022-06-131-1/+1
* Only block shutdown during Apply.Sean Hall2022-05-041-5/+16
* Always reset the system component status when registering the bundle.Sean Hall2022-04-231-85/+0
* Make the estimated size in ARP a little more accurate.Sean Hall2022-04-231-1/+9
* Use Burn's parent switch with BundlePackages.Sean Hall2022-04-011-1/+7
* Implement BundlePackage.Sean Hall2022-04-011-12/+164
* Add `ExePackage/@Bundle` to opt-in to v3 behavior.Sean Hall2022-03-221-0/+44
* Add checkpoint so Exe and Msu packages rollback after being cancelled.Sean Hall2022-03-191-0/+18
* Give BA process id and option to wait for cancelled process to exit.Sean Hall2022-03-191-1/+16
* Allow the BA to override the bundle relation type during plan.Sean Hall2022-03-141-0/+9
* Ensure WixBundleInstalled and RebootPending are set in elevated engine.Sean Hall2022-03-051-1/+6
* Add UnsafeUninstall action.Sean Hall2022-02-221-2/+15
* Plan each dependency provider dependent individually.Sean Hall2022-02-011-10/+30
* Plan each dependency provider individually.Sean Hall2022-02-011-10/+35
* The bundle provider's presence needs to follow ARP registration.Sean Hall2022-02-011-10/+8
* Remove orphan compatible MSI packages.Sean Hall2022-01-161-6/+297
* Fix 32/64-bit bitness handling in Burn and BUtil.Bob Arnson2022-01-161-7/+1
* Don't assume Exe packages with Burn protocol are bundles.Sean Hall2022-01-041-27/+139
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-301-13/+23
* Add ability to customize file versioning rules for MsiPackage and MspPackage.Sean Hall2021-12-081-0/+12
* Set the log file path for MSI transactions.Nir Bar2021-08-121-3/+12
* Add argument and policy setting to set Burn's base working directory.Sean Hall2021-08-041-0/+14
* Remove unelevation code since clean room changes made it unreachable.Sean Hall2021-08-041-1/+41
* Parse most of Burn command line parameters into BURN_ENGINE_COMMAND.Sean Hall2021-08-041-7/+5
* Replace static cache internals with a struct.Sean Hall2021-08-041-25/+49
* Add InProgressDisplayName for bundles.Sean Hall2021-05-191-6/+30
* Reset the package's cache folder only once.Sean Hall2021-05-111-5/+77
* Move burn into burnRob Mensching2021-04-291-0/+3239