quote:
Originally posted by lopardo
You can get WinRAR here. Then do as raceprouk says, execute the installer. If it doesn't have an installer, usually extracting the dll file to Plus plugins folder works.
If it is a Plugin coded in VB or VB.net you will need to add information into the Registry that should come with the Plugin, and you will also need to register the dlls if they do not have an installer.
VB: regsvr32 *dllname*
VB.Net & C#: regasm *dllname*