Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 1 | -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 needed | Nir Bar | 2022-12-12 | 1 | -2/+8 |
| | |||||
* | Add WixCanRestart and make wixstdba elevate for restart when required. | Sean Hall | 2022-09-03 | 1 | -0/+1 |
| | | | | Fixes 5499 | ||||
* | Use a dedicated pipe for redirecting logging from the elevated process. | Sean Hall | 2022-08-19 | 1 | -1/+0 |
| | | | | Fixes 6869 | ||||
* | Resume automatic updates as part of ApplyUninitialize. | Sean Hall | 2022-08-19 | 1 | -1/+0 |
| | | | | Fixes first half of 6870 | ||||
* | Only block shutdown during Apply. | Sean Hall | 2022-05-04 | 1 | -1/+2 |
| | |||||
* | Always reset the system component status when registering the bundle. | Sean Hall | 2022-04-23 | 1 | -7/+0 |
| | | | | Finishes 4454 | ||||
* | Make the estimated size in ARP a little more accurate. | Sean Hall | 2022-04-23 | 1 | -0/+1 |
| | | | | Fixes 4039 | ||||
* | Implement BundlePackage. | Sean Hall | 2022-04-01 | 1 | -0/+9 |
| | | | | 3693 | ||||
* | Plan each dependency provider dependent individually. | Sean Hall | 2022-02-01 | 1 | -1/+2 |
| | | | | Refactoring for #6510 | ||||
* | Plan each dependency provider individually. | Sean Hall | 2022-02-01 | 1 | -1/+2 |
| | | | | Refactoring for #6510 | ||||
* | The bundle provider's presence needs to follow ARP registration. | Sean Hall | 2022-02-01 | 1 | -2/+2 |
| | |||||
* | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 1 | -5/+12 |
| | | | | Reimplements #3190 | ||||
* | Don't assume Exe packages with Burn protocol are bundles. | Sean Hall | 2022-01-04 | 1 | -0/+9 |
| | | | | Related to #3693 | ||||
* | Parse most of Burn command line parameters into BURN_ENGINE_COMMAND. | Sean Hall | 2021-08-04 | 1 | -3/+1 |
| | |||||
* | Replace static cache internals with a struct. | Sean Hall | 2021-08-04 | 1 | -0/+1 |
| | | | | Initialize them explicitly to make it clearer when that happens. | ||||
* | Add InProgressDisplayName for bundles. | Sean Hall | 2021-05-19 | 1 | -3/+6 |
| | | | | #6296 | ||||
* | Reset the package's cache folder only once. | Sean Hall | 2021-05-11 | 1 | -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 burn | Rob Mensching | 2021-04-29 | 1 | -0/+176 |