Services Page

On this page you can install, control and configure Windows native services. Only files included in the installation can be installed as a service. Also, you can control or configure any of the services installed on the target machine (including the ones you install yourself) by using Control Operations/ Configure Operations.

ImportantThe information presented in this article can be applied in a similar fashion to Services Page from Merge Module Project.

Services

In the left-side pane you can see a tree with four branches:

  • Services to Install - contains all the services to be installed by your package.
  • Control Operations - contains all the control actions (like start, stop or delete) to be performed on services during installation or uninstallation.
  • Configure Operations - contains all the configure actions that will be executed during the install or uninstall of a service.
  • Failure Operations - allows you to set failure actions for a service which is already installed or being installed by the current package.

In the right-side pane you can see the properties of a service (if a service is selected in the left-side pane) or the parameters of a control operation (if a control operation is selected in the left-side pane).

Adding a service to install

New Service Use the [ New Service... ] toolbar button, the “New Service Installation...” context menu item or press the Insert key while the “Install and Control” panel is focused. The File Picker Dialog dialog will appear and you can select the file containing the service.

NoteTo install a .NET service you must use a .NET Installer Class action predefined custom action.

Adding a service control operation

New Service Control Operation Use the [ New Operation... ] toolbar button, the “New Control Operation...” context menu item or press the + key while the “Install and Control” panel is focused. This will add a service control operation with default parameters.

Adding a service configure operation

New Service Configure Operation Use the [ New Configure Operation ] toolbar button, the “New Configure Operation...” context menu item. This will add a service configure operation with default parameters.

Adding a service failure operation

New Service Failure Operation Use the [ New Failure Operation ] toolbar button, the “New Failure Operation...” context menu item. This will add a service failure operation with default parameters.

ImportantConfigure and failure operations requires Windows Installer 5.0 and they will have no effect on systems which have Windows Installer 4.5 or earlier.

Locating the attached component for a service or a control operation

Use the “Go To Component” tree context menu item or press the F8 key while the service or control is selected. This command will activate the Organization page with the appropriate component selected in the left tree control.

Removing a service or an operation action

Remove Use the [ Delete ] toolbar button, the “Delete” tree context menu item or press the Delete key while the element is selected.

Topics