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?