Making plugin loaded for user automatically without entering plugin manager

Making plugin loaded for user automatically without entering plugin manager

jzarczynski
Advocate Advocate
598 Views
4 Replies
Message 1 of 5

Making plugin loaded for user automatically without entering plugin manager

jzarczynski
Advocate
Advocate

Hello,

 

I've been working on add-ons for Autodesk Inventor. I deploy them remotely to users' computers. After the initial restart of Inventor, users need to head over to the Add-In Manager, deselect the 'Blocked' option, and then tick the checkboxes for 'Loaded/Unloaded' and 'Load Automatically'.

jzarczynski_0-1685600467350.jpeg


Surprisingly, some users find these steps quite challenging. Is there a way to lift the block on the add-on without causing any inconvenience to the users?

I've read the documentation and configured addin manifest accordingly:

jzarczynski_0-1685603578974.png


However, the users still are prompted to unblock the plugin manually in Add-in manager.




Kind Regards,
Jaromir

0 Likes
Accepted solutions (2)
599 Views
4 Replies
Replies (4)
Message 2 of 5

Andrii_Humeniuk
Advisor
Advisor

Hi @jzarczynski . Try adding the LoadBehavior parameter.

LoadBehavior.png

0 – loading immediately after loading Inventor (not recommended because it increases the loading time of Inventor itself);

1 – download after opening any document;

2 – loading after opening the assembly;

3 - download after opening the presentation;

4 - loading after opening the drawing;

10 – loading only on demand, via the Inventor API or manually using the add-on manager.

Andrii Humeniuk - CAD Coordinator, Autodesk Certified Instructor

LinkedIn | My free Inventor Addin | My Repositories

Did you find this reply helpful ? If so please use the Accept as Solution/Like.

EESignature

Message 3 of 5

Andrii_Humeniuk
Advisor
Advisor

If the previous advice didn't help, then try adding this to your manifest: <LoadOnStartUp>1</LoadOnStartUp>

Andrii Humeniuk - CAD Coordinator, Autodesk Certified Instructor

LinkedIn | My free Inventor Addin | My Repositories

Did you find this reply helpful ? If so please use the Accept as Solution/Like.

EESignature

Message 4 of 5

Frederick_Law
Mentor
Mentor
Accepted solution

To remove "Block", the addin need to signed with signature.

0 Likes
Message 5 of 5

Frederick_Law
Mentor
Mentor
Accepted solution
0 Likes