aboutsummaryrefslogtreecommitdiff
path: root/src/engine/cache.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-04-25 21:44:40 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-04-25 22:58:23 -0500
commit666196071cf29d9b489e598a604ae0998c98b6de (patch)
tree99beb1896ca9b609120697031f845ed58ffda679 /src/engine/cache.h
parent61a8d39f689222faa677e4bd79475cd77795c57a (diff)
downloadwix-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.h3
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 );
107HRESULT CacheSetLastUsedSource( 108HRESULT CacheSetLastUsedSource(
108 __in BURN_VARIABLES* pVariables, 109 __in BURN_VARIABLES* pVariables,