|

What's MSWINSCK.OCX?
土曜日, 11 8月, 2001
I've got an error message:
Run-time error '339':
Component 'MSWINSCK.OCX' or one of its dependencies not correctly registered: a file is missing or invalid.
What does it mean and where can I download the MSWINSCK.OCX?
, ,
 If you've installed or tried to install a program called WebRocket, go to
http://www.ascentive.com/cgi-bin/click/MA105/support/4110UseList.html
for help.
You could also look at http://www.symantec.com/avcenter/venc/data/backdoor.teste.html
which describes the use of MSWINSCK.OCX in a number of backdoor testing routines for Trojan Horses. In this case the file is benign, as it's the genuine Microsoft file.
And in an earlier HelpStation question Jan Wikstrom wrote: This is an error that results when a Visual Basic library (.OCX) is missing. I suspect this means that an application (written in Visual Basic) that you have installed has botched its installation. This particular one is a library of communication routines, so look for that sort of program. It is also possible that you have deleted an application rather than uninstalling it; if that is the case, you might search for MSWINSCK.OCX in Win.ini, System.ini and the Registry, and delete the reference.
Paul Zucker
 Reader solutions
CurmudgeonPosted: 23/11/2007 re: What's MSWINSCK.OCX? Cut and paste this and save as "fix_basic.bat" then run it as administrator. It will error if the files are not there, but fix the registration of all mocules if they are just unregistered.
regsvr32 /u msflxgrd.ocx
regsvr32 /u comdlg32.ocx
regsvr32 /u msbind.dll
regsvr32 /u mswinsck.ocx
regsvr32 /u msderun.dll
regsvr32 /u msinet.ocx
regsvr32 /u mscomctl.ocx
regsvr32 /u msdatlst.ocx
regsvr32 /u msflxgrd.ocx
regsvr32 /u msmask32.ocx
regsvr32 /u tabctl32.ocx
regsvr32 /u mscomm32.ocx
regsvr32 /u msdbrptr.dll
regsvr32 /u msdatgrd.ocx
regsvr32 /u mscomct2.ocx
regsvr32 /u mshflxgd.ocx
regsvr32 /u msadodc.ocx
RegSvr32 /u msvbvm60.dll
RegSvr32 /u olepro32.dll
RegSvr32 /u comcat.dll
regSvr32 /u msstdfmt.dll
regsvr32 msflxgrd.ocx
regsvr32 comdlg32.ocx
regsvr32 msbind.dll
regsvr32 mswinsck.ocx
regsvr32 msderun.dll
regsvr32 msinet.ocx
regsvr32 mscomctl.ocx
regsvr32 msdatlst.ocx
regsvr32 msflxgrd.ocx
regsvr32 msmask32.ocx
regsvr32 tabctl32.ocx
regsvr32 mscomm32.ocx
regsvr32 msdbrptr.dll
regsvr32 msdatgrd.ocx
regsvr32 mscomct2.ocx
regsvr32 mshflxgd.ocx
regsvr32 msadodc.ocx
regSvr32 msvbvm60.dll
regSvr32 olepro32.dll
regSvr32 comcat.dll
regSvr32 msstdfmt.dll
|