If you don't have the "dll" then you have to download it. There are tons of site. So you don't have to worry.
Then you have to locate dll files to system 32 directory.
Then at command prompt type the following:
regsvr32.exe FILENAME.dll
In my case i will write according to the above picture regsvr32.exe MSVCR71.dll
If you don't like the dialog box popping afterward then you have to type
regsvr32.exe /s FILENAME.dll Here 's' means silent.