| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Only the requested state and Cache=always should affect requestedCache. | Sean Hall | 2021-02-22 | 1 | -13/+1 |
| | | |||||
| * | Get all request states up front before building the plan. | Sean Hall | 2021-02-22 | 1 | -25/+37 |
| | | |||||
| * | Update the logic for determining when the bundle should be registered. | Sean Hall | 2021-02-04 | 1 | -0/+41 |
| | | | | | | | | | The basic rule is that if a non-permanent package is present at the end of the chain, then the bundle should be registered. If no non-permanent packages are present at the end of the chain, then the bundle should not be registered. This required tracking what actually happened with each package during Apply. Include cache status in registration calculation. Include dependency ref-counting when determining whether the bundle should be registered. | ||||
| * | Remove feature to uninstall compatible orphaned MSI packages. | Sean Hall | 2021-02-04 | 1 | -156/+0 |
| | | |||||
| * | Remove dead code. | Sean Hall | 2021-01-17 | 1 | -7/+1 |
| | | |||||
| * | Add logging and BA messages around MSI transactions. | Sean Hall | 2020-11-17 | 1 | -2/+18 |
| | | |||||
| * | Use plan to decide when to begin, commit, or rollback MSI transactions | Sean Hall | 2020-11-17 | 1 | -2/+3 |
| | | |||||
| * | Clean up the elevation code for MSI transactions. | Sean Hall | 2020-11-17 | 1 | -0/+42 |
| | | |||||
| * | Add plan tests. | Sean Hall | 2020-11-17 | 1 | -4/+1 |
| | | |||||
| * | Stop encrypting hidden variables. | Sean Hall | 2020-11-01 | 1 | -1/+0 |
| | | | | | They were persisted in plaintext, and always had to be decrypted and sent to a separate process to actually be used. | ||||
| * | Update string versioning. | Sean Hall | 2020-10-24 | 1 | -0/+35 |
| | | | | | | Update condition parsing to allow specific characters for versions. Log every time an invalid version is parsed. | ||||
| * | WIXFEAT:6210 Change data type of versions to strings. | Sean Hall | 2020-10-24 | 1 | -35/+59 |
| | | |||||
| * | WIXFEAT:4763 Change "string" variable type to literal and add "formatted". | Sean Hall | 2020-08-09 | 1 | -3/+3 |
| | | |||||
| * | WIXBUG:5980 Fix bugs around INSTALLUILEVEL_SOURCERESONLY. | Sean Hall | 2020-05-21 | 1 | -3/+11 |
| | | | | | | Apply requires a valid hWnd since otherwise a source resolution prompt could hang the bundle. Burn now defaults to INSTALLUILEVEL_NONE by itself if the bundle is not showing UI. | ||||
| * | WIXFEAT:6164 Give BA control over UI level and handler. | Sean Hall | 2020-05-16 | 1 | -30/+87 |
| | | |||||
| * | Import code from old v4 repo | Sean Hall | 2018-12-29 | 1 | -0/+1910 |
