COM/MTS Guide


Appendix D. Deployment Checklist

The following checklist summarizes the deployment steps for COM components.

COM, DCOM, MTS

Application directory: The COM component's DLL.

Application directory: The Panther application library containing the service components, such as server.lib.

Application directory: If the application library name is not server.lib, smvars.bin containing a setting for SMFLIBS.

The Panther DLLs must be in the system's PATH, typically $SMBASE\bin.

The COM component must be registered as needed for COM, DCOM, or MTS.

COM

Register the COM component using regsvr32.exe.

DCOM Server

Register the COM component using regsvr32.exe.

DCOM Clients

Register the COM component using regcli32.bat or the Install option of the component's .inf file.

MTS Server

Register the COM component using the Microsoft Management Console.

MTS Clients

For each component package, run the MTS-generated installation file on the application clients.