COM 的安装包
如何为 COM+ 组件创建 msi?是否可以使用 Visual Studio 创建安装包并注册它,以便它显示在组件服务下?
我目前使用 Visual Studio 设置它,并且 COM+ 文件设置为自注册。但是,COM+ 应用程序未显示在“组件服务”下。
我还必须使用其他方法来安装 COM+ 应用程序吗?
How can I create a msi for COM+ component? Is it possible to create the install package using Visual Studio and have it registered so that it shows up under component services?
I currently have it set up using visual studio and the COM+ file is set up for self registering. However the COM+ application is not showing up under Components Services.
Is there some other method I have to use to install a COM+ application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们使用 Wix 来创建具有 COM+ 组件的安装程序。
此处提供了一些用于安装 COM+ 应用程序的帮助。一开始的学习曲线有点陡峭,尽管您对安装过程的精细控制是非常值得的。
Wix 项目与 Visual Studio 集成,就像您可能使用的任何其他语言一样。
We use Wix to create our installers which have COM+ components.
There's some help here for installing COM+ applications. The learning curve is a bit steep at first although the fine control you get over the installation process is well worth it.
Wix projects integrate with Visual Studio just like any other language you may use.
我在 VS 安装程序中看不到任何可以创建组件服务条目的内容;您也许可以通过创建自定义操作找到一种方法。
I can't see anything in the VS installer that would create a Component Services entry; you may be able to find a way by creating a Custom Action.