The Order of addins

The Order of addins

Anonymous
Not applicable
2,092 Views
3 Replies
Message 1 of 4

The Order of addins

Anonymous
Not applicable

Good morning!

 

Could you tell me about the order of addins when Revit load them. ?

 

How to control them?

 

Thank you !

 

 

0 Likes
Accepted solutions (1)
2,093 Views
3 Replies
Replies (3)
Message 2 of 4

Dale.Bartlett
Collaborator
Collaborator
Accepted solution

Hi,

They are loaded in alpabetical order. I have a boot-strap addin named "AAA_..." which works well. There was a previous disussion here:

running-add-ins-from-a-network-drive

 

Summary form above:

If you are worried about whether the loading order of the addins can be relied upon, the good news is that it is a documented feature and is well defined. I make use of this myself and was at first a little dubious about its long-term reliability so I searched a little and found this in the Developers Guide:

 

All files named .addin in these locations will be read and processed by Revit during startup. All of the files in both the user-specific location and the all users location are considered together and loaded in alphabetical order. If an all users manifest file shares the same name with a user-specific manifest file, the all users manifest file is ignored. Within each manifest file, the external commands and external applications are loaded in the order in which they are listed.

 

Full details Here

 

It's funny that I didn't know this earlier, but I guess once you learn how to build manifest files (usually by example), you never really look at that section of the guide and miss out on these little gems of important information.




______________
Yes, I'm Satoshi.
Message 3 of 4

Anonymous
Not applicable
Thank you so much!
I have just renamed my apps. everything is ok now.
I wondered ablout UID so much 🙂
0 Likes
Message 4 of 4

Dale.Bartlett
Collaborator
Collaborator

It's great to hear that these posts are helpful after so many years.




______________
Yes, I'm Satoshi.
0 Likes