How can I register a VB self-registering dll using the scripting? In this
scenario, the dll exists somewhere else on a network computer. So, when the
clients are doing a 'network' install, no files are copied-since the files
exist on the network pc. However, the dlls need to be registered, on each
workstation. For VC dll it's simply calling 'DllRegisterServer.', but how do
you do VB dll registering?
TIA,
Rachel