开发者

Where should VSTO-developed extensions be installed?

开发者 https://www.devze.com 2023-01-12 04:17 出处:网络
I am building an extension ribbon for Excel.Besides the ribbon DLL I will have a data access DLL and a .sdf (SQL CE database file).In which directori开发者_开发知识库es should they be installed?Is the

I am building an extension ribbon for Excel. Besides the ribbon DLL I will have a data access DLL and a .sdf (SQL CE database file). In which directori开发者_开发知识库es should they be installed? Is there a best practice for deploying this project? It will be used at several sites around the country.


Generally, I install vsto addins just like any other addin or application. I have the installer create a \program files\MyCompany\MyApp folder, put the dlls, and the addin's Manifest and config files right there. Maybe create a few subfolders to store other info. then Register the addin and point to that location.

0

精彩评论

暂无评论...
验证码 换一张
取 消