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 ?

有帮助吗?

解决方案

其他提示

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
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top