I have developed a Winforms project using C# and .NET 4.5 in VS Express 2015 as front end and Firebird SQL as backend. Now I want to create an installer for the project so that it could be installed easily on client computers.
I have searched the internet for 'setup & deployment' but all those articles are old and they all explain how to create installer using older version of Visual Studio like VS 2008, VS 2010 etc. In the current version of VS, no such facility is present.
Now my question is: how do I create an installer for my projects? Can anyone suggest me any FREE installer creator that I can use for my project?