Skip to content

Instantly share code, notes, and snippets.

@teocomi
Last active February 23, 2024 18:17
Show Gist options
  • Star 25 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save teocomi/5986db4eba261ec4baeb7325329aa226 to your computer and use it in GitHub Desktop.
Save teocomi/5986db4eba261ec4baeb7325329aa226 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\
%appdata%\Autodesk\ApplicationPlugins\
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\
@eirannejad
Copy link

Thank you for this :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment