diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-25 21:44:40 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-25 22:58:23 -0500 |
commit | 666196071cf29d9b489e598a604ae0998c98b6de (patch) | |
tree | 99beb1896ca9b609120697031f845ed58ffda679 /src/engine/cache.h | |
parent | 61a8d39f689222faa677e4bd79475cd77795c57a (diff) | |
download | wix-666196071cf29d9b489e598a604ae0998c98b6de.tar.gz wix-666196071cf29d9b489e598a604ae0998c98b6de.tar.bz2 wix-666196071cf29d9b489e598a604ae0998c98b6de.zip |
For payloads in a container, prefer the container over local paths.
Still consider the destination path to avoid extracting the container for every payload.
#3640
Diffstat (limited to '')
-rw-r--r-- | src/engine/cache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/cache.h b/src/engine/cache.h index afa18e47..a2ac1696 100644 --- a/src/engine/cache.h +++ b/src/engine/cache.h | |||
@@ -102,7 +102,8 @@ HRESULT CacheGetLocalSourcePaths( | |||
102 | __in BURN_VARIABLES* pVariables, | 102 | __in BURN_VARIABLES* pVariables, |
103 | __inout LPWSTR** prgSearchPaths, | 103 | __inout LPWSTR** prgSearchPaths, |
104 | __out DWORD* pcSearchPaths, | 104 | __out DWORD* pcSearchPaths, |
105 | __out DWORD* pdwLikelySearchPath | 105 | __out DWORD* pdwLikelySearchPath, |
106 | __out DWORD* pdwDestinationSearchPath | ||
106 | ); | 107 | ); |
107 | HRESULT CacheSetLastUsedSource( | 108 | HRESULT CacheSetLastUsedSource( |
108 | __in BURN_VARIABLES* pVariables, | 109 | __in BURN_VARIABLES* pVariables, |