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\ |
add
%appdata%\Autodesk\ApplicationPlugins\
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to add another path or change it?
I am developing a package for our company users and I want to place it in a share drive. So, every time I update something our 80 users do not need to download the new version. It automatically updated.
Do you have any suggestion for that?