RE: Windows Script 5.6
Which Windows version are you using? I seem to recall that Windows XP SP2 has Scripting 5.6 already installed - I have vbscript.dll in my Windows folder and I cannot recall installing it.
It's also possible that if you're not using an Administrator account, then you simply don't have permission to play with files in the Windows folder, hence vbscript.dll can't be registered.
You may wish to manually try running:
regsvr32 /i c:\windows\vbscript.dll
from the run prompt.
Also, my vbscript.dll is inside \windows\system32, which makes me think you're using Windows 98/ME. I don't know if WSH 5.6 is supported on these systems or not.
|