I\'m developing an application using the C# programming language. How can I create to my own setup file in C# ?I don\'t want a commercial software. How can I do that?
In the File menu, click New->Project, and then in the dialog select Other Project Types->Setup and Deployment in the tree on the left. Select InstallShield LE or Visual Studio Installer, as you prefer.
Personally I'd recommend Visual Studio Installer->Setup Wizard for beginners.