Driver Setup DLLs

The driver setup DLL contains the ConfigDriver and ConfigDSN functions. ConfigDSN maintains driver-specific information about data sources in the registry. ConfigDriver performs driver-specific installation tasks, such as entering driver-specific information into the registry. For a complete description of these functions, see Chapter 22, “Setup DLL API Reference.”

ConfigDSN calls the following functions in the installer DLL to maintain data source information in the registry:

The driver setup DLL is written by the driver developer. It can be part of the driver DLL or a separate DLL.