|
-
Jan 27th, 2009, 07:12 AM
#1
Thread Starter
New Member
client installation
i am writing in vb.net and i want to install the project in a server and in 2 clients.
My question is:
i use in my project some libraries (except the framework) and i want to know
if i must to install those libraries in both (server and client)
OR can i install only in server so the client to use the libraries from the server.
if yes how can i do this
thanks
-
Jan 27th, 2009, 09:23 AM
#2
Re: client installation
If you add the libraries as references in your project then they will be included in the setup package.
-
Jan 27th, 2009, 10:05 AM
#3
Thread Starter
New Member
Re: client installation
thanks for the answer
but
when i am installing my project in a client i dont want to install again the libraries (as in server) because
when i am updating with the new version i want to install the libraries only in server and dont in the clients.
thanks again
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
|