You don't say which OS you use, and your screenshot is too small to be readable, you should have posted just the error message, not the whole screen.
In any case, the msvcp140 dll is part of the VC++ 2015 redistributable runtimes, which of course our installer installs automatically so, normally, this should never happen and, in fact, nobody ever reported this error before.
So, it seems in your system the runtimes *appear* to be installed ( so the installation is skipped, even if our installer starts it ), but it's not really working. You might try downloading the installer from Microsoft:
https://www.microsoft.com/en-gb/download/details.aspx?id=48145Install that and restart Windows. If that still doesn't work, try to UNINSTALL the VC++ 2015 runtimes from the Control Panel first, and then reinstall them AND restart Windows again.