This is a discussion on Informix OLEDB driver minimal install within the Informix forums, part of the Database Server Software category; --> Hi Informixers, I have a couple of inhouse VB6 applications that access our Informix databases via OLEDB. I'd like ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi Informixers, I have a couple of inhouse VB6 applications that access our Informix databases via OLEDB. I'd like to create an install package that contains just the minimum requirements for a successful database connection, and to reduce possible user foulups with "setnet32" etc., I'd rather omit that altogether and just distribute the necessary registry settings and dll files. Which files are absolutely necessary? Which registry settings do I need? Regards, Richard -- +-------------------------------+-------------------------------+ | Dr. med Richard Spitz | Tel : +49-89-7095-6110 | | Klinik für Anaesthesiologie | FAX : +49-89-7095-6420 | | Klinikum der Univ. München | Page: +49-89-7095-789-2116 | | 81366 München, Germany | | +-------------------------------+-------------------------------+ |
| ||||
| From the keyboard of Richard Spitz: > I have a couple of inhouse VB6 applications that access > our Informix databases via OLEDB. I'd like to create an > install package that contains just the minimum requirements > for a successful database connection, and to reduce > possible user foulups with "setnet32" etc., I'd rather > omit that altogether and just distribute the necessary > registry settings and dll files. > > Which files are absolutely necessary? Which registry > settings do I need? You might consider to watch with regmon (www.sysinternals.com) what a standard installation does to the registry. The Dependency Walker out of the windows resource kit tells you which DLLs are loaded by your program. HTH Christian -- #include <std_disclaimer.h> /* The opinions stated above are my own and not necessarily those of my employer. */ |