WiseScript Package Editor Reference
71
Creating WiseScript Installations
The service appears in the list on the Services page.
To change the .EXE file for a service, select it from the list and click Details.
See
Configuring Service Settings
.
To remove an existing service from the installation, select it from the list and click
Delete.
If you chose an .EXE file that is part of an optional installation component, the service is
installed only if that component is installed.
See also:
Create Service
on page 140
Configuring Service Settings
¾
WiseScript Package Editor only
1. Select Installation Expert > Services page.
2. Select a service and click Details.
The Create Service Settings dialog box appears. It lets you control the behavior of
the service when it is run. Refer to Microsoft developer documentation for
information about creating services.
3. Complete the dialog box:
Service Name
Enter the internal service name, which is used in the registry.
Display Name
Enter the name to appear in the Services control panel.
Executable Path
Specify the complete path to the executable file as it will be on the destination
computer. Start the path with a variable (example: %MAINDIR%).
Login Username, Password
Enter the user name and password under which the service should run.
Error Control
Specify what happens if an error occurs while the service starts.
Ignore Error
Logs the error and continues.
Normal Error
Displays a message to the end user, logs the error, and continues.
Severe Error
Logs the error. If the computer is starting the last known good configuration,
startup continues. Otherwise, it restarts with the last known good
configuration.
Critical Error
Logs the error if possible. If the computer is starting the last known good
configuration, startup fails. Otherwise, it restarts with the last known good
configuration.