Setup.exe or .msi of a game

Hi friends,

i am trying to generate a windows build of a game using Visual studio community 2015, when i open .sln in VS 2015 and generate build it works fine, it generate a .exe file which is playable, but now i want to generate a setup.exe or .msi, now when i use setup wizard extension i am having problem in selection of other file like there are libcocos2d primary out

which lib should i choose as a primary output except mygame

I think the best way to make a desktop app would be to wrap your game in https://electron.atom.io

You can use NSIS to build setup file: http://nsis.sourceforge.net/Main_Page