Skip to content

Instantly share code, notes, and snippets.

@akleandrov
Forked from teocomi/revit-addin-locations.txt
Created September 26, 2016 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akleandrov/ae30c65a7395f506e204649d5ad8346f to your computer and use it in GitHub Desktop.
Save akleandrov/ae30c65a7395f506e204649d5ad8346f to your computer and use it in GitHub Desktop.
Revit Addin folder location
Autodesk Revit addins are generally loaded from the following locations.
User Addins:
%appdata%\Autodesk\Revit\Addins\
Machine Addins (for all users of the machine):
C:\ProgramData\Autodesk\Revit\Addins\
Addins packaged for the Autodesk Exchange store:
C:\ProgramData\Autodesk\ApplicationPlugins\
Autodesk servers and services:
C:\Program Files\Autodesk\Revit 2016\AddIns\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment