aboutsummaryrefslogtreecommitdiff
path: root/src/engine/mspengine.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finalize MSP package registration states before logging them.Sean Hall2021-02-041-1/+8
|
* Update the logic for determining when the bundle should be registered.Sean Hall2021-02-041-2/+107
| | | | | | | | 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 dead code.Sean Hall2021-01-171-1/+1
|
* Use plan to decide when to begin, commit, or rollback MSI transactionsSean Hall2020-11-171-2/+3
|
* WIXFEAT:4763 Change "string" variable type to literal and add "formatted".Sean Hall2020-08-091-3/+3
|
* WIXBUG:5980 Fix bugs around INSTALLUILEVEL_SOURCERESONLY.Sean Hall2020-05-211-3/+6
| | | | | 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 Hall2020-05-161-13/+25
|
* Import code from old v4 repoSean Hall2018-12-291-0/+980