Make installation package of C# project

18,529

Solution 1

I would recommend NSIS, it has been brilliant for me.

If you want to use Visual Studio, check this link out, VS does most of the work for you, but a lot of people don't like this technique.

There is also WIX, which i personally haven't tried but have heard a lot about.

Solution 2

Depends on your deployment requirements. Is this using Visual Studio? ClickOnce (Build->Publish) will probably suit your needs.

Share:
18,529
Sauron
Author by

Sauron

Updated on June 04, 2022

Comments