The DestinationDirs section specifies the default destination directory or directories for all copy, delete and/or rename operations on the files defined elsewhere in the .INF.
See also the Glossary entry for [DestinationDirs].
Entries and values
[file-list-section=dirid[,subdir]] ...
file-list-section
- Specifies the INF-writer-determined name of a section referenced by a CopyFiles directive elsewhere in the INF file.
Definitions :
-
[DestinationDirs]
...
AC97SMPL.CopyList=10, system32\drivers
AC97PROP.CopyList=10, system32
DevUpgrd.CopyList=10, win9xmig\DevUpgrd
W2KDriver.CopyList=10, win9xmig\DevUpgrd\AC97W2K
[AC97SMPL.CopyList]
...
AC97SMPL.sys
[AC97PROP.CopyList]
...
AC97PROP.dll
[DevUpgrd.CopyList]
...
Migrate.dll
[W2KDriver.CopyList]
...
AC97SMPL.inf
AC97SMPL.sys
AC97PROP.dll
References :
-
[AC97SMPL]
...
CopyFiles=AC97SMPL.CopyList, AC97PROP.CopyList, DevUpgrd.CopyList, W2KDriver.CopyList
[AC97SMPL.NTX86]
...
CopyFiles=AC97SMPL.CopyList, AC97PROP.CopyList
dirid
- Specifies the directory identifier of the target directory for operations on files that are referenced within named file-list-sections of the INF ([AC97SMPL.CopyList] and [AC97PROP.CopyList]).
In this case, AC97SMPL.sys will be copied in %windir%\system32\drivers and AC97PROP.dll will be copied in %windir%\system32.
The Windows 2000 DDK contains the complete list of directory identifiers.