Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

COM+ application deployment using command-line

I need to deploy my COM dll as a COM+ application. I used to do that from Component Services manager (dcomcnfg.exe). But my requirement is to deploy it from command-line. Is there a command to do that?

Update: And how to uninstall the same?

Thanks.

like image 824
bdhar Avatar asked May 10 '10 08:05

bdhar


1 Answers

Here are a couple of scripts that dump a COM+ application's settings to an XML file, as well as installs applications from and XML file. It provided me a good framework for doing something similar a while back. It contains example code of how to create and remove COM+ applications using the COM+ administration API.

like image 100
Garett Avatar answered Sep 30 '22 07:09

Garett