Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename "bundle id" concept to "bundle code" | Rob Mensching | 2024-12-30 | 1 | -19/+19 |
| | | | | | | | 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". | ||||
* | Skip logging errors in some places when they are due to missing files or ↵ | Sean Hall | 2022-08-09 | 1 | -27/+17 |
| | | | | | | registry keys or values. Related to 6696 | ||||
* | Don't uninstall package during rollback if there are dependents. | Sean Hall | 2022-02-01 | 1 | -30/+33 |
| | |||||
* | Remove some assumptions in dependency planning. | Sean Hall | 2022-02-01 | 1 | -152/+105 |
| | | | | | | | | * A package might be installed even if it was already present. * A package might be uninstalled even if it was already absent. * The bundle might not actually be uninstalled even if the planned action was uninstall. Fixes #6510 | ||||
* | Plan each dependency provider dependent individually. | Sean Hall | 2022-02-01 | 1 | -53/+97 |
| | | | | Refactoring for #6510 | ||||
* | Plan each dependency provider individually. | Sean Hall | 2022-02-01 | 1 | -57/+75 |
| | | | | Refactoring for #6510 | ||||
* | Remove orphan package providers when unregistering the bundle. | Sean Hall | 2022-02-01 | 1 | -8/+53 |
| | | | | Fixes #3850 | ||||
* | The bundle provider's presence needs to follow ARP registration. | Sean Hall | 2022-02-01 | 1 | -0/+5 |
| | |||||
* | Remove orphan compatible MSI packages. | Sean Hall | 2022-01-16 | 1 | -15/+108 |
| | | | | Reimplements #3190 | ||||
* | Refactor some dependency detection. | Sean Hall | 2022-01-16 | 1 | -34/+39 |
| | | | | | * Run DependencyDetect earlier * Do package dependency checking during each package/related bundle | ||||
* | Remove MEND. | Sean Hall | 2021-12-08 | 1 | -2/+0 |
| | |||||
* | Add BURN_DEPENDENCIES struct to store Dependency state. | Sean Hall | 2021-08-04 | 1 | -23/+43 |
| | |||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+1312 |