OpenDCL Forums

OpenDCL => Deployment => Topic started by: thatcadguy on November 25, 2009, 04:47:04 AM

Title: Network-based install
Post by: thatcadguy on November 25, 2009, 04:47:04 AM
If any of you were wondering if you can create a network-based install of the OpenDCL runtime (so you don't have to install it on everyone's computer!), the answer is yes.  Someone may come and say that ____ could go wrong, but so far this has worked perfectly for me and I have had zero problems.

http://thatcadguy.blogspot.com/2009/10/network-based-opendcl-deployment.html (http://thatcadguy.blogspot.com/2009/10/network-based-opendcl-deployment.html)

The blog post includes a piece of code showing how you can load the correct arx file based on your processor architecture and version of AutoCAD.  Enjoy.

P.S. As far as licensing goes, I believe this will still be compliant with the GNU GPL as long as you provide a link to a copy of the License.htm that comes with OpenDCL.
Title: Re: Network-based install
Post by: owenwengerd on November 25, 2009, 07:03:46 AM
Note that your lisp code fails in Bricscad (because Bricscad uses a .brx file extension). Manual installation disconnects the files from Windows' reference counting mechanism, which means that installing multiple simultaneous OpenDCL applications may not work properly.
Title: Re: Network-based install
Post by: BazzaCAD on November 25, 2009, 11:21:39 AM
Yes this is possible, but we try no to prompt it too much.
We used to have a manual loading example in the samples folder that got installed with the studio, but it causes a lot of confusion.

In the end it was just easier to remove the manual loading example & promote the installation of the runtime.
If you're a CAD Manager & can control all this stuff in-house & don't allow your users to installed 3rd. party apps, then it will work fine for you...