Previous Next

Creating Directories for Driver Distribution Media

Many devices are distributed with accompanying media (typically a CD) containing drivers for multiple languages and multiple versions of Microsoft® Windows®. The following table represents one possible directory structure for organizing such media, so that multiple languages can be supported on Windows 9x, Windows NT® 4.0, Windows 2000, and Windows XP. The file names in the following table are for illustration only.

Directory INF File Explanation
Root directory NT4.inf Unsigned Unicode INF file for Windows NT 4.0
\Windows MultiOS.inf Signed Unicode INF file for Windows 2000 and later operating system versions
\Win9xEng Win9xEng.inf Signed English language INF file for Windows 9x/Me
\Win9xFra Win9xFra.inf Signed French language INF file for Windows 9x/Me
\Win9xGer Win9xGer.inf Signed German language INF file for Windows 9x/Me

The directory structure illustrated in the table should be used for the following reasons:

The sample INF file (MultiOS.inf), which ships with the Windows DDK, illustrates how a single INF file can be used to install a device on multiple versions of the Windows operating system family.