Version Section


[Version]
Signature="$Chicago$"
Class=<class-name>
Provider=<INF-Creator>
LayoutFile=<filename.inf>

Defines the standard header for all Windows 95 INF files. Note that if the signature is not $Chicago$ then Windows 95 will not accept the INF file as an INF file for any of the classes of devices recognized by Windows 95. For a list of all the device classes recognized by Windows 95, see the topic Introducing the INF Editor.

Note the signature string recognition is case-insensitive. So, for example, you can use either $Chicago$ or $CHICAGO$.

class-name

Defines the class in the registry for any device installed from this INF.

INF-creator

Identifies the creator of the INF file. Typically this is the name of the organization that creates the INF file.

filename.inf

Names the INF file that contains the layout information (source disks and files) required fro installing this driver software. This line is optional. If not given, the SourceDisksNames and SourceDisksFiles sections must be given in this INF.

This example shows a typical Version section:


[Version]
Signature="$CHICAGO$"
Class=SCSIAdapter
Provider=%String0%

[Strings]
String0="Corporation X"