Send comments on this topic
Installer DLL
Description
The installer DLL is a standalone module, which can be used from within installation scripts and applications to install and uninstall the drivers and helper DLLs. The installer DLL automatically determines whether it's loaded on Win32 or x64 platform and installs the proper drivers or helper DLLs.
The installer DLL is available in 32-bit and 64-bit variants (for 32-bit and 64-bit installers). Each of the variants can install both 32-bit and 64-bit drivers and helper DLLs depending on the target system.
Functions
GetDriverStatus
GetDriverVersion
InstallDriver
UninstallDriver
InstallHelperDll
UninstallHelperDll
