Deploying winforms applications

What is the best way to deploy a winforms application if you know you are going to make frequent releases

+3
source share
4 answers

Click "Once" - this is the best choice.

+5
source

Click Once is excellent if you know that the client base will always have access to an Internet connection and they only need one installed version. This is probably true for most applications.

, , . GAC . , , . Xcopy , .

+1

NANT script, NSIS script. , .

0

:

  • - .
  • script .

Note. This is provided that you have already superseded the .NET platform. It can also be automated. If you have other resources that need to be installed on the client, you will need something like Click.

0
source

All Articles