SourceDisksNames
The [SourceDisksNames] section is required and describes the name and path of the disk on which your application resides.
[SourceDisksNames]
disk_id= ,comment,,path
[disk_id= ,comment,,path]
Parameters
- disk_id
This is the source identifier used to specify the source directory. - comment
This is a friendly description of the source directory. - path
This is the path of the disk where your application resides.
You must have a [SourceDisksNames] section that is not platform-specific, but additional platform-specific sections are optional. You can use absolute or relative paths to specify the location of your application.
The following code example uses this format.
[SourceDisksNames]
1 = ,"Common files",,C:\app\common
[SourceDisksNames.SH3]
2 = ,"SH3 files",,sh3
[SourceDisksNames.MIPS]
2 = ,"MIPS files",,mips
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.