Services
Service File: Browse and select the file within your package which is the service executable file.
Service Name: Enter a name for the service.
Display Name: Enter the name to be display in the service control panel.
Description: Enter a description to be displayed in the service control panel.
Arguments: Enter any arguments that the service executable should be run with.
Login Name: The name that the service is logged on as.
Password: Enter the password for the account.
Load Order: If part of a load ordering group then enter the group name here.
Dependencies: If the service has any dependencies then enter them here.
Error Control: Select an option from the drop down list of how you wish to deal with errors. The options are:
| IGNORE | Logs the error and continues with the startup operation. |
| NORMAL | Logs the error, displays a message box and continues the startup operation. |
| CRITICAL | Logs the error if it is possible and the system is restarted with the last configuration known to be good. If the last-known good configuration is being started, the startup operation fails. |
Process Type: Select the process type. The options are:
| Runs in its own process | A Microsoft Win32 service that runs its own process. |
| Shares a process with others | A Win32 service that shares a process. |
Start Type: Select whether it should start automatically or not.
Service interacts with desktop: Check this if it is a Win32 service that interacts with the desktop. This value cannot be used alone and must be added to one of the two previous types.