I'm currently working on a package for Revit 2017. The issue that I have is that all add-ons require the user to "Allow" each one. Revit works flawlessly without add-ons, and works fine with add-ons, however users get 18 add-on prompts everytime the package is launched.
Is there a registry key to turn off the security in Revit 2017 regarding add-ons or an ability to just allow all add-ons that I install? A trusted add-on list perhaps?
Hi,
You will need to digitally sign you Add-In. The following articles and forum-post should answer your questions.
https://forums.autodesk.com/t5/revit-api-forum/code-signing-of-revit-addins/td-p/5981560
One important note regarding Add-Ins: Please do not use Revit.exe.config for any configurations for your add-in. This file is for Revit only and changing it will prevent future updates of Revit.....
Regards
Thanks for the reply.
My understanding of this method of certifying the add-in still requires the user to click "Always Load".
I require a means of installing multiple addin's (some signed and unsigned) without users being prompted this message.
I am willing to disable all Revits security if that's possible?
Can't find what you're looking for? Ask the community or share your knowledge.