diff options
| author | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2026-02-04 20:47:04 -0500 |
| commit | edccb203c421d2bd820062024088c6698424d9ee (patch) | |
| tree | 6b47c3eb5ca53bd9f79f3d032dc1a596d411bf38 /src/burn/test/BurnUnitTest/ElevationTest.cpp | |
| parent | a3d3963f806117ce123d95e8b77e73e1c1545b25 (diff) | |
| download | wix-bob/ConfigurableScopeBundles.tar.gz wix-bob/ConfigurableScopeBundles.tar.bz2 wix-bob/ConfigurableScopeBundles.zip | |
Support dual-purpose packages in Burn.bob/ConfigurableScopeBundles
Fixes https://github.com/wixtoolset/issues/issues/8958
Diffstat (limited to '')
| -rw-r--r-- | src/burn/test/BurnUnitTest/ElevationTest.cpp | 8 |
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 | ||
| 28 | namespace Microsoft | 28 | namespace WixToolset |
| 29 | { | ||
| 30 | namespace Tools | ||
| 31 | { | ||
| 32 | namespace WindowsInstallerXml | ||
| 33 | { | 29 | { |
| 34 | namespace Test | 30 | namespace Test |
| 35 | { | 31 | { |
| @@ -92,8 +88,6 @@ namespace Bootstrapper | |||
| 92 | } | 88 | } |
| 93 | } | 89 | } |
| 94 | } | 90 | } |
| 95 | } | ||
| 96 | } | ||
| 97 | 91 | ||
| 98 | 92 | ||
| 99 | static BOOL STDAPICALLTYPE ElevateTest_ShellExecuteExW( | 93 | static BOOL STDAPICALLTYPE ElevateTest_ShellExecuteExW( |
