cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Windows Installer Error 1920

Windows Installer Error 1920

Summary

Error 1920 is a Windows Installer error that occurs only at run time.

Symptoms

Error 1920 is a Windows Installer error that occurs only at run time and is displayed in the following format:

Service '[SERVICE]' failed to start. Verify that you have sufficient privileges to start system services.

[SERVICE] resolves to the name of the service.


Cause

  1. The service name specified in the project is not the correct service name. This may happen if the Windows Control Panel Services name was used instead of the internal name of the service. The service has a registered, or internal, name and also has a displayed name. These names do not necessarily match. The internal name must be specified in the IDE in order for the service to be controlled.

  2. A dependent service is not installed or is disabled on the target machine. Some services require other services to be running on the target machine before it will successfully run itself. If these services are not available, the service attempting to be controlled may fail.

  3. The user does not have rights to run the service. Some services are only available to run under a specific Log On account. The user must be logged on under this account to successfully run the service.

Resolution

  1. To resolve this error message, follow these steps:

    1. Download and install the Microsoft ORCA utility from the following article:

      Q107066: What ORCA Is And How to Acquire It

    2. Open your Express project file (.ism or .ise) in ORCA.

    3. Select the ServiceInstall table.

    4. If data exists in this table, note the value in the Name column.

      If data does not exist in this table, select the ServiceControl table and note the value in the Name column of this table.

    5. Find the internal name by going to a machine that already has the service installed. On that machine, open the registry by typing regedit at the Start | Run command box.

    6. Once in the registry, navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services. The service's internal name has its own key under the Services key. Because the internal name can be different from the display name, you may not recognize the name displayed. If this is the case, you can click each key under the Services key and check the DisplayName value for the key. The DisplayName value is the name as it appears in the Windows Control Panel. Once you find the correct DisplayName, take note of the key it is found within.

    7. If the internal name matches the name specified determined under step 4, this is not the cause of the issue. Otherwise, change the name from step 4 to match the internal name.

    8. Rebuild the release.

  2. To resolve this error, follow these steps:

    1. If you are not sure which services the service you are trying to control depends upon, check on a machine that the service is already installed. On Windows 2000/XP machines, dependencies can be checked by right-clicking the service and choosing Properties. Under the Dependencies tab, there is a list of the dependent services.

    2. Verify that all dependent services are installed and running.

  3. To resolve this error, follow these steps:

    1. If you are not sure which account the service logs on as, check on a machine that the service is already installed. On Windows 2000/XP machines, the Log On field can be checked by right-clicking the service and choosing Properties. Under the Log On tab, you can see which account the service logs on as.

    2. Verify that the user is logged on under the correct account when launching the installation.

Related KB Articles

Q107066
Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Oct 31, 2007 06:20 PM
Updated by: