aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/cache.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-05-02 16:07:18 -0500
committerSean Hall <r.sean.hall@gmail.com>2021-05-11 19:11:19 -0500
commit5cb01b477d85920662112d63b5a44b75c03762a9 (patch)
treefaa0e320981e7328debd861aa90980bce7411cf9 /src/burn/engine/cache.h
parent71e689fe5179ca253d878480ba34e2e76a540eab (diff)
downloadwix-5cb01b477d85920662112d63b5a44b75c03762a9.tar.gz
wix-5cb01b477d85920662112d63b5a44b75c03762a9.tar.bz2
wix-5cb01b477d85920662112d63b5a44b75c03762a9.zip
Allow launching approved exes from the original package cache.
Diffstat (limited to '')
-rw-r--r--src/burn/engine/cache.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/burn/engine/cache.h b/src/burn/engine/cache.h
index 0152d33b..a300e99d 100644
--- a/src/burn/engine/cache.h
+++ b/src/burn/engine/cache.h
@@ -80,10 +80,9 @@ HRESULT CacheCalculateContainerWorkingPath(
80 __in BURN_CONTAINER* pContainer, 80 __in BURN_CONTAINER* pContainer,
81 __deref_out_z LPWSTR* psczWorkingPath 81 __deref_out_z LPWSTR* psczWorkingPath
82 ); 82 );
83HRESULT CacheGetRootCompletedPath( 83HRESULT CacheGetPerMachineRootCompletedPath(
84 __in BOOL fPerMachine, 84 __out_z LPWSTR* psczCurrentRootCompletedPath,
85 __in BOOL fForceInitialize, 85 __out_z LPWSTR* psczDefaultRootCompletedPath
86 __deref_out_z LPWSTR* psczRootCompletedPath
87 ); 86 );
88HRESULT CacheGetCompletedPath( 87HRESULT CacheGetCompletedPath(
89 __in BOOL fPerMachine, 88 __in BOOL fPerMachine,