aboutsummaryrefslogtreecommitdiff
path: root/src/burn/test/BurnUnitTest/ElevationTest.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/test/BurnUnitTest/ElevationTest.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/test/BurnUnitTest/ElevationTest.cpp')
-rw-r--r--src/burn/test/BurnUnitTest/ElevationTest.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/burn/test/BurnUnitTest/ElevationTest.cpp b/src/burn/test/BurnUnitTest/ElevationTest.cpp
index 81e9f93e..feacdb7c 100644
--- a/src/burn/test/BurnUnitTest/ElevationTest.cpp
+++ b/src/burn/test/BurnUnitTest/ElevationTest.cpp
@@ -25,11 +25,7 @@ static HRESULT ProcessChildMessages(
25 __out DWORD* pdwResult 25 __out DWORD* pdwResult
26 ); 26 );
27 27
28namespace Microsoft 28namespace WixToolset
29{
30namespace Tools
31{
32namespace WindowsInstallerXml
33{ 29{
34namespace Test 30namespace Test
35{ 31{
@@ -92,8 +88,6 @@ namespace Bootstrapper
92} 88}
93} 89}
94} 90}
95}
96}
97 91
98 92
99static BOOL STDAPICALLTYPE ElevateTest_ShellExecuteExW( 93static BOOL STDAPICALLTYPE ElevateTest_ShellExecuteExW(