[Manufacturer]
manufacturer-identifier
[manufacturer-identifier]
[manufacturer-identifier]
...
描述:ManufacturerSection指定了INF文件安装的设备制造商信息。
manufacturer-identifier
指定一个设备模型制造商和包含设备模型制造商信息的INF域(INFSection)
其格式如下:
manufacturer-name|
%strkey%=models-section-name|
%strkey%=models-section-name[,TargetOSVersion][,TargetOSVersion]...(WindowsXPandlaterversionsofWindows)
1.manufacturer-name指定设备制造商。
2.strkey 代表设备制造商的名字。
3.models-section-name为INF文件的INFModelssection指定一个定义名。
4.TargetOSVersion XP和以后的Windows系列才有该项。指定若干个INFModelsSection能够适用
的Windows系统。Windows系统会选中最适合的INFModelsSection。
实例:
[Manufacturer]
%MyName%=MyName,NT.6.0,NTx86.5.1
.
.
[MyName.NT.6.0];Emptysection,sothisINFdoesnotsupport
.;NT6.0andlater.
.
.
[MyName.NTx86.5.1];UsedforNT5.1andlater
.;(butnotNT6.0duetotheNT.6.0entry)
%MyDev%=InstallB,hwid
.
.
[MyName];Emptysection,sothisINFdoesnotsupport
.;Win2000