Deloying a C#.Net Application
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
Re: Deloying a C#.Net Application
Re: Deloying a C#.Net Application
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