Admin Production rocket
Current Publication

To install a deployment package using mfdepinst

Enterprise Developer for Visual Studio 2022 V8.0
Rocket® Enterprise Developer (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.

To install a deployment package using mfdepinst

  1. If you don't already have one, generate a COBOL archive (.car) file by either deploying a service interface from an Enterprise Developer 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.