https://bugs.winehq.org/show_bug.cgi?id=34756
--- Comment #13 from Austin English austinenglish@gmail.com --- (In reply to Alistair Leslie-Hughes from comment #12)
The patch has been accepted however the exception is still thrown.
The installer calls the VCExpress.exe to setup the VC environment. Which appears to cause the crash.
VCExpress.exe attempts to load an assembly (Microsoft.VisualStudio.Dialogs), that is in the PrivateAssemblies directory. VCExpress uses AppDomain.DefineDynamicAssembly to map this assembly and mono doesn't use the prelook hook.
Can someone else confirm?
In wine-1.7.29-57-gfbf2557, it's still present. The backtrace is no longer printed to stderr, but a Microsoft error dialog is shown. With native dotnet40, I don't get that dialog.