开发者

Create installer for add-in in Excel 2007

开发者 https://www.devze.com 2023-04-12 19:52 出处:网络
I have开发者_StackOverflow中文版 created an add-in for Excel 2007 in visual studio. How do I make an installer / get it onto other peoples computers.

I have开发者_StackOverflow中文版 created an add-in for Excel 2007 in visual studio. How do I make an installer / get it onto other peoples computers.

Thanks in advance.


If your add in is an XLA or XLL: Installing means: copy it to %APPDATA%/Microsoft/Excel/XLStart

Doing so, the add-in will be loaded upon startup (except if the user disabled macros or s.th. like that).

(%APPDATA% is a user specific folder).

0

精彩评论

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

关注公众号