How do i install Add in on other computers

How do i install Add in on other computers

217694G9MEZ
Participant Participant
652 Views
5 Replies
Message 1 of 6

How do i install Add in on other computers

217694G9MEZ
Participant
Participant

Hello,

 

i currently made a AddIn in Visual Studio on my computer for my collagues at work. I want to add the AddIn to their computers. How do i do it? We are using Vault, so it would be great if all the workstations had the AddIn. 

 

Thanks in advance. 

0 Likes
Accepted solutions (2)
653 Views
5 Replies
Replies (5)
Message 2 of 6

Ralf_Krieg
Advisor
Advisor
Accepted solution

Hello

 

You can simply copy the Addin dll and the .addin file to all other computers. You can create a setup project which encapsulates the copying in a setup process.

Read this article --> https://modthemachine.typepad.com/my_weblog/2012/02/migrate-net-add-ins-to-registry-free.html

Most interesting point is chapter 4.


R. Krieg
RKW Solutions
www.rkw-solutions.com
0 Likes
Message 3 of 6

pball
Mentor
Mentor
Accepted solution

The most simple way would be to copy the .addin and .dll files to a valid addin folder on everyone's computer manually. The next step would be to create an installer that would do that with little effort. I personally have a batch script that uses 7zip to create a self extracting zip file. If you have winrar I remember that being easier to use. There are plenty of methods out there.

 

I also personally have my addin install in the below folder path.

%appdata%\Autodesk\ApplicationPlugins

Check out my style edits for the Autodesk forums
pball's Autodesk Forum Style
0 Likes
Message 4 of 6

217694G9MEZ
Participant
Participant

Thank you both, it helped a lot. 

0 Likes
Message 5 of 6

suneelkumarYX7P2
Contributor
Contributor

Hii @pball 
Thanks for the insights along with the .dll and .addin file we need to copy the standard 3dmodels and external ilogic rules but every time copying all this files in clients machine plugins folder c drive is difficult. Is possible to create an installer with all this files ie .dll, .addin, 3Dmodels and external rules or any other way to deploy in client machine?

0 Likes
Message 6 of 6

pball
Mentor
Mentor

Yes you can create an installer. There should be plenty of guides if you search for making an installer or you could use a self extracting archive.

Check out my style edits for the Autodesk forums
pball's Autodesk Forum Style
0 Likes