1. Did you have msmouse.inf i nteh same directory when you imported the
UFD.INF? If you didn't there is soem missing pieces to the component.
2. The AddReg warning can be ignored since there are no registry keys listed
in teh section. These will get created during FBA.
3. The grey out of the component means that there is a similar component in
the database. I imported your INF, and I don't have a similar component so
you must have imported something else.
--
Regards,
Sean Liming
www.sjjmicro.com /
www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
Here is my inf file. Note there is no Version number "Driverver", also
when I
import this file , I am getting a message "AddReg is empty". don't know
what
it means.
[Version]
Signature="$Windows NT$"
Provider=%Gunze%
ClassGUID={4D36E96F-E325-11CE-BFC1-08002BE10318}
Class=Mouse
DriverVer=08/12/2002
;
; Driver information
;
[Manufacturer]
%Gunze% = Gunze.Mfg
[Gunze.Mfg]
%Gunze.DeviceDesc0% = ufd, USB\VID_0637&PID_0001
;
; General installation section
;
[ufd]
AddReg=ufd.AddReg
[ufd.AddReg]
;
; Service Installation
;
[ufd.Services]
AddService = ufd, 0x00000002 , ufd_Service_Inst
; Install mouclass.sys from msmouse.inf
Include=msmouse.inf
Needs=MouClass.Services
[ufd_Service_Inst]
DisplayName = %ufd.SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Pointer Port
ServiceBinary = %12%\ufd.sys
[Strings]
;
; Non-Localizable Strings
;
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
SERVICEROOT = "System\CurrentControlSet\Services"
;
; Localizable Strings
;
Gunze.DeviceDesc0 = "Gunze, USB"
Gunze = "Gunze Corporation"
ufd.SvcDesc="UFD"
:
Hi Sean,
Yes I did, I went to C:\Windows\Gunze\ and ran setup.exe straight from
Windows XPE target. I can install properly, also I can see the program on
the
Add/Program list. It needs a reboot after installation, I rebooted and I
couldn't use the application, may be I have to calibrate, I didn't try
that
yet. I am not sure if the application will work without any calibration.
May be there is something wrong with my inf file. I am using the one
Gunze
supplied. I checked the setupapi.log and I saw the message "Device did
not
start for unknown reason". I changed the StartType from 3 to 1. That
didn't
make any difference.
I have couple of questions about the Component Designer.
When I imported the INF file, I was not able to change the component's
name,
it was greyed out. It was suplied by Gunze. I checked the Files under
Component, there were two files ufd.inf and ufd.sys. What happens to all
the
exe files , how come they are not included in the Files. I then created a
Repository (Add Repository). I copied all the files to one location and
set
it as the default path.
Also when I import the INF file, I am getting a warning message, "AddReg
is
empty". What does it mean ?
:
Have you tried installing the driver in the XPe image directly?
--
Regards,
Sean Liming
www.sjjmicro.com /
www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
Hi There,
I am pretty new to Windows XP Embedded. I am trying to include a
third
party
touch screen driver (GUNZE TPDD). I took the INF file (ufd.inf) the
one
supplied by Gunze, created a SLD file using Component Designer. I
added
the
new SLD to the Component Database Manager. I included the component
and
built
a new image. I can see that the build directory picks up both ufd.inf
and
ufd.sys. I successfuly boot XPE, the FBA runs fine. The problem is
the
touchscreen driver is not getting installed properly, I checked the
setupapi.log and it looks like there is no problem with the
installation.
I went to Add/Remove programs on the control panel, I don't see the
Gunze
TPDD as part of the programs.
I copied all the files (setup.exe, many other exe files, ufd.sys,
ufd.inf
to
the repository direcotry). When the target designer build completes,
I can
see that Gunze component was compiled properly.
Please help.
Thanks
SC