Results 1 to 3 of 3

Thread: How to deply vb.net project in client system

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2010
    Posts
    24

    How to deply vb.net project in client system

    hi!

    i wanna know how to deploy project in client system.

    My project contains sqldatabase and vb.net codings. after i gone through some articles i found that we can publish the project using Publish option in windows applicaitons properties.

    my doubt is ,
    1. database will get copied and remains witht the applicaitons.
    2. Should .net and sqlserver be installed in client's system also.

    Pls tell as am going to do first time.

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

    Re: How to deply vb.net project in client system

    1. If you added the database to the project, yes.

    2. By default, the installer will check to see whether they are installed and, if not, download and install them. You can check that and change the behaviour in the Prerequisites dialogue. If you're deploying on a disc then you should include the prerequisites with the installer.
    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

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How to deply vb.net project in client system

    Moved To Application Deployment

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