How to install vds-ole-bridge

No special installation is required generally. Developer can distribute vdsoleaut.dll with applications. Use the following code in VDS to load this extension:
#DEFINE COMMAND, OLE
#DEFINE FUNCTION, OLE
EXTERNAL VDSOLEAUT.DLL,ignored
Of course, DLL can be installed to System32 by some application installer. Everything is similar to other VDS extensions.