I said it wasn't ok for me since I found it failed with a customer. I'm afraid I don't have the time to investigate and determine how to reproduce the issue, and I don't have access to the customers machine. Although some (probably) relevant information can be found here:
http://stackoverflow.com/questions/34240852/stuck-while-installing-visual-st...
Rob
________________________________
From: Boost
Is static preferred over app-local? I thought it was the other way around.
Static is preferred if it works for you. Unfortunately there are circumstances where you can't tolerate multiple CRTs in the same process because you need some global state to be synchronized, and in such cases the only option is to use the DLL.
Windows Update?
Windows Update deploys the UCRT, and you just said that wasn't OK for you :)
You lost me.. where did I say that was not OK for me? If WU takes care of that, I shouldn't need vcredist right? _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost