在线时间0 小时
UID398165
注册时间2012-10-30
NXP金币0
该用户从未签到
新手上路

- 积分
- 10
- 最后登录
- 1970-1-1
|
xp系统
安装步骤执行到cmd窗口显示"registering windrvr6.inf...", 这时弹出窗口显示一大堆信息标题:"C:\Program Files\freescale\AdvancedToolKit-STD\windriver\wdreg_gui.exe Error"
正文"Failed to install the INF file(C:\Program Files\freescale\AdvancedToolKit-STD\windriver\windrvr6.inf)
LOG Event:1,ENTER: DriverackageInstallA
LOG Event:1,ENTER: DriverPackageinstallW
LOG Event:1, Looking for model section [DeviceList]...
等等还有不少信息"
请问什么原因产生的安装错误? 有没有办法解决, 或者手工解决.
附录: windrvr.inf
====================================================
;
; Copyright (c) 2003 - 2007 Jungo Ltd. http://www.jungo.com
;
; Installs windrvr6.sys as a driver for a pseudo-device
;
[Version]
Signature=$CHICAGO$
Class=Jungo
ClassGuid={c671678c-82c1-43f3-d700-0049433e9a4b}
Provider=%MFGNAME%
; The catalog file below is digitally signed by Jungo.
; For WHQL, you should obtain a catalog signed by Microsoft Hardware Compatibility Labs
CatalogFile=wd900.cat
DriverVer=03/27/2007, 9.0.0
[Manufacturer]
%MFGNAME%=DeviceList,NTamd64
[DestinationDirs]
DefaultDestDir=10,System32\Drivers
[SourceDisksFiles]
windrvr6.sys=1
[SourceDisksNames]
1=%INSTDISK%,,,.
;Delete the above line and uncomment the next line for WHQL
;1 = %INSTDISK%,windrvr6.cat,,
; x86 platform, Win9x, Windows 2000 and later
[DeviceList]
%DESCRIPTION%=DriverInstall,*WINDRVR6
; x64 platform, Windows XP x64 edition and later
[DeviceList.NTamd64]
%DESCRIPTION%=DriverInstall,*WINDRVR6
[ClassInstall] ; Register a new class in Windows 98/Me
AddReg=UpDateRegistry
[ClassInstall32] ; Register a new class in Windows 2000 and later
AddReg=UpDateRegistry
[UpDateRegistry]
HKR,,,,Jungo
HKR,,Icon,,-5
;------------------------------------------------------------------------------
; Windows 2000 and later Sections (x86 and x64 platforms)
;------------------------------------------------------------------------------
[DriverInstall.NT]
CopyFiles=DriverCopyFiles
[DriverCopyFiles]
windrvr6.sys,,,0x22 ; COPYFLG_NOSKIP | COPYFLG_NO_VERSION_DIALOG
[DriverInstall.NT.Services]
AddService=WinDriver6,2,DriverService
[DriverService]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary=%10%\system32\drivers\windrvr6.sys
[DriverInstall.NT.hw]
AddReg=DriverHwAddReg
[DriverHwAddReg]
HKR,,SampleInfo,,""
;------------------------------------------------------------------------------
; Windows 98 Sections
;------------------------------------------------------------------------------
[DriverInstall]
AddReg=DriverAddReg
CopyFiles=DriverCopyFiles
LogConfig=DriverConfig98
[DriverAddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,windrvr6.sys
[DriverConfig98]
ConfigPriority=NORMAL
IOConfig=1@100-3ff%ffff(3ff:
[DriverInstall.hw]
AddReg=DriverHwAddReg
;------------------------------------------------------------------------------
; String Definitions
;------------------------------------------------------------------------------
[Strings]
MFGNAME="Jungo"
INSTDISK="Jungo Installation Disc"
DESCRIPTION="WinDriver"
|
|