diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-29 19:31:01 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-29 19:53:29 +1000 |
commit | b7faab06259d3afdc3205024a0004ace72157cbe (patch) | |
tree | 4d9797f017b564c0fe6e8a602950c876daba612f /src/wixstdba/wixstdba.def | |
parent | 39e930d9aaff250e0fd5019eeedaa40717a6c6fe (diff) | |
download | wix-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 '')
-rw-r--r-- | src/wixstdba/wixstdba.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wixstdba/wixstdba.def b/src/wixstdba/wixstdba.def index 815d2977..ba9980d3 100644 --- a/src/wixstdba/wixstdba.def +++ b/src/wixstdba/wixstdba.def | |||
@@ -4,5 +4,7 @@ | |||
4 | EXPORTS | 4 | EXPORTS |
5 | BootstrapperApplicationCreate | 5 | BootstrapperApplicationCreate |
6 | BootstrapperApplicationDestroy | 6 | BootstrapperApplicationDestroy |
7 | DncPrereqBootstrapperApplicationCreate | ||
8 | DncPrereqBootstrapperApplicationDestroy | ||
7 | MbaPrereqBootstrapperApplicationCreate | 9 | MbaPrereqBootstrapperApplicationCreate |
8 | MbaPrereqBootstrapperApplicationDestroy | 10 | MbaPrereqBootstrapperApplicationDestroy |