Installing a game created by cocos in windows

Hey everybody
I have created a simple game using cocos creator. When I compile my project for windows everything is fine and the folder that contains ‘myGame’.exe looks like this

My problem is that when I give this game to my friends they cant run it. the error says that they are missing MSVCR110D.dll . I have installed Microsoft Visual C++ Redistributable package for them but it still shows this error. What should I do ?

Hard solution is put a MSVCR110D.dll file into your rood dir with .exe

Yes, this will work and not really that card to do. But is an extra step.

Well, I made a silly mistake and I was ashamed to post it here, but anyway I will say it, because others might find it useful.
I only installed Microsoft Visual C++ Redistributable package x64 version, since my OS is x64, I didnt know that I have to install Microsoft Visual C++ Redistributable package x86.