Skip to content

Instantly share code, notes, and snippets.

@mitevpi
Forked from teocomi/revit-addin-locations.txt
Created November 20, 2017 15:33
Show Gist options
  • Save mitevpi/a3a9c720b1a5cef4d59fb0309e8a8033 to your computer and use it in GitHub Desktop.
Save mitevpi/a3a9c720b1a5cef4d59fb0309e8a8033 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