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:
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)
.........
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)
위의 오류는 실제 cab 파일의 URL이 잘못 되었거나 해당 cab 파일이 그 URL에 없을 때 발생됩니다.
실제로 배포시
http://activex.microsoft.com/controls/vb6/MSCDRun.cab , ...
위의 URL의 경우 MSCDRun.cab 파일을 찾을 때도 있고 그렇지 않을 경우도 있어서,
배포시 오류가 발생된 경우도 있었습니다.
실제로 배포시
http://activex.microsoft.com/controls/vb6/MSCDRun.cab , ...
위의 URL의 경우 MSCDRun.cab 파일을 찾을 때도 있고 그렇지 않을 경우도 있어서,
배포시 오류가 발생된 경우도 있었습니다.
