Click to See Complete Forum and Search --> : Deloying a C#.Net Application


daz4805
March 6th, 2006, 11:36 AM
Hi,

I have been looking around the web to find a walkthrough which will show me how to generate an installer program for my application so that it can be installed on another computer. I am new to C# and the walkthroughs i have found on the net have compltely confused me.

Is there a simple way of doing this? Does anyone have a simple walkthough that is explained in english without all of the technical details?

Thanks

jhammer
March 6th, 2006, 03:33 PM
Is this any good?
http://www.c-sharpcorner.com/Code/2003/April/SetupProjects.asp

kolluru
March 7th, 2006, 05:13 AM
Hello

U can find in MSDN also.....

1.Open the Deplyement project
2.Select the solution and right click that and add the project Which u want to make as install shield..
3.Add the output project of your program in the Applications folder...

build and use