registering/unregister components in MTS/COM+ Programmatically
-
Hello All, I want to register and unregister the components in MTS/COM+ environment programmatically. I know that the components registered with regsvr32 will be residing at HKEY_CLASSES_ROOT. But I don't know how MTS/COM+ keeps hold of the components reference. I can go with COM+ export feature so that it'll give me one msi file. But I want some alternatives. Can anyone help me? Timely help appreciated! with Advance Thanks, Ramesh.
-
Hello All, I want to register and unregister the components in MTS/COM+ environment programmatically. I know that the components registered with regsvr32 will be residing at HKEY_CLASSES_ROOT. But I don't know how MTS/COM+ keeps hold of the components reference. I can go with COM+ export feature so that it'll give me one msi file. But I want some alternatives. Can anyone help me? Timely help appreciated! with Advance Thanks, Ramesh.
Heya, check out the "COMAdmin.COMAdminCatalog" object (there is a similar for MTS) /WW ex: Set oCatalog = CreateObject("COMAdmin.COMAdminCatalog") oCatalog.RefreshComponents ' Register the component (overwrites existing) Call oCatalog.InstallComponent("MyApplication","MyDLL.dll","","")
-
Hello All, I want to register and unregister the components in MTS/COM+ environment programmatically. I know that the components registered with regsvr32 will be residing at HKEY_CLASSES_ROOT. But I don't know how MTS/COM+ keeps hold of the components reference. I can go with COM+ export feature so that it'll give me one msi file. But I want some alternatives. Can anyone help me? Timely help appreciated! with Advance Thanks, Ramesh.
I have a scripted process for releasing dlls and files into different environments(dev,qa,production) I will send it to you in full and get you up and running if you can help me with my post http://www.codeproject.com/script/comments/forums.asp?forumid=1647&select=114120&tid=114120#xx114120xx