Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle when related bundles have an uninstall key but aren't cached. | Sean Hall | 2021-03-11 | 1 | -0/+2 |
| | | | | #4991 | ||||
* | Determine whether to ignore forward compatible bundles during Plan. | Sean Hall | 2021-03-11 | 1 | -1/+19 |
| | |||||
* | Use SHA512 instead of SHA1. | Sean Hall | 2021-03-02 | 1 | -1/+1 |
| | | | | #3992 | ||||
* | Let the BA request the bundle to stay installed from OnUnregisterBegin. | Sean Hall | 2021-03-02 | 1 | -1/+2 |
| | | | | #6297 | ||||
* | Get all request states up front before building the plan. | Sean Hall | 2021-02-22 | 1 | -3/+16 |
| | |||||
* | Rename *TargetMsiPackage BA events to *PatchTarget. | Sean Hall | 2021-02-22 | 1 | -6/+6 |
| | |||||
* | Automatically uninstall the bundle after Quit if eligible. | Sean Hall | 2021-02-04 | 1 | -0/+4 |
| | | | | | | | | | | | For now, the requirements are: * The bundle is installed and * The bundle is per-user or has already elevated and * No non-permanent packages are installed and * No non-permanent packages are cached and * No related bundle would run by default during uninstall and * The bundle didn't Uninstall/Cache/Install/Modify/Repair and * The BA didn't opt out of this behavior | ||||
* | Remove feature to uninstall compatible orphaned MSI packages. | Sean Hall | 2021-02-04 | 1 | -50/+0 |
| | |||||
* | Remove dead code. | Sean Hall | 2021-01-17 | 1 | -14/+0 |
| | |||||
* | Add BA messages around system restore points. | Sean Hall | 2020-11-17 | 1 | -0/+46 |
| | |||||
* | Add logging and BA messages around MSI transactions. | Sean Hall | 2020-11-17 | 1 | -0/+77 |
| | |||||
* | Stop encrypting hidden variables. | Sean Hall | 2020-11-01 | 2 | -8/+0 |
| | | | | They were persisted in plaintext, and always had to be decrypted and sent to a separate process to actually be used. | ||||
* | Add CompareVersions engine method. | Sean Hall | 2020-10-24 | 3 | -0/+29 |
| | |||||
* | WIXFEAT:6210 Change data type of versions to strings. | Sean Hall | 2020-10-24 | 3 | -12/+16 |
| | |||||
* | WIXFEAT:4763 Change "string" variable type to literal and add "formatted". | Sean Hall | 2020-08-09 | 2 | -13/+2 |
| | |||||
* | Move Burn headers from BootstrapperCore repo. | Sean Hall | 2020-07-18 | 4 | -0/+1727 |