The MSVC++ redistributable package isn't required to make your application work on other computers. Copying some CRT dll files into the same directory as the exe should be enough (as well as linking statically to the CRT, which isn't easy using SFML).
There have been many threads concerning this topic, just use the search function.