DestinationDirs
The [DestinationDirs] section is required and describes the names and paths of the destination directories for your application on the target device.
[DestinationDirs]
file_list_section = 0,subdir
[file_list_section = 0,subdir]
[DefaultDestDir=0,subdir]
Parameters
- file_list_section
This is the section name used in "[DefaultInstall] CopyFiles" - subdir
This is the destination directory, which uses the format of an absolute device path, a directory macro, or the install directory %InstallDir%.
The following [DestinationDirs] code example uses the string %CE2%, which corresponds to the Windows directory, and the string %CE1%, which corresponds to the Program Files directory.
[DestinationDirs]
Files.Common = 0,%CE1%\My Subdir
Files.Shared = 0,%CE2%
See Also
Creating an .inf File | CAB Wizard Overview | CAB Wizard Syntax
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.