Platform SDK: Transaction Server

Installing Pre-built MTS Packages

[This product will work only on Windows NT 4.0 versions and earlier. For Windows 2000 and later, see COM+ (Component Services).]

A pre-built package consists of a package file and the component files (.dll and .tlb) associated with the package. Use the MTS Explorer to install and deploy pre-built packages developed by third party or enterprise developers.

Note that after you install any package, the minimum configuration for your package includes controlling access to objects stored by MTS, mapping users to roles, and setting security levels for packages. See the Enabling MTS Package Security topic for more information on how to configure security for your package.

To install a pre-built package:

  1. In the left pane of the Explorer, select the computer on which you want to create a package.
  2. Open the Packages Installed folder for that computer.
  3. On the Action menu, click New. You can also select the Create new object button on the MTS toolbar, or right-click on the Packages Installed folder and select New and then Package.
  4. Click the Install pre-built packages button.
  5. In the Select Package Files dialog box, click Add to browse the network for available package files. Select a package file (.pak), click Open, and then click Next. Note that you can install multiple packages at the same time. The component files that are included in the package must be located in the same directory as the package file.
  6. Specify the package identity in the Set Package Identity dialog box, and then click Next. The default selection is Interactive User. The interactive user is the user that logged on to the Windows NT account for the computer that runs a package. You can select a different user by selecting the This user option and entering details for a specific Windows NT user.
  7. In the Installation Options dialog box, specify the installation directory. The component files are copied from the package file directory to the installation directory. You can accept the default directory, or click Browse to search for another location.
  8. If the package file you are installing contains defined Windows NT users, the Add Windows NT users saved in the Package File option will be available. Clicking this box adds these users to the new package.
  9. Click Finish. The Explorer hierarchy now shows the new package in the right pane. If you install multiple packages, the options you choose in steps 6 and 7 apply to all the packages.

On Windows NT, you can also install a pre-built package by dragging a package file from the Windows NT Explorer to the right pane of the MTS Explorer while the Packages folder of a computer is open.

See Also

Packages Installed Folder