Thursday, 16 June 2011

VBS on 64bit machines with 32bit COM DLL fix

When you run the VB script do: %windir%\SysWOW64\wscript.exe scriptcom.vbs

That will run VBS in 32 bit mode.

You can register the DLL in 64 bit or 32 bit mode.

No comments:

Post a Comment