2,643
社区成员
发帖
与我相关
我的任务
分享
;--------- Version Section ---------------------------------------------------
[Version]
Signature="$CHICAGO$";
Provider=ZhongXing_Device
DriverVer=11/1/2007,3.0.0.3
; If device fits one of the standard classes, use the name and GUID here,
; otherwise create your own device class and GUID as this example shows.
Class=ZhongXing_Device
ClassGUID={EF2962F0-0D55-4bff-B8AA-2221EE8A79B1}
;--------- SourceDiskNames and SourceDiskFiles Section -----------------------
; These sections identify source disks and files for installation. They are
; shown here as an example, but commented out.
[SourceDisksNames]
1 = "EmptyDriver1",Disk1,,
[SourceDisksFiles]
EmptyDriver1.sys = 1,MyDriver_Check,
;--------- ClassInstall/ClassInstall32 Section -------------------------------
; Not necessary if using a standard class
; 9X Style
[ClassInstall]
Addreg=Class_AddReg
; NT Style
[ClassInstall32]
Addreg=Class_AddReg
[Class_AddReg]
HKR,,,,%DeviceClassName%
HKR,,Icon,,"-5"
;--------- DestinationDirs Section -------------------------------------------
[DestinationDirs]
YouMark_Files_Driver = 10,System32\Drivers
;--------- Manufacturer and Models Sections ----------------------------------
[Manufacturer]
%MfgName%=Mfg0
[Mfg0]
%DeviceDesc%=YouMark_DDI, PCI\VEN_9999&DEV_9999
;---------- DDInstall Sections -----------------------------------------------
; --------- Windows 9X -----------------
; Experimentation has shown that DDInstall root names greater than 19 characters
; cause problems in Windows 98
[YouMark_DDI]
CopyFiles=YouMark_Files_Driver
AddReg=YouMark_9X_AddReg
[YouMark_9X_AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,EmptyDriver1.sys
HKR, "Parameters", "BreakOnEntry", 0x00010001, 0
; --------- Windows NT -----------------
[YouMark_DDI.NT]
CopyFiles=YouMark_Files_Driver
AddReg=YouMark_NT_AddReg
[YouMark_DDI.NT.Services]
Addservice = EmptyDriver1, 0x00000002, YouMark_AddService
[YouMark_AddService]
DisplayName = %SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\EmptyDriver1.sys
[YouMark_NT_AddReg]
HKLM, "System\CurrentControlSet\Services\EmptyDriver1\Parameters",\
"BreakOnEntry", 0x00010001, 0
; --------- Files (common) -------------
[YouMark_Files_Driver]
EmptyDriver1.sys
;--------- Strings Section ---------------------------------------------------
[Strings]
ProviderName="ZhongXing"
MfgName="Zhongxing Soft"
DeviceDesc="TDI_Memo"
DeviceClassName="ZhongXing_Device"
SvcDesc="ZhongXing"



你这个驱动要手动选择配置耶 最好手动安装驱动 别把驱动放到安装包里面去了 看看能不能升级驱动[2016/11/28 10:04:38 120.350 Driver Install]
#-019 正在查找硬件 ID(s): pci\ven_10b5&dev_9050&subsys_905010b5&rev_02,pci\ven_10b5&dev_9050&subsys_905010b5,pci\ven_10b5&dev_9050&cc_0c0100,pci\ven_10b5&dev_9050&cc_0c01
#-018 正在查找兼容 ID(s): pci\ven_10b5&dev_9050&rev_02,pci\ven_10b5&dev_9050,pci\ven_10b5&cc_0c0100,pci\ven_10b5&cc_0c01,pci\ven_10b5,pci\cc_0c0100,pci\cc_0c01
#-019 正在查找硬件 ID(s): pci\ven_10b5&dev_9050&subsys_905010b5&rev_02,pci\ven_10b5&dev_9050&subsys_905010b5,pci\ven_10b5&dev_9050&cc_0c0100,pci\ven_10b5&dev_9050&cc_0c01
#-018 正在查找兼容 ID(s): pci\ven_10b5&dev_9050&rev_02,pci\ven_10b5&dev_9050,pci\ven_10b5&cc_0c0100,pci\ven_10b5&cc_0c01,pci\ven_10b5,pci\cc_0c0100,pci\cc_0c01
#-198 处理的命令行: E:\WINDOWS\system32\MsiExec.exe -Embedding 22000FA0D318DF5EB199DE38A5D74124 M Global\MSI0000
#I022 在 "e:\windows\system32\drvstore\hts035_ee905aa45510035ed4001823435f8424fbdfc261\hts035.inf" 中发现了 "PCI\VEN_10b5&DEV_9050&SUBSYS_905010b5&REV_02";设备: "HTS035";驱动程序: "HTS035";提供程序: "XXXXXXX";制造商: "XXXXXXX";段: "Hts035_DDI"
#I087 驱动程序节点不受信任的,名次从 0x00000000 更改到 0x00008000。
#I023 实际安装部分: [Hts035_DDI.NT]。等级: 0x00008000。驱动程序有效日期: 01/01/1601。
#-166 设备安装函数: DIF_SELECTBESTCOMPATDRV。
#I063 从 [Hts035_DDI] 中的 "e:\windows\system32\drvstore\hts035_ee905aa45510035ed4001823435f8424fbdfc261\hts035.inf" 选择驱动器安装服务。
#I320 设备的类别 GUID 依旧为: {BFD31BAA-A175-4FB0-B747-7F0BFE804C48}。
#I060 设置所选的驱动器。
#I058 选择最兼容的驱动器。
[2016/11/28 10:04:38 120.481]
#-198 处理的命令行: E:\WINDOWS\system32\MsiExec.exe -Embedding 22000FA0D318DF5EB199DE38A5D74124 M Global\MSI0000
#I060 设置所选的驱动器。
#-019 正在查找硬件 ID(s): pci\ven_10b5&dev_9050&subsys_905010b5&rev_02,pci\ven_10b5&dev_9050&subsys_905010b5,pci\ven_10b5&dev_9050&cc_0c0100,pci\ven_10b5&dev_9050&cc_0c01
#-018 正在查找兼容 ID(s): pci\ven_10b5&dev_9050&rev_02,pci\ven_10b5&dev_9050,pci\ven_10b5&cc_0c0100,pci\ven_10b5&cc_0c01,pci\ven_10b5,pci\cc_0c0100,pci\cc_0c01
#I022 在 "e:\windows\system32\drvstore\hts035_ee905aa45510035ed4001823435f8424fbdfc261\hts035.inf" 中发现了 "PCI\VEN_10b5&DEV_9050&SUBSYS_905010b5&REV_02";设备: "HTS035";驱动程序: "HTS035";提供程序: "XXXXXXX";制造商: "XXXXXXX";段: "Hts035_DDI"
#I087 驱动程序节点不受信任的,名次从 0x00000000 更改到 0x00008000。
#I023 实际安装部分: [Hts035_DDI.NT]。等级: 0x00008000。驱动程序有效日期: 01/01/1601。
#-166 设备安装函数: DIF_SELECTBESTCOMPATDRV。
#I063 从 [Hts035_DDI] 中的 "e:\windows\system32\drvstore\hts035_ee905aa45510035ed4001823435f8424fbdfc261\hts035.inf" 选择驱动器安装服务。
#I320 设备的类别 GUID 依旧为: {BFD31BAA-A175-4FB0-B747-7F0BFE804C48}。
#I060 设置所选的驱动器。
#I058 选择最兼容的驱动器。
#-124 正在做“仅复制”安装 "PCI\VEN_10B5&DEV_9050&SUBSYS_905010B5&REV_02\4&CF81C54&0&50F0"。
#E360 驱动程序 "HTS035" 的一个未经过签署或签署不正确的文件 "e:\windows\system32\drvstore\hts035_ee905aa45510035ed4001823435f8424fbdfc261\hts035.inf" 将得到安装(策略=忽略)。 错误 0xe000022f: 第三方 INF 不包含数字签名信息。
#-024 正在将文件 "e:\windows\system32\drvstore\hts035_ee905aa45510035ed4001823435f8424fbdfc261\hts035.sys" 复制到 "E:\WINDOWS\System32\Drivers\hts035.sys"。
#E360 驱动程序 "HTS035" 的一个未经过签署或签署不正确的文件 "e:\windows\system32\drvstore\hts035_ee905aa45510035ed4001823435f8424fbdfc261\hts035.inf" 将得到安装(策略=忽略)。 错误 0xe000022f: 第三方 INF 不包含数字签名信息。
#-166 设备安装函数: DIF_REGISTER_COINSTALLERS。
#I056 注册了共同安装程序。
#-166 设备安装函数: DIF_INSTALLINTERFACES。
#-011 正在从 "e:\windows\system32\drvstore\hts035_ee905aa45510035ed4001823435f8424fbdfc261\hts035.inf" 安装段 [Hts035_DDI.NT.Interfaces]。
#I054 安装接口。
#-166 设备安装函数: DIF_INSTALLDEVICE。
#I123 进行 "PCI\VEN_10B5&DEV_9050&SUBSYS_905010B5&REV_02\4&CF81C54&0&50F0" 的完整安装。
#E360 驱动程序 "HTS035" 的一个未经过签署或签署不正确的文件 "e:\windows\system32\drvstore\hts035_ee905aa45510035ed4001823435f8424fbdfc261\hts035.inf" 将得到安装(策略=忽略)。 错误 0xe000022f: 第三方 INF 不包含数字签名信息。
#I121 "PCI\VEN_10B5&DEV_9050&SUBSYS_905010B5&REV_02\4&CF81C54&0&50F0" 的设备安装成功完成。
[2016/11/25 18:32:15 696.2]
#-198 处理的命令行: E:\WINDOWS\system32\MsiExec.exe -Embedding D0E637FCE376D117E0D8D7C540472B57 M Global\MSI0000
#-167 SPFILENOTIFY_NEEDMEDIA: 标志 = "", 描述= "EmptyDriver1", SourcePath = "E:\Program Files\My Company Name\My Product Name\EmptyDriver1\MyDriver_Check", SourceFile = "EmptyDriver1.sys", 表识 = 0x00000000。
#W170 SPFILENOTIFY_NEEDMEDIA: 返回 FILEOP_SKIP。
[2016/11/25 18:32:15 696.3]
#-198 处理的命令行: E:\WINDOWS\system32\MsiExec.exe -Embedding D0E637FCE376D117E0D8D7C540472B57 M Global\MSI0000
#E361 一个未经过签署或签署不正确的文件 "E:\WINDOWS\system32\DRVSTORE\EmptyDrive_0DD1A6D3C200303B61E5C244F83A6E4D6E345ED6\EmptyDriver1.inf" 将得到安装(策略=忽略)。 错误 0xe000022f: 第三方 INF 不包含数字签名信息。
