aboutsummaryrefslogtreecommitdiff
path: root/src/engine/package.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only the requested state and Cache=always should affect requestedCache.Sean Hall2021-02-221-1/+0
|
* Update the logic for determining when the bundle should be registered.Sean Hall2021-02-041-0/+1
| | | | | | | | 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.
* Move registry checks for dependency ref-counting into Detect.Sean Hall2021-02-041-1/+1
|
* Remove feature to uninstall compatible orphaned MSI packages.Sean Hall2021-02-041-36/+0
|
* Import code from old v4 repoSean Hall2018-12-291-0/+678