summaryrefslogtreecommitdiff
path: root/src/burn/engine/elevation.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "bundle id" concept to "bundle code"Rob Mensching2024-12-301-2/+2
| | | | | | | The "bundle id" always had more in common with the PackageCode from the Windows Installer. With the introduction of an actual Id attribute on the Bundle element, there is potential for confusion, so there is finally real motivation to rename "bundle id" to "bundle code".
* Use MSI transaction end result to detect whether reboot is neededNir Bar2022-12-121-2/+8
|
* Add WixCanRestart and make wixstdba elevate for restart when required.Sean Hall2022-09-031-0/+1
| | | | Fixes 5499
* Use a dedicated pipe for redirecting logging from the elevated process.Sean Hall2022-08-191-1/+0
| | | | Fixes 6869
* Resume automatic updates as part of ApplyUninitialize.Sean Hall2022-08-191-1/+0
| | | | Fixes first half of 6870
* Only block shutdown during Apply.Sean Hall2022-05-041-1/+2
|
* Always reset the system component status when registering the bundle.Sean Hall2022-04-231-7/+0
| | | | Finishes 4454
* Make the estimated size in ARP a little more accurate.Sean Hall2022-04-231-0/+1
| | | | Fixes 4039
* Implement BundlePackage.Sean Hall2022-04-011-0/+9
| | | | 3693
* Plan each dependency provider dependent individually.Sean Hall2022-02-011-1/+2
| | | | Refactoring for #6510
* Plan each dependency provider individually.Sean Hall2022-02-011-1/+2
| | | | Refactoring for #6510
* The bundle provider's presence needs to follow ARP registration.Sean Hall2022-02-011-2/+2
|
* Remove orphan compatible MSI packages.Sean Hall2022-01-161-5/+12
| | | | Reimplements #3190
* Don't assume Exe packages with Burn protocol are bundles.Sean Hall2022-01-041-0/+9
| | | | Related to #3693
* Parse most of Burn command line parameters into BURN_ENGINE_COMMAND.Sean Hall2021-08-041-3/+1
|
* Replace static cache internals with a struct.Sean Hall2021-08-041-0/+1
| | | | Initialize them explicitly to make it clearer when that happens.
* Add InProgressDisplayName for bundles.Sean Hall2021-05-191-3/+6
| | | | #6296
* Reset the package's cache folder only once.Sean Hall2021-05-111-0/+4
| | | | | | 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/+176