First off extract all the files to a directory you want.

Run vbrun60, this will put the vb runtime files on your computer. If you know you have them already you can skip this part.

The winsock library file is required to connect to medievia to get values. Some computers come with this, and some other programs install it as part of it. If you get an error whn you try to connect do this:

For Windows 95/98/xp
Put the mswinsck.ocx file in the directory: c:\windows\system\
For Windows NT/2000
Put the mswinsck.ocx file in the directory: c:\WINNT\system32\

Using your mouse, click on the "Start" button and then click on "Run". 

Type the following command to register this library file: regsvr32 \windows\system\MSWINSCK.OCX (for Windows NT and 2000: regsvr32 \WINNT\system32\MSWINSCK.OCX) 

You should see a message saying "DllRegisterServer ... succeeded" 

If you are getting an error telling you that the file is missing, then you are not typing the command in correctly. You will need to type it in *exactly* as follows:
regsvr32 \windows\system\MSWINSCK.OCX