Last active
March 6, 2025 09:09
-
-
Save teocomi/5986db4eba261ec4baeb7325329aa226 to your computer and use it in GitHub Desktop.
Revit Addin folder location
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for this :D