Print Page | Close Window

How can I install only the DevForce runtime(dlls) on a client machine?

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=152
Printed Date: 18-May-2025 at 6:14pm


Topic: How can I install only the DevForce runtime(dlls) on a client machine?
Posted By: Customer
Subject: How can I install only the DevForce runtime(dlls) on a client machine?
Date Posted: 12-Jul-2007 at 12:04pm
Please advise me how can I install only the DevForce runtime(dlls) on a client machine? I tried with the install kit, but it requires me to have the VS2005 installed.



Replies:
Posted By: IdeaBlade
Date Posted: 12-Jul-2007 at 12:05pm
The simple answer to your question below is that you do not have to install DevForce on the client machine.  Nor does VS 2005 need to be running on the client.  You simply have to copy the necessary DevForce DLL’s to the appropriate folder (or folders) on the client machine.  I will explain how to do this in general.

 

You typically have two options:

  • XCopy Deployment
  • Use a Setup.msi 

For very simple projects, you can copy all of the files into a single directory on the client machine.  It is a little more complicated for an IIS deployment.  For more complex projects consider using a Setup.msi.

 

I would strongly encourage you to run one of the Deployment tutorials before trying this yourself.




Print Page | Close Window