|
Re: XPe driver installation
Peter,
if you want your customer finding the driver already installed, two choices
apply:
1) install yourself the driver as is and clone your image, so every device
has this device installed.
or 2) make the component using CD from the XP driver and add it to your
image.
If you want your customer to install the driver without error try to change
the INF file until no error is shown any more.
The easy and dirt solution is numer 1!
Regards Raffaele
"Peter L." <PeterL@discussions.microsoft.com> ha scritto nel messaggio
news:5E21671D-1E73-4741-A7E2-A1DD716C0985@microsoft.com...
> Thanks Raffaele,
>
> The problem is now our customers cannot use silent install for XPe.
>
> (One side question
> Our INF include msmouse.inf which has
> ServiceBinary = %12%\i8042prt.sys
> Does XPe cannot convert it to c:\windows\system32\drivers\i8042prt.sys?)
>
> Any suggestion either our customers need to reconfigure their XPe or our
> driver
> installation package need to change to make silent installation works?
>
> Your help is highly appreciated.
> --
> Peter L.
>
>
> "crus" wrote:
>
>> Hi Peter,
>> sometimes .INF give XPE wrong info about path. If the requested DLL or
>> SYS
>> file is not in your image you should add it adding the component that
>> loads
>> this file.
>> But if the file is already at the right path you may press "ignore" or
>> browse to set path to the right one.
>> Don't add from XP pro CD, forget about it.
>> As you said locating correct directory is the right way.
>> Every audio driver that I have used was showing this kind of error.
>> Regards
>> Raffaele
>>
>> "Peter L." <PeterL@discussions.microsoft.com> ha scritto nel messaggio
>> news:667B8192-A2C0-40CF-80F5-EF54BB38F141@microsoft.com...
>> > I'm new to XP embedded installation. My driver succesfully install
>> > under
>> > XP
>> > using dpinst but under XPe it pops up a windows message:
>> >
>> > "Files Needed
>> >
>> > The file 'i8042prt.sys' on Windows XP Professional Service Pack 2 CD is
>> > needed.
>> >
>> > Type the path where the file is located, and then click OK
>> >
>> > Copy files from:
>> >
>> > c:\windows\system32\drvstore\mypd_a3e2c2cac7079d64 bb4b1fc11fdc1f62390f3460\i386"
>> >
>> > This is error from setupapi.log:
>> >
>> > #-167 SPFILENOTIFY_NEEDMEDIA: Tag = "\win51ip.sp2", Description=
>> > "Windows
>> > XP
>> > Professional Service Pack 2 CD", SourcePath =
>> > "c:\windows\system32\drvstore\mypd_a3e2c2cac7079d6 4bb4b1fc11fdc1f62390f3460\i386",
>> > SourceFile = "i8042prt.sys", Flags = 0x00000000.
>> >
>> > If I locate the directory c:\windows\system32\drivers where
>> > i8042prt.sys
>> > resides
>> > then the installation continue to success.
>> >
>> > What do I have to change for XPe driver installation?
>> > Is something wrong with the DIRID in XPe? My INF include msmouse.inf
>> > Do I need Driver Componentization ...
>> >
>> > Thanks
>> >
>> > --
>> > Peter L.
>> >
>>
>>
>>
|