CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2006
    Posts
    3

    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

  2. #2
    Join Date
    Feb 2005
    Location
    Israel
    Posts
    1,475

  3. #3
    Join Date
    Aug 2005
    Posts
    44

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured