Hello,
I have an existing solution that contains a COM+ DLL in c++ (unmanaged), CCW
in C#, Custom Installer DLL (c#) and a setup project.
Currently, after I run the installation of these components, I go into
Component Services and create the package manually and insert the COM DLL
into it.
My head is spinning from all the info that's out there and I've been unable
to find anything that shows me how to create the package and remove it
programmatically. I know I can export the package and then run the MSI which
has made it a bit easier than manually creating it, but I'd like to add its
creation and removal to the set up program.
Any helpful info on this would be greatly appreciated. Thank you.

Signature
AY
PRISM - 29 Nov 2007 03:51 GMT
Please ignore this post as I originally posted in the wrong place. The
answer is available in the post "Creating A Component Services Package
Programmatically" in the microsoft.public.platformsdk.complus_mts group.
AY
> Hello,
>
[quoted text clipped - 16 lines]
>
> Any helpful info on this would be greatly appreciated. Thank you.