Your missing some prereq installers. Visual C++ Redistributable, DirectX or .NET Runtime.
https://www.majorgeeks.com/content/page/install_all_the_microsoft_c_runtimes_at_once_with_visual_c_runtime_installer.html
Run the above installer to install all Visual C++ Redistributable packages. Makes it super simple. Run the installer, hit I and enter to ignore if it asks you to restart first, then hit whatever key it says to uninstall and reinstall all packages. Allow it to finish fully.
Then download this and install it for .NET 4.7.2
http://go.microsoft.com/fwlink/?linkid=863265
Then restart your PC and try again. If you get another error, just google the .DLL file and find what its a part of and install that.
DO NOT JUST DOWNLOAD .DLL FILES FROM THE INTERNET - theres a good chance you can catch a virus this way from some shady websites and there are proper ways to install it.
-edited : Forgot to include link