Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more burn E2E tests. | Sean Hall | 2022-09-15 | 1 | -3/+8 |
| | | | | | | | | Fix bug where first splash screen wasn't closed. Fix bug where billboard only started the first time. Fix bug where the restart status was lost when the exit code was an error. Fix bug where the hash byte array length was compared to the hash string length (string is twice as long). Fix bug where Burn didn't give update hash if the first byte was 0. | ||||
* | Support bundle updates in WixStdBA. | Bob Arnson | 2022-09-12 | 1 | -1/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6894. | ||||
* | Supply hashes to BA if present in update feed. | Bob Arnson | 2022-08-31 | 1 | -4/+20 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6353. | ||||
* | Allow the BA to override the bundle relation type during plan. | Sean Hall | 2022-03-14 | 1 | -6/+12 |
| | |||||
* | Change ARP property Installed to 0 when registrationType is InProgress. | Sean Hall | 2022-03-05 | 1 | -1/+1 |
| | | | | Being registered in ARP and "installed" were always separate concepts, and some things like fEligibleForCleanup were looking at the wrong thing. This also allows the BA to tell the difference. | ||||
* | Detect MinorUpgrade MsiPackages independently of the base product. | Sean Hall | 2022-02-12 | 1 | -0/+2 |
| | | | | Fixes #6535 | ||||
* | Remove some assumptions in dependency planning. | Sean Hall | 2022-02-01 | 1 | -1/+3 |
| | | | | | | | | * 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 | ||||
* | 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 | -0/+2 |
| | | | | Reimplements #3190 | ||||
* | Don't report related operation in OnDetectRelatedBundle. | Sean Hall | 2021-12-30 | 1 | -50/+2 |
| | | | | #5796 | ||||
* | FilesInUse messages are too different to unify in the Burn engine. | Sean Hall | 2021-12-30 | 1 | -2/+2 |
| | | | | Fixes #6348 | ||||
* | Add BURN_DEPENDENCIES struct to store Dependency state. | Sean Hall | 2021-08-04 | 1 | -7/+0 |
| | |||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+469 |