Found the answer myself... same issue as the Intel drivers....
For M60's with RIS and Windows XP
In the .inf file that is to be placed in the RemoteInstall\Setup\Language \Images\Dir_Name\i386 folder, remove NTx86.5.1 in two lines (see the following example).
tech_jedi
3 Posts
0
December 12th, 2003 20:00
Found the answer myself... same issue as the Intel drivers....
For M60's with RIS and Windows XP
In the .inf file that is to be placed in the RemoteInstall\Setup\Language \Images\Dir_Name\i386 folder, remove NTx86.5.1 in two lines (see the following example).
Original:
[Manufacturer]
%V_BCM% = BROADCOM, NTx86.5.1
[ControlFlags]
ExcludeFromSelect = *
[BROADCOM.NTx86.5.1]
Revised:
[Manufacturer]
%V_BCM% = BROADCOM
[ControlFlags]
ExcludeFromSelect = *
[BROADCOM]