COM+ Visual Studio 安装项目
是否可以使用 Visual Studio 创建 COM+ 安装包?如果是这样我该怎么办?我已成功安装 COM 并注册它,但使用 COM+ 却失败。
Is it possible to use visual studio to create an install package for COM+? If so how can I do it? I have successfully installed COM and had it registered but I have been unsuccessful with COM+.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用与 Visual Studio 集成的 WiX 工具集轻松构建部署 COM+ 包的 MSI。
WiX 主页:http://wix.sourceforge.net/
Com+ 文档:http://wix.sourceforge.net/manual-wix3/complus_xsd_index.htm
有关示例,请参阅:http://www.tramontana.co.hu/wix/lesson6.php#6.11
You can easily build MSI’s that deploy COM+ packages using the WiX toolset which integrates with Visual Studio.
WiX Homepage: http://wix.sourceforge.net/
Com+ documentation: http://wix.sourceforge.net/manual-wix3/complus_xsd_index.htm
For a sample see: http://www.tramontana.co.hu/wix/lesson6.php#6.11
我做了一些更多的研究,经过复杂的过程后,我能够使用自定义操作并使用微软提供的一些 api 来完成此操作。
http://msdn.microsoft.com/en-我们/library/ee309561(v=vs.85).aspx
I did some more research and after a complicated process I was able to do this using custom action and by using some of the apis provided by microsoft.
http://msdn.microsoft.com/en-us/library/ee309561(v=vs.85).aspx