Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amitlzkpa/62176f30057a5ff984bf44dae9d0f3c0 to your computer and use it in GitHub Desktop.
Save amitlzkpa/62176f30057a5ff984bf44dae9d0f3c0 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