i have addin. have .addin file , dll file. need know best way of distributing people be? it's people in office.
the way got on friends machine copy .addin , .dll file visual studio addin folder, had open .addin in notepad++ , change assembly path point dll is. how can automate plugin can installed , have assembly area updated install path?
thanks help!
you can put assembly's filename in .addin file:
<assembly>myaddin.dll</assembly> no need full path.
Comments
Post a Comment