IBM BPM, V8.0.1, All platforms > Installing, deploying, and undeploying applications in the runtime environment > Installing process application snapshots > Advanced installation topics

Building custom installation services

An installation service is created by default when you create a new process application and is used when install a snapshot.

You can customize the service to handle advanced requirements in your target environment.

Ensure that you have write access to the process application that you want to install. See Managing access to the Process Center for more information about granting access to process applications.

You can add calls and scripts to the installation service to perform specific functions when a process application is installed on a process server in another environment. The following list contains some of the tasks that a custom installation service might handle.

For example, you can customize an installation service to create tables on the target process server to hold data such as the options for drop-down menus that exist in your process. When you need to add to or change those menu options, you can modify the service so that those database updates are handled automatically during installation.


Procedure

To add functionality to an installation service...

  1. Open the process application in Process Designer.

  2. From the Setup category, open the installation service.

  3. In the diagram that opens, add the service calls and scripts that you need for your particular installation.
  4. Save your changes.

Advanced installation topics