-
Notifications
You must be signed in to change notification settings - Fork 63
How to install AddinManager
Step By Step:
- Download file msi installer at Last Release
- A welcome startup, click next to continue:
- Click install to continue:
- Click finish to complete:
- Select load option to load in revit:
Revit checks security credentials of add-ins.If an add-in is not digitally signed with a certificate issued by a trusted certificate authority, Revit pops up a dialog when opening asking the user to confirm if he/she wants to load the application. The figure below shows an example of the security warning dialog when an unsigned add-in is detected. The user is presented with choices of:
- allowing the same add-in to always load from now on.
- load only this time and ask again next time.
- do not allow to load the add-in.See Detail at code-signing-of-revit-addins.
Always Load: The file is from a publisher whom you know and trust. In the future, when you load this file or any other file signed by this publisher, it will be loaded without displaying this warning.
Load Once : You trust the current edition of the file and you want to load it now. If you load the file again in the future, the warning is repeated.
Do Not Load: Cancels the request to load the file.
- A button will show in tab addin with name Addin-Manager
Solution :
- Download zip file install
- Extract Zip file to folder :
- Do again step by step with start guideline on top 👆, run msi inside folder extracted.