Copy the following to the Windows directory (e.g. c:\Windows\system or c:\Winnt35\System32)

The following *.dll files

COMCTL32.DLL
MFC40.DLL
MSVCRT40.DLL
OC30.DLL
OLEPRO32.DLL

The following *.ocx files

COMCTL32.OCX
MSACAL70.OCX
MSDBOUTL.OCX
ZlibTool.ocx

Use the following sample command to register the above *.ocx files

c:\>Regsvr32.exe c:\Windows\system\COMCTL32.OCX
	Where  c:\Windows\system is the actual location for your computer system directory.

All of the above files are included in this release of PSIC
including:
Regsvr32.exe

outline of a batch file to register the *.ocx files

Regsvr32.exe c:\Windows\system\COMCTL32.OCX
Regsvr32.exe c:\Windows\system\MSACAL70.OCX
Regsvr32.exe c:\Windows\system\MSDBOUTL.OCX
Regsvr32.exe c:\Windows\system\ZlibTool.OCX
