CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2005
    Posts
    21

    Question How do i create a "setup file" including all files?

    Is it possible to release the application as a setup file, that includes all neccesary files (i choose what files needed), and lets the user choose the path to where the applications should be installed? From within Visual studio 2005 b2?

  2. #2
    Join Date
    Apr 2005
    Location
    Norway
    Posts
    3,934

    Re: How do i create a "setup file" including all files?

    Not sure about VS2005, but in VS2003 start out by clicking "New Project", and select "Setup And Deployment Projects / Setup Project".

    - petter

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