index
:
wix
bob/EnsureTableStandardActions
bob/FeatureTreeBrowseDlgButtonWiring
bob/FixIEngineSetDownloadSource
bob/Fixes.240629
bob/HarvestMultipleUnnamedBindPaths
bob/HttpNonSniSslCerts
bob/MSTestTraversal
bob/MagicFilesinRootModules8860
bob/ScopeMessages
bob/UpdateRegistrationAcrossUpgrades
bob/WixBundleSourceProcess
bob/WixUIOptInPathValidate_8718
bob/WixUIPrintEulaMsiPrint
bob/wixbug8674
bob/wixbug_8585
bob/wixbug_8689
bob/wixbug_8740
main
robmen/build-cleanup
robmen/package-id-bundle-code
robmen/peruser-installfolder
robmen/xsds
A mirror of https://github.com/wixtoolset/wix.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
engine
/
plan.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add OnCachePayloadExtract*.
Sean Hall
2021-04-19
1
-0
/
+1
*
When extracting a container use the uncompressed file size for progress
Sean Hall
2021-04-19
1
-3
/
+13
*
Remove the package's cache progress when retrying the whole package.
Sean Hall
2021-04-19
1
-0
/
+1
*
Add BURN_PAYLOAD_GROUP_ITEM to be able to move payloads during caching.
Sean Hall
2021-04-19
1
-3
/
+13
*
Always send OnCacheAcquireProgress at least once per payload.
Sean Hall
2021-04-19
1
-1
/
+7
*
Verify file in the cache before trying to acquire it.
Sean Hall
2021-04-19
1
-0
/
+2
*
Don't plan payloads.
Sean Hall
2021-04-19
1
-749
/
+144
*
Detect a package as cached if any of its payloads exist.
Sean Hall
2021-04-19
1
-45
/
+31
*
Skip bundle dependent checking when ignoring dependencies includes ALL.
Sean Hall
2021-03-30
1
-46
/
+49
*
Use wiutil to start/end msi transactions
Nir Bar
2021-03-17
1
-0
/
+1
*
Handle when related bundles have an uninstall key but aren't cached.
Sean Hall
2021-03-11
1
-0
/
+11
*
Determine whether to ignore forward compatible bundles during Plan.
Sean Hall
2021-03-11
1
-0
/
+68
*
Ensure bundle is registered and cached when modifying machine state.
Sean Hall
2021-03-09
1
-20
/
+13
*
Loosen restrictions for actions that don't affect machine state.
Sean Hall
2021-03-02
1
-1
/
+1
*
Fix patch registration states during plan and apply.
Sean Hall
2021-02-22
1
-123
/
+164
*
Add patch target for slipstream MSI package even if not installed.
Sean Hall
2021-02-22
1
-2
/
+2
*
Add logging for patch target products.
Sean Hall
2021-02-22
1
-17
/
+35
*
Only the requested state and Cache=always should affect requestedCache.
Sean Hall
2021-02-22
1
-19
/
+20
*
Get all request states up front before building the plan.
Sean Hall
2021-02-22
1
-89
/
+167
*
Initialize exe package ancestors during CoreInitialize instead of Plan.
Sean Hall
2021-02-22
1
-27
/
+2
*
Change the implementation of Cache="always" to request the CACHE state.
Sean Hall
2021-02-04
1
-68
/
+28
*
Update the logic for determining when the bundle should be registered.
Sean Hall
2021-02-04
1
-132
/
+60
*
Move registry checks for dependency ref-counting into Detect.
Sean Hall
2021-02-04
1
-41
/
+63
*
Remove feature to uninstall compatible orphaned MSI packages.
Sean Hall
2021-02-04
1
-73
/
+6
*
Always call PlanDump, and make it log at the REPORT_DEBUG level.
Sean Hall
2021-01-27
1
-47
/
+44
*
Remove dead code.
Sean Hall
2021-01-17
1
-6
/
+0
*
WIXBUG:4539 - Fix overall Cache action planning with related bundles.
Sean Hall
2020-12-15
1
-0
/
+6
*
Refactor PlanRelatedBundlesBegin without changing behavior.
Sean Hall
2020-12-15
1
-43
/
+61
*
Use plan to decide when to begin, commit, or rollback MSI transactions
Sean Hall
2020-11-17
1
-18
/
+68
*
Add plan tests.
Sean Hall
2020-11-17
1
-15
/
+19
*
Default to same-version upgrades for bundles.
Sean Hall
2020-10-31
1
-1
/
+1
*
WIXFEAT:6210 Change data type of versions to strings.
Sean Hall
2020-10-24
1
-3
/
+7
*
WIXBUG:5980 Fix bugs around INSTALLUILEVEL_SOURCERESONLY.
Sean Hall
2020-05-21
1
-7
/
+13
*
WIXFEAT:6164 Give BA control over UI level and handler.
Sean Hall
2020-05-16
1
-15
/
+9
*
Import code from old v4 repo
Sean Hall
2018-12-29
1
-0
/
+3169