View Single Post
  #17 (permalink)  
Old 19th Feb 2009, 12:09 am
vhone601 vhone601 is offline
Member
Keen on MPx players
 
Join Date: Feb 2009
Posts: 70
Default

[Version]
Signature="$CHICAGO$"
Class=USB
ClassGUID={1181f4a0-f284-11d2-9068-00609797ea5a}
provider=%MSFT%
DriverVer=08/20/2004,2.0.0.0
LayoutFile=layout.inf

[Manufacturer]
%MfgName%=Upgrade

[Upgrade]
%USB\VID_10D6&PID_1160.DeviceDesc%=MDisk.install,

USB\VID_10D6&PID_8888
%USB\VID_10D6&PID_1160.DeviceDesc%=MDisk.install,

USB\VID_10D6&PID_ff51
%USB\VID_10D6&PID_1160.DeviceDesc%=MDisk.install,

USB\VID_10D6&PID_ff66

(THIS IS THE PART THAT I ADDED)
Device Instance Id
USB\VID_10D6&PID_FF66\5&2BB8FBBC&0&6


;[PreCopySection]
;HKR,,NoSetupUI,,1

[DestinationDirs]
umss.files = 10,System32\Drivers

[MDisk.install]
CopyFiles=umss.files
AddReg=umss.addreg

[MDisk.install.NT]
CopyFiles=umss.files
AddReg=umss.addreg

[MDisk.install.NT.Services]
Addservice = AdfuUd, 0x00000002,

AdfuUd_AddService

[AdfuUd_AddService]
DisplayName =

%USB\VID_10D6&PID_1160.DeviceDesc%
ServiceType = 1 ;

SERVICE_KERNEL_DRIVER
StartType = 3 ;

SERVICE_DEMAND_START
ErrorControl = 1 ;

SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\AdfuUd.sys
LoadOrderGroup = Base

[umss.addreg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,AdfuUd.SYS

[umss.files]
AdfuUd.sys

[SourceDisksNames]
1000 = "USB Mass Storage Device",,,

[SourceDisksFiles]
AdfuUd.SYS = 1000

;------------------------------------------------

---------------;

[Strings]
MSFT="MP3 Player"
MfgName="MP3 Player"
USB\VID_10D6&PID_1160.DeviceDesc="USB 2.0 (FS)

ADFU Device"


During installation windows detect that this is the closer driver for my device but when i start installing it i got erro message:Required section was not found in the inf

I also need to know the hardware id where to find it?Since my driver detail is not available to be clicked.

Thanks
Thanks
Reply With Quote
Sponsored Links