Re: Can't convert .inf file to .sld file
From: Slobodan Brcin \(eMVP\) (sbrcin_at_ptt.yu)
Date: 05/30/04
- Previous message: zhao: "Can‘t convert .inf file to .sld file"
- In reply to: zhao: "Can‘t convert .inf file to .sld file"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 30 May 2004 14:45:33 +0200
Zhao,
CD does not like this inf file. But don't worry since this is simple hardware inf file only thing you need to do is to copy this
file to your XPe inf folder.
Make component that will only do that. And let FBA PnP do the rest of job.
Regards,
Slobodan
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"zhao" <ckzhao@tom.com> wrote in message news:041E3515-3A06-4C43-8831-B142AC3C6876@microsoft.com...
> hello,i have a problem. I use one Compact PCI Card (voice card) in XPE, the driver of the card run very well in XP Pro. Now I can
't convert .inf file to .sld file. When i import the .inf file into CD.exe ,start , the result is :"Could not find any recognizable
installation to convert".
> the following is the .inf file :
>
> ; DJCPCI.Inf - install information file for Compact PCI Card
> ; Also can use by PCI card in Win2000 for NT-Type Driver Mode
> ; Copyright(C) 2002 , DonJin Co.
>
> [Version]
> Signature="$Chicago$"
> Class=Unknown
> Provider=%DonJin%
> DriverVer=04/20/2004,2.0.0.0
>
> [Manufacturer]
> %DonJin% = DonJin.Co
>
> [DonJin.Co]
> %Wdm1%=Wdm5.Install, PCI\VEN_104C&DEV_AC60&SUBSYS_00004A44
> %Wdm2%=Wdm5.Install, PCI\VEN_104C&DEV_AC60&SUBSYS_00014A44
> %Wdm3%=Wdm5.Install, PCI\VEN_104C&DEV_AC60&SUBSYS_00024A44
> %Wdm4%=Wdm5.Install, PCI\VEN_104C&DEV_AC60&SUBSYS_00034A44
> %Wdm5%=Wdm5.Install, PCI\VEN_104C&DEV_AC60&SUBSYS_00044A44
> %Wdm6%=Wdm5.Install, PCI\VEN_104C&DEV_AC60&SUBSYS_00054A44
>
> [DestinationDirs]
> Wdm5.Files.Driver=10,System32\Drivers
> Wdm5.Files.Driver.NTx86=10,System32\Drivers
>
> [SourceDisksNames]
> 1="DonJin directory",,,
>
> [SourceDisksFiles.x86]
> DJNUL2K.sys=1
>
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> ; Windows 2000
>
> [Wdm5.Install.NTx86]
> CopyFiles=Wdm5.Files.Driver.NTx86
>
> [Wdm5.Files.Driver.NTx86]
> DJNUL2K.sys,,,%COPYFLG_NOSKIP%
>
> [Wdm5.Install.NTx86.Services]
> AddService = DJNUL2K, %SPSVCINST_ASSOCSERVICE%, Wdm5.Service
>
> [Wdm5.Service]
> DisplayName = %Wdm5.ServiceName%
> ServiceType = %SERVICE_KERNEL_DRIVER%
> StartType = %SERVICE_DEMAND_START%
> ErrorControl = %SERVICE_ERROR_NORMAL%
> ServiceBinary = %10%\System32\Drivers\DJNUL2K.sys
> BaseSerialPort = %SERVICE_BASE_SERIAL_PORT%
>
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> ; Strings
>
> [Strings]
> DonJin="Shenzhen DonJin Communication Tech CO., LTD"
> Wdm1="DonJin Technology: PCI Analog Board(DBDK/NADK Driver)"
> Wdm2="DonJin Technology: PCI Facsimile Board(DBDK/NADK Driver)"
> Wdm3="DonJin Technology: PCI Digital Board(DBDK/NADK Driver)"
> Wdm4="DonJin Technology: PCI CTx Bus Adapter(DBDK/NADK Driver)"
> Wdm5="DonJin Technology: PCI Facsimile Board(DBDK/NADK Driver)"
> Wdm6="DonJin Technology: PCI Conference Board(DBDK/NADK Driver)"
> Wdm1.ServiceName="DonJin PCI Board Driver(Analog Board)"
> Wdm3.ServiceName="DonJin PCI Board Driver(Digital Board)"
> Wdm5.ServiceName="DonJin PCI Board Driver(DFM Board)"
>
> SPSVCINST_ASSOCSERVICE=0x00000002 ; Driver service is associated with device being installed
> COPYFLG_NOSKIP=2 ; Do not allow user to skip file
> SERVICE_KERNEL_DRIVER=1
> SERVICE_AUTO_START=2
> SERVICE_DEMAND_START=2
> SERVICE_ERROR_NORMAL=1
> SERVICE_BASE_SERIAL_PORT=5
>
> Does anybody know how to convert it ?
> thanks a lot!
>
> zhao
- Previous message: zhao: "Can‘t convert .inf file to .sld file"
- In reply to: zhao: "Can‘t convert .inf file to .sld file"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|