Then it comes up with this message that says --- Delete file followed by the file location vcredist_x86.exefailed There is no such file.
With "here is no such file", you mean you checked that folder and there's no file there ?
The file is supposed to be there, but only while the VC++ runtime is being installed, at the end of the install will be deleted, which is of course normal, since we don't left garbage in your temp folder. The only possible explanation for that error is something ELSE must have removed the file WHILE our installer was waiting for its installation to complete. Something like this seem to be caused by the antivirus, that mistakenly flagged an official MS .exe as a threat ( antivirus might be suspicious of an .exe in the temp folder ).
Try to run the update again with the antivirus disabled.
If that doesn't work, try after a Windows restart. Also, it's not very clear from your screenshot but, which OS are you using, exactly ?