Description: This document accompanies a sample co-installer that can be used in conjunction with an INF file to install additional device INF files on the target system during a device installation. The instructions herein apply to the Microsoft Windows 2000 and Windows XP and Windows Server 2003 operating systems. The sample co-installer described in this article interprets CopyINF directives in a [DDInstall] section in an INF file. The sample demonstrates using a co-installer to perform processing after a device has been installed, parsing the INF section that is being used for the installation, and the use of the SetupCopyOEMInf, SetupGetInfInformation, SetupQueryInfOriginalFileInformation and SetupDiGetActualSectionToInstall APIs.
File list (Check if you may need any files):
cocpyinf
........\cocpyinf.c
........\cocpyinf.def
........\cocpyinf.htm
........\cocpyinf.rc
........\install
........\.......\a.inf
........\.......\b.inf
........\makefile
........\sources