VBScript runtime error: ActiveX component can’t create object: ‘XStandard.MD5’

vbscript

The script work on the local computer but not remotely. Any idea?
I'm getting VBScript runtime error "ActiveX component can't create object: XStandard.MD5".

    strSource = "C:\WINNT"
    Set objFSO = CreateObject(Scripting.FileSystemObject")
    Set objFolder = objFSO.GetFolder(strSource)
    Set colfiles = objFolder.Files

   For each file in colfiles
   Set objMD5 = CreateObject("XStandard.MD5")

Best Answer

Go to the DLL folder and use in command prompt > regsrv32 XMD35.dll

http://www.xstandard.com/en/documentation/xmd5/