creating setup

I create the program, and now i want to share with other users, how to create setup for my program



Answer this question

creating setup

  • BillSai

    Did you follow above steps those steps will help you in creating setup file at the specified location. Please let us know the details if you are not able to proceed

    Neela



  • Christopher Lusardi

    I have Visual Studio Professional Edition, all i want is to create the setup, which will install my program exe file. But i need that users who want my program , can use it and withaut VJ#.
    I just give to them a setup file, and they install my program exe, withaut any source files. is it posible


  • vhhughes

    If you are using Visual Studio 2005 (Express or any other SKU) then you have an option of publishing your program. To publish your program

    • Open Solution Explorer
    • Select project that you want to Publish
    • Right click on the Project node and click Publish

    This will let you publish your project either on IIS server or on local disk.

    If your solution contains multiple projects then Express SKU doesn't have any option to publish entire solution. Visual Studio Team Suite or Professional or Standard SKUs have an option of creating Setup project to which you can add all your projects in a solution.

    Get more information on Click Once deployment on msdn

    Neela



  • marklar

    I created setup file using Publish button in J#. However, most of my friends could't install it - fatal error occured when installing .NET Framework.

    Maybe they didn't have SP2


  • Squig

    Is it by design that the Publish doesn't work with non-English text given to it It shows garbage when one provides Greek messages etc. Same happens with the installations that VS.net can create (other option than the Publish menu)

  • Keith Boyd

    Yes i'm using Visual Studio 2005 . I have already created program, just i need make a setup for it. Ofcourse i want that user will have just program, that he will not be able su see the code, just use program. Also i want that that it automatically create icon on desktop and in the Start menu.
    Tell me step step everythink :)


  • Jose Ann Roche

    I think i tell needful thinks. ok ..
    I create the program, let's say it's dictionary. In my program is some images, some of them are in local resources some ir program resources. All i want just create a setup for my program, that user can install my program and use it.


  • creating setup