Skip to main content

Service Control

The Service Control view shows the service control entries included in the MSI and lets you start, stop, or delete Windows services during installation, uninstallation, or repair.

Master Packager Advanced Editor - Service Control view

Fields

FieldDescription
Service NameSpecifies the name of the service to control.
ArgumentsSets optional command-line arguments passed when starting the service.
ComponentDefines the component associated with the service control action.
Wait till action completesMakes the installer wait until the service action finishes before continuing.

Actions by phase

PhaseAvailable actions
During InstallationStart, Stop, Delete
During UninstallationStart, Stop, Delete
note

A common use case is stopping a service before replacing its files during an upgrade or deleting the service during uninstall.