If you are using Visual Studio 2005, you can create a setup project, by doing the following:
1. Choose File -> New -> Project... 2. Expand the Other Project Types node and click the Setup and Deployment node, on the New Project dialog 3. Click Setup Project and click OK
This post has been edited either by the author or a moderator in the
Microsoft Forums: http://forums.microsoft.com hi all, the question as the
title please help me to solve this anyone can give me a
flavour thanks henry
Why reposting the same questio again, did you
actualy read the answers given on the other thread.
Willy.
how to make an installation file for my written program in c#
how to make an installation file for my written program in c#
Dayanidhi
Please go through the following article:
http://www.c-sharpcorner.com/Code/2003/April/SetupProjects.asp
It covers the Setp Projects in depth.
Regards,
Vikram
CrystalD
I'll give you a flavour, ;)
If you are using Visual Studio 2005, you can create a setup project, by doing the following:
1. Choose File -> New -> Project...
2. Expand the Other Project Types node and click the Setup and Deployment node, on the New Project dialog
3. Click Setup Project and click OK
zcat123