Shipping ITLogLib with your applications

Licensed users may ship the ITLogLib runtime as part of their applications without additional fees (royalty-free).

 

If you use ITLogLib/COM, the only files required at runtime are ITLogLib2ComDll.dll and your application-specific configuration file (*.icf) for ITLogLib.

 

We strongly recommend to install ITLogLib2ComDll.dll in the Windows system32 directory as COM at any time supports only one registered instance of a COM DLL per computer and the Windows system32 directory is the normal place for commonly used DLLs.

 

After copying the COM DLL to the right place, it must be registered with COM:

·      If you use a Setup development tool (or Setup generator) it should provide an option to do this for you.

·      If you want to register the COM DLL yourself, for instance from a batch file, you can use regsvr32, which can be found in each Windows installation, in the normal program search PATH.

Assuming you are in the directory where the COM DLL is located, just call

regsvr32 ITLogLib2ComDll.dll