Results 1 to 5 of 5

Thread: Network Deployments and Added Files...

  1. #1
    I could stop if I wanted to Dr._House's Avatar
    Join Date
    2007-07
    Location
    Milwaukee, WI
    Posts
    218
    Login to Give a bone
    0

    Arrow Network Deployments and Added Files...

    I made some edits to the ACAD2010doc.lsp file.. I try to add it to my deployment in the program that I got with CAD and when I add it to the deployment it fails.. am I missing something, is there another place to add this version of the file or is there a way to copy this newer edited file onto a users system after the install

  2. #2
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Default Re: Network Deployments and Added Files...

    Do NOT edit Acad20xx.lsp or Acad20xxDoc.lsp files. Those are for Autodesk's use and can be overwritten by deployment or service packs.

    Create an AcadDoc.lsp file and include that in the deployment. You can add files to the standard deployment folders in the deployment packager.
    R. Robert Bell
    Design Technology Manager
    Stantec
    Opinions expressed are mine alone and do not reflect the views of Stantec.

  3. #3
    I could stop if I wanted to Hammer.John.J's Avatar
    Join Date
    2015-09
    Location
    Springfield, MA
    Posts
    491
    Login to Give a bone
    0

    Default Re: Network Deployments and Added Files...

    we modify the arg profiles for each verticle, then we modify the shortcut on the desktop with a switch to pull in that server profile....

    then we put the lisp routines on the server using unc paths to pull the lisps

  4. #4
    I could stop if I wanted to Dr._House's Avatar
    Join Date
    2007-07
    Location
    Milwaukee, WI
    Posts
    218
    Login to Give a bone
    0

    Default Re: Network Deployments and Added Files...

    Quote Originally Posted by RobertB View Post
    Do NOT edit Acad20xx.lsp or Acad20xxDoc.lsp files. Those are for Autodesk's use and can be overwritten by deployment or service packs.

    Create an AcadDoc.lsp file and include that in the deployment. You can add files to the standard deployment folders in the deployment packager.
    Don't mean to sound ignorant here, I'm a newb when it comes to setting these things up.. but will the AcadDoc.lsp file I create load every time I start a drawing? Also, do I create that in that same Support directory?
    Last edited by Dr._House; 2009-08-11 at 07:24 PM.

  5. #5
    The Silent Type RobertB's Avatar
    Join Date
    2000-01
    Location
    Seattle WA USA
    Posts
    5,859
    Login to Give a bone
    0

    Lightbulb Re: Network Deployments and Added Files...

    Quote Originally Posted by Dr._House View Post
    Don't mean to sound ignorant here, I'm a newb when it comes to setting these things up.. but will the AcadDoc.lsp file I create load every time I start a drawing? Also, do I create that in that same Support directory?
    Yes. AcadDoc is the user/company "version" of Acad20xxDoc.lsp. As long as it is located somewhere in the support folder path it will loead with each drawing.

    Note that when supporting multiple users, I highly suggest locating all firm and user customizations on the network with those paths located before the local Support folder.

    See TS21336 for more information on startup files.
    R. Robert Bell
    Design Technology Manager
    Stantec
    Opinions expressed are mine alone and do not reflect the views of Stantec.

Similar Threads

  1. Network deployments & service packs
    By tim.101799 in forum Revit Architecture - General
    Replies: 1
    Last Post: 2008-11-10, 10:26 PM
  2. Network Deployments
    By zride91 in forum CAD Management - General
    Replies: 1
    Last Post: 2008-09-26, 07:18 PM
  3. Network Support Files and a Slow(er) Network?
    By chillme1 in forum Networks
    Replies: 4
    Last Post: 2007-12-04, 10:21 PM
  4. "Apply Patch" in Network Deployments for New Builds
    By Neil Osher in forum Revit Architecture - Wish List
    Replies: 7
    Last Post: 2007-06-22, 08:56 PM
  5. Replies: 0
    Last Post: 2005-08-30, 06:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •