I have a com+ application and I register it to component service using command (regasm TestComPlus.dll,tlbexp TestComPlus.dll, regsvcs TestComPlus.dll) and it show on component service.
How can archive this with msi ? I tied wix installer (https://www.firegiant.com/wix/tutorial/com-expression-syntax-miscellanea/complus-applications/)
how can I create an installer that will register com+ application to component service?
Any help will be appreciated