Results 1 to 2 of 2

Thread: How to Make Setup

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2005
    Location
    Canada
    Posts
    141

    Angry How to Make Setup

    how to make setup and system check if framework not installl then pick from spacified place
    where we put the frameworks tell me pathc

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: How to Make Setup

    Assuming that you are using VS.NET 2003:

    1. Install the bootstrapper plug-in for VS: http://www.microsoft.com/downloads/d...3-72f9c370bd19
    2. Create a setup project, which will by default include the Framework.
    3. Copy the contents of the project output to a CD, which will include Setup.exe, the MSI package for your applciation and dotnetfx.exe, which is the Framework redistributable.
    4. Run Setup.exe, which will check for the presence of the Framework and install it from dotnetfx.exe if it's not installed.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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