"Christian Hougardy (MS MVP XP)" <> wrote in
message news:...
> -Almazick- <> wrote:
>> I was thinking about modified the INF file myself. Windows XP 64 is
>> looking for a line like nt 5.0 64 or something like that. Do you
>> know exactly what is it looking for?
>>
>>
> Yes, *.inf file decoration.
> Doesn't mean that it's going to work
> More info here:
> http://support.microsoft.com/default...b;en-us;888728
>
> Cheers
>
>
> --
> Christian Hougardy (MS XP MVP)
OK - to clear this up.
Modifying the INF file will not let you install a driver if you do not
actually have a 65-bit x64 driver.
INF file modification has NOTHING to do with getting a driver that is 32-bit
to install on a 64-bit system.
You cannot use a 32-bit driver on a 64-bit system - INF modification only
allows a single INF file to be used to install drivers on multiple
platforms -- by allowing the driver selection wizard for each platform type
to pick the correct DRIVER FILE out of the package.
The set of files included with the INF must include a 64-bit x64 driver
file - the inf only drivers the install wizards or processes.
--
Regards,
Mike
--
Mike Brannigan [Microsoft]
This posting is provided "AS IS" with no warranties, and confers no
rights
Please note I cannot respond to e-mailed questions, please use these
newsgroups
"Christian Hougardy (MS MVP XP)" <> wrote in
message news:...
> -Almazick- <> wrote:
>> I was thinking about modified the INF file myself. Windows XP 64 is
>> looking for a line like nt 5.0 64 or something like that. Do you
>> know exactly what is it looking for?
>>
>>
> Yes, *.inf file decoration.
> Doesn't mean that it's going to work
> More info here:
> http://support.microsoft.com/default...b;en-us;888728
>
> Cheers
>
>
> --
> Christian Hougardy (MS XP MVP)
> Johannesburg - South Africa
> http://msmvps.com/xpditif
>