Install package for COM+

954 Views Asked by At

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?

2

There are 2 best solutions below

0
On

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.

2
On

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.