aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/cache.cpp
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2026-02-04 20:47:04 -0500
committerBob Arnson <bob@firegiant.com>2026-02-04 20:47:04 -0500
commitedccb203c421d2bd820062024088c6698424d9ee (patch)
tree6b47c3eb5ca53bd9f79f3d032dc1a596d411bf38 /src/burn/engine/cache.cpp
parenta3d3963f806117ce123d95e8b77e73e1c1545b25 (diff)
downloadwix-edccb203c421d2bd820062024088c6698424d9ee.tar.gz
wix-edccb203c421d2bd820062024088c6698424d9ee.tar.bz2
wix-edccb203c421d2bd820062024088c6698424d9ee.zip
Support dual-purpose packages in Burn.bob/ConfigurableScopeBundles
Fixes https://github.com/wixtoolset/issues/issues/8958
Diffstat (limited to 'src/burn/engine/cache.cpp')
-rw-r--r--src/burn/engine/cache.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/burn/engine/cache.cpp b/src/burn/engine/cache.cpp
index c85a1be4..21bd42be 100644
--- a/src/burn/engine/cache.cpp
+++ b/src/burn/engine/cache.cpp
@@ -36,8 +36,8 @@ static HRESULT SecurePerMachineCacheRoot(
36static HRESULT CreateCompletedPath( 36static HRESULT CreateCompletedPath(
37 __in BURN_CACHE* pCache, 37 __in BURN_CACHE* pCache,
38 __in BOOL fPerMachine, 38 __in BOOL fPerMachine,
39 __in LPCWSTR wzCacheId, 39 __in_z LPCWSTR wzId,
40 __in LPCWSTR wzFilePath, 40 __in_z_opt LPCWSTR wzFilePath,
41 __out_z LPWSTR* psczCachePath 41 __out_z LPWSTR* psczCachePath
42 ); 42 );
43static HRESULT CreateUnverifiedPath( 43static HRESULT CreateUnverifiedPath(
@@ -1658,8 +1658,8 @@ LExit:
1658static HRESULT CreateCompletedPath( 1658static HRESULT CreateCompletedPath(
1659 __in BURN_CACHE* pCache, 1659 __in BURN_CACHE* pCache,
1660 __in BOOL fPerMachine, 1660 __in BOOL fPerMachine,
1661 __in LPCWSTR wzId, 1661 __in_z LPCWSTR wzId,
1662 __in LPCWSTR wzFilePath, 1662 __in_z_opt LPCWSTR wzFilePath,
1663 __out_z LPWSTR* psczCachePath 1663 __out_z LPWSTR* psczCachePath
1664 ) 1664 )
1665{ 1665{