From f2e9af96142439ebfdbc1e884335bb8874f8a427 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 11 Feb 2025 05:21:34 -0800 Subject: Harden Burn's BootstrapperApplication and elevated engine extraction Fixes 8914 --- src/burn/test/BurnUnitTest/ElevationTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/burn/test/BurnUnitTest/ElevationTest.cpp') diff --git a/src/burn/test/BurnUnitTest/ElevationTest.cpp b/src/burn/test/BurnUnitTest/ElevationTest.cpp index f9ae2579..81e9f93e 100644 --- a/src/burn/test/BurnUnitTest/ElevationTest.cpp +++ b/src/burn/test/BurnUnitTest/ElevationTest.cpp @@ -55,7 +55,7 @@ namespace Bootstrapper BURN_PIPE_CONNECTION* pConnection = &engineState.companionConnection; DWORD dwResult = S_OK; - engineState.sczBundleEngineWorkingPath = L"tests\\ignore\\this\\path\\to\\burn.exe"; + engineState.cache.sczBundleEngineWorkingPath = L"tests\\ignore\\this\\path\\to\\burn.exe"; try { -- cgit v1.2.3-55-g6feb