From 59ca47751ea1d59198e01b7e6a0a3d9fc144088e Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Sun, 31 Dec 2023 17:23:29 -0500 Subject: Use `/DEPENDENTLOADFLAG` to tell the loader... ...to load DLLs from System32 only. (Belt and suspenders to current approaches.) See https://devblogs.microsoft.com/oldnewthing/20230328-00/?p=107978. Fixes https://github.com/wixtoolset/issues/issues/7319. --- src/burn/stub/stub.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/burn/stub/stub.vcxproj b/src/burn/stub/stub.vcxproj index 29da8d05..03f49209 100644 --- a/src/burn/stub/stub.vcxproj +++ b/src/burn/stub/stub.vcxproj @@ -63,6 +63,7 @@ true true cabinet.dll;crypt32.dll;msi.dll;shlwapi.dll;userenv.dll;version.dll;wininet.dll;wintrust.dll + /DEPENDENTLOADFLAG:0x800 %(AdditionalOptions) -- cgit v1.2.3-55-g6feb