changing C# program into installers
C#
2
Posts
2
Posters
0
Views
1
Watching
-
how do I convert a C# program into a windows installer? tips and advise would really really be of help. or maybe there's a software i can use to change my C# program into an installer.:)
You should create a setup project for your application. Don't try to make your application install itself. Visual Studio has support for creating setup projects. There are many articles that show how to do it. Josh