Creating A New Package Programmatically -
11-06-2007
, 11:53 AM
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.
--
AY |