-
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
-
Re: client installation
If you add the libraries as references in your project then they will be included in the setup package.
-
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