NetOfficeFw / NetOffice

🌌 Create add-ins and automation code for Microsoft Office applications.
MIT License
697 stars 143 forks source link

The issue about pack project #253

Closed ZENBruce closed 4 years ago

ZENBruce commented 5 years ago

I finish my project use NetOffice and I want other people to use my Addin,but I don't know how to do.How to write into the regedit ?Do you have the guide about install and deploy?Thank you!!!

jozefizso commented 5 years ago

Use can use the RegAddin tool to register your addin.

ZENBruce commented 5 years ago

This issue has been solved,but I have another one.My addin can work on Outlook2007 and 2010,but cant't work on Outlook2013.And I use your examaple for Outlook,It aslo didn't work.The regedit LoadBehavior is 2.

jozefizso commented 5 years ago

You should refer to official Microsoft documentation for deploying addins to MS Outlook 2013.