SourceDisksFiles

The [SourceDisksFiles] section is required and describes the name and path of the files in which your application resides.

[SourceDisksFiles]
filename=disk_id[,subdir]
[filename=disk_id[,subdir]]

Parameters

  • filename
    This is the source filename. Long filenames should be enclosed in double quotation marks.
  • disk_id
    This is the source identifier used in [SourceDiskNames] to specify the source directory.

You must have a [SourceDisksFiles] section that is not platform-specific, but platform-specific sections are optional. The following [SourceDisksFiles] code example uses source identifiers corresponding to those found in the [SourceDisksName] code example.

[SourceDisksFiles]
begin.wav = 1
end.wav = 1
sample.hlp = 1

[SourceDisksFiles.SH3]
sample.exe = 2

[SourceDisksFiles.MIPS]
sample.exe = 2\

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.