It is sometimes necessary to copy INF files during device installation, so that Setup can find them without repetitively displaying user prompts. For example, the base INF file for a multifunction device might copy the INF files for the device's individual functions, so that Setup can find these INF files without prompting the user each time it installs one of the device's functions.
To copy INF files, you can use either of the following techniques:
(Note that this DDK also includes a redistributable, compiled version of cocpyinf.dll. If you use this co-installer for your device, the CopyINF directive can then be used on Windows 2000. The redistributable version of copyinf.dll resides under the DDK's \tools directory.)
Both of these methods will:
On Windows 2000 and later, installation software must never copy INF files directly into a system's %windir%/inf directory. Copying INF files by using techniques not described in this section will invalidate a driver's digital signature.