I have just installed a third party app on my Windows Server 2008 server and I get the
ActiveX Component can\'t create object
m
I also meet the same error in vbscript.
Set objFSO = CreateObject("Scripting.FileSystemObject")
Solution: Open command line, run :
regsvr32 /i "c:\windows\system32\scrrun.dll"
and it works