Hello, i get the error " The code execution cannot proceed because of MSVCR100.fll was not found" i have tried to reinstall
I had this issue but even worse. i managed to fix it though. the problem is that you are missing one or more microsoft visual c++ programs. there are several of them released in different years each with an x86 and an x64 version.
best way to figure out which ones you need is just type the name of the dll you are missing in bing and look for someone asking microsoft about it. it will be one of the top results. there will be a reply saying exactly what c++ program has that dll so follow the link and install both the x86 and x32 versions of that c++ just to be safe, then restart your computer. try running the program again and if it asks for more dll files just rinse and repeat until you deal with them all.
i had to install about 3 or 4 different c++ years to clear all of mine. oh you should check to see if you have the 2017 c++ installed using your control panel, installed programs before you start. apparently that one conflicts with some of the others so you should uninstall it before you start, then if you need it reinstall it last