Download does not start after you accept the EULA on the Windows Update Web site (836936)



The information in this article applies to:

  • Microsoft Windows Update, when used with:
    • Microsoft Windows XP Home Edition
    • Microsoft Windows XP Professional
    • Microsoft Windows 2000 Advanced Server
    • Microsoft Windows 2000 Professional
    • Microsoft Windows 2000 Server
    • Microsoft Windows Millennium Edition
    • Microsoft Windows 98 Second Edition
    • Microsoft Windows 98
  • Microsoft Windows Server 2003, Web Edition
  • Microsoft Windows Server 2003, Standard Edition
  • Microsoft Windows Server 2003, Enterprise Edition
  • Microsoft Windows Server 2003, Enterprise Edition for Itanium-based Systems

SYMPTOMS

When you try to download updates from the Windows Update Web site, the Web Page Dialog window opens after you accept the End User License Agreement (EULA). However, the download may not start, and the download progress bar may not move.

RESOLUTION

Note Because there are several versions of Microsoft Windows, the following steps may be different on your computer. If they are, see your product documentation to complete these steps.

To resolve this problem, you must reregister the following files:
  • Msscript.ocx
  • Dispex.dll
  • Vbscript.dll
  • Scrrun.dll
After you reregister the files, you must then make sure that files with the JS file name extension are correctly associated with a program. To do this, follow these steps:
  1. Click Start, and then click Run.
  2. In the Open box, type regsvr32 msscript.ocx, and then click OK.
  3. Repeat step 2 with the following commands:
    • regsvr32 dispex.dll
    • regsvr32 vbscript.dll
    • regsvr32 scrrun.dll
  4. Click Start, click Control Panel, click Appearance and Themes, click Folder Options, and then click the File Types tab.
  5. In the Registered File Types list, click the JS extension, click Advanced, and then click Edit.
  6. In the Application to perform action box, type the following command depending on your operating system.
    • For Microsoft Windows XP, type:

      C:\WINDOWS\System32\WScript.exe "%1" %*

    • For Microsoft Windows 2000, type:

      C:\Winnt\System32\WScript.exe "%1" %*

    • For Microsoft Windows 98 and Microsoft Windows Millennium Edition, type:

      C:\WINDOWS\System\WScript.exe "%1"%*


Modification Type:MinorLast Reviewed:4/12/2005
Keywords:kbwindowsupdate kbprb KB836936 kbAudEndUser