aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/elevation.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove orphan compatible MSI packages.Sean Hall2022-01-161-6/+297
| | | | Reimplements #3190
* Fix 32/64-bit bitness handling in Burn and BUtil.Bob Arnson2022-01-161-7/+1
| | | | | | - Take advantage of RegOpenEx. - Always look for related bundles in both 32 and 64 hives. - BundleEnumRelatedBundle requires caller to specify bitness.
* Don't assume Exe packages with Burn protocol are bundles.Sean Hall2022-01-041-27/+139
| | | | Related to #3693
* FilesInUse messages are too different to unify in the Burn engine.Sean Hall2021-12-301-13/+23
| | | | Fixes #6348
* Add ability to customize file versioning rules for MsiPackage and MspPackage.Sean Hall2021-12-081-0/+12
| | | | Fixes #5911
* 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
| | | | Fixes #5856
* 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
| | | | Initialize them explicitly to make it clearer when that happens.
* Add InProgressDisplayName for bundles.Sean Hall2021-05-191-6/+30
| | | | #6296
* Reset the package's cache folder only once.Sean Hall2021-05-111-5/+77
| | | | | | This behavior makes it work similar to the root package cache folder and avoids performance problems when there are many payloads in the package. #4774
* Move burn into burnRob Mensching2021-04-291-0/+3239