• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Autodesk Inventor Engineer-to-Order

    Reply
    Distinguished Contributor
    ludesroc
    Posts: 131
    Registered: ‎05-03-2005

    User Library

    73 Views, 2 Replies
    12-20-2012 05:47 AM

    Hi, 

     

    Is there a way to setup UserLib in a different location then the default location? --> %Program Files%\Autodesk\Intent Professional <version>\Library\UserLib

     

    The goal is to share user functions...

     

    Regards,

    Ludesroc
    Please use plain text.
    Employee
    AlexKorzun
    Posts: 71
    Registered: ‎11-10-2008

    Re: User Library

    12-20-2012 10:52 AM in reply to: ludesroc

    Hi

     

    In the BIN folder of the installed application, there is an Intent.config file. For just in case, create a copy of this file.

    Open it in your favorite XML editor, and change the following section in the desired way. The <Args> node may contain relative or absolute path to the library.

     

        <Library name="userlib">
          <Args>..\Library\userlib\</Args>             
          <AutodeskProvided>True</AutodeskProvided>
          <Locked>True</Locked>
          <PrettyName>User Library</PrettyName>
          <Type>TextFile</Type>
        </Library>
    
    For older Intent versions, the similar can be set in registry
    HKEY_LOCAL_MACHINE\SOFTWARE\Autodesk\Intent\R<version>\Intent Common Files\Libraries\userlib
    Thank you,

    Alex Korzun
    Principal Engineer
    Inventor Engineer-to-Order
    Please use plain text.
    Distinguished Contributor
    ludesroc
    Posts: 131
    Registered: ‎05-03-2005

    Re: User Library

    12-20-2012 11:18 AM in reply to: AlexKorzun

    Great thanks Alex!

    Ludesroc
    Please use plain text.