RegisterDll Method

RegisterDll(filename As string)

RegisterDll(string filename);

Parameters

name type description
filename string

Description

Registers a COM DLL by loading the DLL into memory and calling the DllRegisterServer method.

This is the same as the command:

regsvr32 filename

Not all COM DLLs are able to be registered in this way. DLLs that can be registered usually have the OLESelfRegister property in the file version table.

Object

ComInstaller



We always want to hear your feedback. Send to feedback@toolsack.com.
© 2000-2001 Toolsack Software Ltd.