|
-
May 12th, 2010, 01:08 AM
#1
Thread Starter
Junior Member
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.
-
May 12th, 2010, 01:11 AM
#2
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.
-
May 12th, 2010, 05:51 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|