Create installer for add-in in Excel 2007
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).
精彩评论