From 0d3d54992104288e9ee0c834d0b96e8502fd2d42 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 11 Jan 2024 18:26:20 -0800 Subject: Move the BootstrapperApplication out of proc --- src/ext/Dependency/ca/wixdepca.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ext/Dependency/ca/wixdepca.cpp') diff --git a/src/ext/Dependency/ca/wixdepca.cpp b/src/ext/Dependency/ca/wixdepca.cpp index 87610420..dc967a1d 100644 --- a/src/ext/Dependency/ca/wixdepca.cpp +++ b/src/ext/Dependency/ca/wixdepca.cpp @@ -209,7 +209,7 @@ static HRESULT EnsureRequiredDependencies( // Send a yes/no message with a warning icon since continuing could be detrimental. // This is sent as a USER message to better detect whether a user or dependency-aware bootstrapper is responding - // or if Windows Installer or a dependency-unaware boostrapper is returning a typical default response. + // or if Windows Installer or a dependency-unaware bootstrapper is returning a typical default response. er = WcaProcessMessage(static_cast(INSTALLMESSAGE_USER | MB_ICONWARNING | MB_YESNO | MB_DEFBUTTON2), hDependencyRec); switch (er) { @@ -359,7 +359,7 @@ static HRESULT EnsureAbsentDependents( // Send a yes/no message with a warning icon since continuing could be detrimental. // This is sent as a USER message to better detect whether a user or dependency-aware bootstrapper is responding - // or if Windows Installer or a dependency-unaware boostrapper is returning a typical default response. + // or if Windows Installer or a dependency-unaware bootstrapper is returning a typical default response. er = WcaProcessMessage(static_cast(INSTALLMESSAGE_USER | MB_ICONWARNING | MB_YESNO | MB_DEFBUTTON2), hDependencyRec); switch (er) { -- cgit v1.2.3-55-g6feb