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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top