aboutsummaryrefslogtreecommitdiff
path: root/src/mbahost
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-04-29 19:31:01 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-04-29 19:53:29 +1000
commitb7faab06259d3afdc3205024a0004ace72157cbe (patch)
tree4d9797f017b564c0fe6e8a602950c876daba612f /src/mbahost
parent39e930d9aaff250e0fd5019eeedaa40717a6c6fe (diff)
downloadwix-b7faab06259d3afdc3205024a0004ace72157cbe.tar.gz
wix-b7faab06259d3afdc3205024a0004ace72157cbe.tar.bz2
wix-b7faab06259d3afdc3205024a0004ace72157cbe.zip
Treat failing to load SCD like mbahost treats .NET 4.5.2 on Win7 RTM.
Diffstat (limited to 'src/mbahost')
-rw-r--r--src/mbahost/mbahost.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mbahost/mbahost.cpp b/src/mbahost/mbahost.cpp
index 7916ec9a..735f9f21 100644
--- a/src/mbahost/mbahost.cpp
+++ b/src/mbahost/mbahost.cpp
@@ -129,6 +129,8 @@ extern "C" HRESULT WINAPI BootstrapperApplicationCreate(
129 } 129 }
130 130
131LExit: 131LExit:
132 ReleaseNullObject(pEngine);
133
132 return hr; 134 return hr;
133} 135}
134 136