[Version] Section

Syntax

[Version]
Signature="$Windows 95$"
Class=class-name
Provider =INF_creator
LayoutFile=
filename.inf

The [Version] section defines the standard header for all Windows 95 INF files.

class-name

Defines the class in the Registry for any device installed from this INF. The following are some examples of class names:

Adapter
Cdrom
Display
EISADevices
fdc

hdc
Keyboard
MCADevices
Media
Modem

Monitor
Mouse
MTD
NetNetService
Nodriver

PCMCIA
Ports
Printer
SCSIAdapter
System


filename.inf

Names the INF file that contains the layout information (source disks and files) required for installing this driver software. Typically, for Windows 95 components, this is LAYOUT.INF. 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="$WINDOWS 95$"
Provider=%MSFT%
Class=Adapter
LayoutFile=LAYOUT.INF