To install a deployment package using mfdepinst

Restriction: This topic applies only when the Enterprise Server feature is enabled.
  1. If you don't already have one, generate a COBOL archive (.car) file by either deploying a service interface from a Visual COBOL project or using the imtkmake command.
  2. Deploy the .car file using the mfdepinst command.
    You can either pass any required install options for mfdepinst at the command line or use the .mfdeploy file. For example, to deploy the services in myService.car, enter the following at a command prompt:
    mfdepinst [install-options] myService.car

See mfdepinst command for complete details about the install options and .mfdeploy.