Installer for a C# application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am new to C#. I hav written a sample application in c#. I want to create
an installer for it. Does .net framework provides any utility for doing this?
Thanks in advance,
Adhiraj
 
Hi!

Rightclick at the solution on the top of the solution explorer. Choose "add
new project" and " Setup and deployment projects".

Then you get a new setup project for youre application.

/Marre
 
Back
Top