阅读:1504回复:4
我的这个.inf应该如何写?
我写的是2000WDM的驱动
我写的驱动.sys文件在f:\\9054\\objchk\\i386目录下,我的原文件目录应该怎么写?请大侠看一下我的.inf文件: [Version] Signature=$CHICAGO$ Class=Media ClassGuid={81152086-F125-434c-9C16-A9769CDF3964} Provider=%MFGNAME% [Manufacturer] %MFGNAME%=DeviceList [DestinationDirs] DefaultDestDir=10,System32\\Drivers [SourceDisksFiles] plx9054.sys=1 [SourceDisksNames] ;1=%INSTDISK%,,,objchk\\i386 1=f:\\9054\\objchk\\i386 [DeviceList] %DESCRIPTION%=DriverInstall,PCI\\VEN_10b5&9054&SUBSYS_00000000&DEV_# ;------------------------------------------------------------------------------ ; Windows 2000 Sections ;------------------------------------------------------------------------------ [DriverInstall.NT] CopyFiles=DriverCopyFiles ; TODO Add a LogConfig command and section if this is a legacy device [DriverCopyFiles] plx9054.sys,,,2 [DriverInstall.NT.Services] AddService=plx9054,2,DriverService [DriverService] ServiceType=1 StartType=2 ErrorControl=1 ServiceBinary=%10%\\system32\\drivers\\plx9054.sys [DriverInstall.nt.hw] AddReg=DriverHwAddReg [DriverHwAddReg] HKR,,FriendlyName,,\"PCI9054 Io Operation Device\" ;------------------------------------------------------------------------------ ; String Definitions ;------------------------------------------------------------------------------ [Strings] MFGNAME=\"Skyjje drivers\" ;INSTDISK=\"\" DESCRIPTION=\"PLX 9030 Development Board (I/O)\" 安装时系统提示:windows无法为这个设备找到一个驱动程序,请问这是 怎么回事? 我的信箱skyjje@263.net |
|
沙发#
发布于:2001-11-30 09:46
[SourceDisksFiles]
plx9054.sys=1 里面可能没有指出INF文件 |
|
|
板凳#
发布于:2001-11-29 15:30
我的.sys确实是是在f:\\9054\\objchk\\i386
|
|
地板#
发布于:2001-11-29 15:28
|
|
地下室#
发布于:2001-11-29 14:36
请确定你的sys文件的路径是否正确
|
|
|