Services
Services shows all ODBC Drivers that are present in MSI file.
Service File
Specifies the path to the service executable file.
Service Name
Defines the internal name of the service.
Display Name
Sets the name shown in Windows Service Manager.
Description
Adds a description for the service.
Arguments
Specifies any command-line arguments passed to the service.
Login Name
Defines the user account the service will run under.
Password
Password for the specified login name (if required).
Load Order
Sets the load order group for the service.
Dependencies
Lists other services that must start before this one.
Startup Type
Specifies how the service starts:
- Automatic
- Manual
- Disabled
Error Control
Determines how errors are handled if the service fails to start:
- Ignore error
- Normal error
- Critical error
Service Type
Defines how the service runs:
- Own process
- Share process
- Interact process