Question

I have complete my C# project and its working great, Now i want to make a Setup / Installation file of my Completed C# project, so i can install it on any Machine and use it, just like a Software we download and install them on our PC and use them.

So please tell me that, how can i make single Setup file of my Completed C# Project ?

Was it helpful?

Solution

OTHER TIPS

Basically you have these options:

  • Use Visual Studios Setup Project, adding a new setup deployment project to your existing solution, as described here
  • Use Wix
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top