Right . . .
COM+ doesn't have packages it has configured applications (jsut a point)
You will need to export the configured application (right-click, Export) This will create an MSI or Windows Installer file.
You can choose whether you want all of the code to be installed on the client, or whether you want remote access - in which case choose the option that allows you to export an application proxy.
Thi should solve your problem.
And I agree, compared to MTS/COM, COM+ is very weird to work-with. It's behaviour also appears to be a little inconsistent - try updating live applications - somethimes you have to remove them from the COM_ subsystem which is real pain
Hope this Helps
