Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Feb : Check For Registered DLL (regsrv32)

www.cryer.info
Managed Newsgroup Archive

Check For Registered DLL (regsrv32)

Subject:Check For Registered DLL (regsrv32)
Posted by:"Richard Collins" (richard.collin..@cox.net)
Date:Sat, 24 Feb 2007 08:06:11

I have an application that must have two DLL's registered.   These two DLL's
are crystal reports DLL's , exportmodeller and crtslv.  They export the
reports to different formats.

The question is, How to check if the required DLL has already been
registered on the client machine.

The issues:  Crystal Reports uses versioning to determine which version of
the DLL's to load when the application runs.  If the wrong version is loaded
the exporting will not occur.

The task:  Check for registered named DLL's already on client machine.
Determine the versions, register the new DLL's if version not registered.

Any help would greatly be appreciated

Richard Collins

Replies:

www.cryer.info
Managed Newsgroup Archive