简体   繁体   English

使用单独的MSI文件C#安装Outlook COM Addin捆绑包

[英]Outlook COM Addin bundle install with a seperate msi file C#

I'm trying to be able to bundle an Outlook addin (.dll file) that I've made in C# with a separate msi installer (not the default one created in Visual Studio). 我试图将我在C#中制作的Outlook加载项(.dll文件)与单独的msi安装程序(不是在Visual Studio中创建的默认安装程序)捆绑在一起。 The add-in works great using the default setup that Visual Studio creates but I'm looking to install the .dll file using a different msi as to bundle it with another piece of software and I'm not sure what registry values or other details need to be worked out that will allow Outlook for recognize the addin. 使用Visual Studio创建的默认设置,该外接程序效果很好,但我希望使用其他msi来安装.dll文件,以便将其与另一软件捆绑在一起,并且不确定哪个注册表值或其他详细信息需要解决的问题,使Outlook能够识别加载项。 Thanks for any help! 谢谢你的帮助!

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

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