Skip to main content

Services

The Services view shows the Windows services included in the MSI and lets you install, configure, or remove them.

info

Service settings are stored in the ServiceInstall and ServiceControl tables.

Master Packager Advanced Editor - Services view

Service fields

FieldDescription
Service FileSpecifies the path to the service executable.
Service NameDefines the internal service name.
Display NameSets the name shown in Windows Service Manager.
DescriptionAdds a description for the service.
ArgumentsSpecifies command-line arguments passed to the service.
Login NameDefines the user account the service runs under.
PasswordSets the password for the specified login name, if required.
Load OrderSets the load order group for the service.
DependenciesLists the services that must start before this service.

Startup type options

OptionDescription
AutomaticStarts the service automatically.
ManualStarts the service only when requested.
DisabledPrevents the service from starting.

Error control options

OptionDescription
Ignore errorWindows continues even if the service fails to start.
Normal errorWindows logs the error and continues with normal handling.
Critical errorWindows treats the startup failure as critical.

Service type options

OptionDescription
Own processRuns the service in its own process.
Share processRuns the service in a shared process such as svchost.exe.
Interact processAllows the service to interact with the desktop.
note

You can also configure services to stop or be deleted during uninstall.