Microsoft KB Archive/254166

From BetaArchive Wiki

Article ID: 254166

Article Last Modified on 10/26/2007



APPLIES TO

  • Microsoft Internet Explorer 3.0
  • Microsoft Internet Explorer 3.01
  • Microsoft Internet Explorer 3.02
  • Microsoft Internet Explorer 4.0 128-Bit Edition
  • Microsoft Internet Explorer 4.01 Service Pack 2
  • Microsoft Internet Explorer 4.01 Service Pack 1
  • Microsoft Internet Explorer 4.01 Service Pack 2
  • Microsoft Internet Explorer 5.0
  • Microsoft Internet Explorer 5.01
  • Microsoft Internet Explorer 5.5
  • Microsoft Visual Basic, Scripting Edition 4.0
  • Microsoft Visual Basic, Scripting Edition 5.0
  • Microsoft JScript 4.0
  • Microsoft JScript 5.0
  • Microsoft Visual Basic 6.0 Learning Edition
  • Microsoft Visual Basic 6.0 Professional Edition
  • Microsoft Visual Basic 6.0 Enterprise Edition
  • Microsoft Visual Basic 6.0 Enterprise Edition Service Pack 3



This article was previously published under Q254166

SYMPTOMS

If your Microsoft Visual Basic application uses Microsoft Scripting Runtime Library (Scrrun.dll), the Package and Deployment Wizard (PDW) automatically picks up the dependency from Scrrun.dep, which points to http://activex.microsoft.com/controls/vb6/ScrRun.cab. However, this .cab file does not actually exist. Any component that tries to download the Scripting Runtime Library from this site will fail.

The following error message may appear in your Code Download Error log for this problem:

Code Download Error: (hr = 800c0007) No data is available for the requested
.........
ERR: INF Processing: Failed (80004004) processing: scrobj.dll . Cannot get primary/default language!
LOG: URL Download Complete: hrStatus:0, hrOSB:80004004, hrResponseHdr:0, URL:(URL to your CAB File)

CAUSE

There is a bug in the Scrrun.dep file that is included with Visual Basic. The Scripting Runtime Library is no longer available in the form of a .cab file. Instead, the Scripting Runtime Library is now available in the form of an .exe file that is located at:

RESOLUTION

Microsoft Scripting Runtime must be installed through the use of a self-extracting .exe file. For versions of Scripting Runtime mentioned at the beginning of this article, the only way to distribute it is to use the complete self extracting .exe file located at the following locations:

Microsoft Windows 98, Microsoft Windows Millennium Edition, and Microsoft Windows NT 4.0

Microsoft Windows 2000 and Microsoft Windows XP

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

Microsoft Scripting Runtime Library Version 3.1 is no longer available. Users should obtain the latest runtime from the links in the "Resolution" section.

For more information about Microsoft Windows script downloads, visit the following Microsoft Developer Network (MSDN) Web site:

REFERENCES

For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

252937 How to find more information about why code download failed


For more information on how internet component download works, see the following Microsoft Webcast:

For more information about developing Web-based solutions for Microsoft Internet Explorer, visit the following Microsoft Web sites:


Additional query words: sp4 scripting runtime distribute cab

Keywords: kbbug kbcode kbdownload kbfaq kbnofix kbscript KB254166