Samapico Posted March 4, 2007 Report Posted March 4, 2007 (edited) You can install the VB6 runtime files here. Alternatively, you can download the files individually and place them manually:The attached files go in your C:\Windows\system32 folder. MSVBVM60.DLL is safe for replacement (should it not already exist), but MSINET.OCX file should only be updated if it's newer than the existing one (check by right clicking on the file and going to properties then clicking the "version" tab).Same goes for MSCOMCTL.ocx. Zlib.dll is included with updates, but in case you need it, it should go in your DCME folder. If you do not have permission to write or overwrite files in system32 folder, you can place it in your DCME folder too, it should work if you don't have a previous version of it. If an older version exists in system32, that version will be used regardless of the version in the DCME directory. If it doesn't work after placing the required file(s) in the system32 or DCME folder, you might need to register the file. To do this:Place the file in your C:\Windows\system32 folderFrom the start menu, choose Run...Type in the following command: regsvr32 c:\windows\system32\FILENAMEFor example: regsvr32 c:\windows\system32\comdlg32.ocxYou should receive a message confirming that the registration was successful. If not, you probably need to log on an administrator's account. If you receive an error concerning any file that is not available here, use Google to find the file easily, and tell us so we can add it here eventually as well.comct332.ocx.zipcomdlg32.ocx.zipzlib.dll.zipmsinet.ocx.zipMSVBVM60.dll.zipMSCOMCTL.ocx.zipAll_Required_Files.zip Edited March 9, 2008 by Samapico Removed mscomct2.ocx as it is not needed anymore
Recommended Posts