Article ID: 958052 - Last Review: October 10, 2008 - Revision: 2.0

You receive error code 0x80070643 or error code 0x643 when you use the Windows Update or Microsoft Update Web sites to install updates

On This Page

Expand all | Collapse all

SYMPTOMS

When you try to install updates from the Windows Update Web site or the Microsoft Update Web site, you may receive one of the following error codes:
Error 1
0x80070643
Error 2
0x643

CAUSE

This problem occurs when Windows Installer encounters an error. Error code 0x80070643 and error code 0x643 are provided by Windows Installer. These error codes are generic errors that basically state that an error was encountered by Windows Installer.

RESOLUTION

To troubleshoot these errors, you have to enable logging for two processes, and then try to install the updates again. When you enable logging, the actual error codes that are generated by Windows Installer are captured. As soon as the error codes are captured, you can determine the actual issue and the resolution for that issue. These errors will require you to contact Microsoft Support to resolve the issue. However, you have to do several things before you contact Microsoft Support.

To enable and collect the Windows Installer logs, follow the steps for your operating system.

Step 1: Enable Microsoft Installer logging and Windows Update verbose logging

For computers that are running Windows 2000, Windows XP, or Windows Server 2003

  1. Click Start, click Run, type Notepad, and then click OK.
  2. Type the following commands in Notepad.
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
    "Logging"="voicewarmupx" 
    "Debug"=dword:00000007
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Trace]
    "Flags"=dword:00000016
    "Level"=dword:00000004
    
  3. On the File menu, click Save As.
  4. In the Save in list, click Desktop.
  5. In the File name box, type LoggingOn.reg, click All Files in the Save as type list, and then click Save.
  6. On the desktop, double-click the LoggingOn.reg file to add the registry keys to the Windows registry.
  7. Click OK in the message box.
  8. Try to install the update again to capture the additional error information in the Windows Installer .log file.

For computers that are running Windows Vista and Windows Server 2008

  1. Click Start
    Collapse this imageExpand this image
    the Start button
    , and then in the Start Search box, type Notepad.
  2. In the Programs list, click Notepad.
  3. Type the following commands in Notepad.
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
    "Logging"="voicewarmupx" 
    "Debug"=dword:00000007
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Trace]
    "Flags"=dword:00000016
    "Level"=dword:00000004
    
  4. On the File menu, click Save As.
  5. In the Save in list, click Desktop.
  6. In the File name box, type LoggingOn.reg, click All Files in the Save as type list, and then click Save.
  7. On the desktop, double-click the LoggingOn.reg file to add the registry values to the Windows registry.

    Collapse this imageExpand this image
    User Access Control permission
    If you are prompted for an administrator password or confirmation, type the password or click Continue.
  8. Click Yes, and then click OK.
  9. Try to install the update again to capture the additional error information in the Windows Installer .log file.

Step 2: Try to install updates again to create the log files

To try to install the updates again, visit the following Microsoft Update Web site:
http://update.microsoft.com (http://update.microsoft.com)
Note It can take several minutes to collect these logs, and the update process may not seem to be functioning correctly. Allow for the necessary time for the process to finish.

Step 3: Disable Microsoft Installer logging and Windows Update verbose logging

Important As soon as Windows Update or Microsoft Update has finished, disable Windows Installer logging. Having logging enabled can require too much time every time that you install updates, can slow down your computer, and can create large log files that require large amounts of disk space.

To disable Windows Installer logging, follow the steps for your operating system.

For computers that are running Windows 2000, Windows XP, or Windows Server 2003

  1. Click Start, click Run, type Notepad, and then click OK.
  2. Type the following commands in Notepad.
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
    "Logging"=-
    "Debug"=-
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Trace]
    
  3. On the File menu, click Save As.
  4. In the Save in list, click Desktop.
  5. In the File name box, type LoggingOff.reg, click All Files in the Save as type list, and then click Save.
  6. On the desktop, double-click the LoggingOff.reg file to remove the registry values from the Windows registry.
  7. Click OK in the message box.
  8. Delete the LoggingOn.reg and LoggingOff.reg files from the desktop
Contact Microsoft Support for help, and reference this Microsoft Knowledge Base article when you speak to the support agent. For more information about how to contact Microsoft Support, visit the following Microsoft Web site:
http://support.microsoft.com/contactus/?ws=support (http://support.microsoft.com/contactus/?ws=support)

For computers that are running Windows Vista and Windows Server 2008

  1. Click Start
    Collapse this imageExpand this image
    the Start button
    , and then type Notepad in the Start Search box.
  2. In the Programs list, click Notepad.
  3. Type the following commands in Notepad.
    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
    "Logging"=-
    "Debug"=-
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Trace]
    
  4. In Notepad, click Save As on the File menu.
  5. In the Save in list, click Desktop.
  6. In the File name box, type LoggingOff.reg, click All Files in the Save as type list, and then click Save.
  7. On the desktop, double-click the LoggingOff.reg file to remove the registry values from the Windows registry.

    Collapse this imageExpand this image
    User Access Control permission
    If you are prompted for an administrator password or confirmation, type the password or click Continue.
  8. Click Yes, and then click OK.
  9. Delete the LoggingOn.reg and LoggingOff.reg files from the desktop.
Contact Microsoft Support for help, and reference this Microsoft Knowledge Base article when you speak to the support agent. For more information about how to contact Microsoft Support, visit the following Microsoft Web site:
http://support.microsoft.com/contactus/?ws=support (http://support.microsoft.com/contactus/?ws=support)

MORE INFORMATION

In most cases, the Windows Installer log starts with msi, ends with a .log extension, and includes a group of characters. For example, the Windows Installer log will have a file name that resembles the following:
msib3a6g.log
On computers that are running Windows 2000, Windows XP, or Windows Server 2003, the installer log is located in the following directory:
C:\Documents and Settings\ {UserName} \Local Settings\Temp\
To open this directory, click Start, click Run, type %temp%, and then click OK.

Note This information assumes that Windows is installed to the default drive C. If this is not the case, adjust the drive letter for the folder path to match the installation drive.

On computers that are running Windows Vista or Windows Server 2008, the installer log is located in the following directory:
C:\Users\{UserName\AppData\Local\Temp
To open this directory, click Start
Collapse this imageExpand this image
the Start button
, type %temp% in the Start Search box, and then press ENTER.

Note This information assumes that Windows is installed to the default drive C. If this is not the case, adjust the drive letter for the folder path to match the installation drive.

REFERENCES

For more information about how to enable Windows Installer logging, click the following article number to view the article in the Microsoft Knowledge Base:
314852  (http://support.microsoft.com/kb/314852/ ) How to enable Windows Installer logging in Windows XP

APPLIES TO
  • Microsoft Update
  • Microsoft Windows Update
Keywords: 
kbtshoot kbpubtypekc kberrmsg kbprb KB958052
 

Article Translations

 

Related Support Centers