Drivers installation under RIS Installation.

  • Thread starter Thread starter Rickard Nilsson
  • Start date Start date
R

Rickard Nilsson

Hallo!
We are building a new installation structure with MS Ris
installation for all Computers.
We have to Majjor brands Dell and Fujitsu.
We are using diffrent sig file for all models thats need
a new driver modem,autio etc.
The RIS installation find and install the MS driver for
some devices, but some time i dont wont to use that
driver.. I want to use the dell driver for the mouse
point etc... and i want to do this under the ris
installaton... Can someone help me?
 
This Artical is only for devices that windows doesnt have
drivers to... Its working fine on unknown devices, my
problem is to change a drivers on a devices that MS Ris
installation found and install the MS drivers, i need to
change drivers on some devices not only unknown device.

//Rickard
 
Plug and Play uses (or should use) the best match regarding pnp-id and
inf-file (setup check both in Windows\inf and OemPnpDriversPath)

You can try modifying the inf-file with the exact match of pnpid (or
remove/change from the builtin inf-files)

pnp-id can be optained by using devcon or device manager

Devcon can be downloaded here..
http://support.microsoft.com/?kbid=311272
To run it, goto a commandprompt and type
devcon.exe driverfiles =net (Note, no space after =)

via the commandprompt You can also "hypnotize" Device managager to
show more info...
type:
set DEVMGR_SHOW_DETAILS=1
start devmgmt.msc

Now you will se a new tab named details in the properties of the
network adapter

regards
Johan Arwidmark

Windows User Group - Nordic
http://www.wug-nordic.net
 
Back
Top