Search code examples
visual-studioinstallationwindows-installercom+

COM+ Visual Studio Setup Project


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+.


Solution

  • 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