c# winforms - how to publish/install a project from vs2010express
After a lot of Q/A on c#Corner - i finished my first c#Application.
In Debug mode - everything works well.
But - I use VS 2010 exxpress, and - as I understand - there is no option for creating Installer.
From web posts and articles - it seems the solutions are:
1. Copy all project files on client's comp. and on Desktop make a shortcut of Debug/.exe file (hmm...)
2. Use some installers like Wix, SharpSetup... or something like that.
Or, maybe - some others ways ?
What is your advice, please ?