How to share an AddIn?

How to share an AddIn?

xusho
Autodesk Autodesk
586 Views
2 Replies
Message 1 of 3

How to share an AddIn?

xusho
Autodesk
Autodesk

I have created an AddIn in F360. It works on my local PC. I am trying to let other developers use it.
Please advise what is the best way to share this tool with other developers?
Do I need to copy all the files to share?

Shoudong Xu
Autodesk Moldflow Meshing
Shoudong.Xu@autodesk.com
0 Likes
587 Views
2 Replies
Replies (2)
Message 2 of 3

kandennti
Mentor
Mentor

Hi @xusho .

 

I have placed the files in MS OneDrive so that I can use the same add-ins at work and at home. I think it is possible with other services.

If it is the same workplace, I think it is possible by placing them on the company's server.

0 Likes
Message 3 of 3

BrianEkins
Mentor
Mentor

There are two ways to share an add-in. The first is what @kandennti suggested you use a file service or a network drive, and everyone references the add-in folder from there. The second is that you provide the add-in files to the others, and they install them on their machine.

 

The advantage of the first method is that everyone is using the one-and-only set of files, so when you make any changes, everyone automatically picks them up immediately. The negative is that you need to be connected in some way.

 

The advantage of the second method is that you can share the add-in with anyone by emailing it or providing them a way to download it. You can also package your add-in into an installer to make it easy for them to copy onto their machine. I highly recommend Inno Setup. It's free and is very powerful.

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
0 Likes