简体   繁体   English

在Excel 2007中为外接程序创建安装程序

[英]Create installer for add-in in Excel 2007

I have created an add-in for Excel 2007 in visual studio. 我已经在Visual Studio中为Excel 2007创建了一个加载项。 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 如果您的加载项是XLA或XLL:安装方式:将其复制到%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). (%APPDATA%是用户特定的文件夹)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM