I have a COM+ object that I need to set paramerters for. Here's what I have done so far

1. From the Component Wizard I added my DLL as a COM Server
2. I had it automatically read the registry requirements from the file and add them to the COM Registration of the Component in the Component View
3. I verified that the Classes and ProdIDs are added properly

Now there are some parameters of the COM Server that I need to add to the object during install time. Can this be done through Developer 7 or do I need to create a script file and set the parameters with Custom Actions?

Thanks for the help.