Avoid Drivers Request
#1
Posted 04 April 2006 - 01:16 PM
That's because I cannot preload the drivers before the device is plugged, so the only way to do this silently is removing the request, and then install the drivers after the device is recognized. Any solution?
#2
Posted 04 April 2006 - 02:52 PM
#3
Posted 05 April 2006 - 05:52 AM
#4
Posted 05 April 2006 - 06:48 AM
This post has been edited by MadBoy: 05 April 2006 - 06:49 AM
#5
Posted 05 April 2006 - 09:24 AM
Unattended_cd=Off
Drivers_drive=REMOVABLE
Drivers_dir=\Drivers
Device_manager=On
Method=RegistryDevicePath
and it gives me an error
#6
Posted 05 April 2006 - 10:31 AM
Drivers_drive=E
Drivers_dir=\Drivers
U can also use CDROM if drivers are on CDROM (and the path is CDROM:\Drivers) .. remember that you have to set that corretly. Else it won't realy make sense.
#8
Posted 05 April 2006 - 12:45 PM
#9
Posted 05 April 2006 - 01:09 PM
Try this:
Copy the driver files to c:\windows\inf\mydriver
open registry go to HKLM\Software\Microsoft\Windows\CurrentVersion
edit DevicePath key
Currently it is probably %systemroot%\inf
change it to %systemroot%\inf;%systemroot%\inf\mydriver
Not sure if a reboot is required but it may be. Also if the driver has been installed before you want to remove the associated oemxx.inf from the windows\inf directory. either search for text in the file like the CAT file name or a driver file name or just delete all of them if you like.
Now plug in the device and give it a shot.
This post has been edited by IcemanND: 05 April 2006 - 01:09 PM
#10
Posted 06 April 2006 - 09:13 AM
#11
Posted 07 April 2006 - 05:15 AM
liquidator87, on Apr 5 2006, 12:46 AM, said:
Windows Registry Editor Version 5.00 ; Don't search Windows Update for drivers (when new HW detected) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching] "DontSearchWindowsUpdate"=dword:00000001 "DontPromptForWindowsUpdate"=dword:00000001
You know to use registry tweaks? If not, then what you need to do is:
1. copy & paste the above code into notepad.
2. Save with file-name "drvr.reg" (note the extension - its NOT *.txt, it should be *.reg)
3. Double-click it to apply manually.
4. To apply it unattended, use this command in your unattended install:
regedit /S <PATH-TO-FILE>\drvr.regDo post back with your results!
#12
Posted 07 April 2006 - 06:49 PM
prathapml, on Apr 7 2006, 10:15 PM, said:
liquidator87, on Apr 5 2006, 12:46 AM, said:
Windows Registry Editor Version 5.00 ; Don't search Windows Update for drivers (when new HW detected) [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DriverSearching] "DontSearchWindowsUpdate"=dword:00000001 "DontPromptForWindowsUpdate"=dword:00000001
You know to use registry tweaks? If not, then what you need to do is:
1. copy & paste the above code into notepad.
2. Save with file-name "drvr.reg" (note the extension - its NOT *.txt, it should be *.reg)
3. Double-click it to apply manually.
4. To apply it unattended, use this command in your unattended install:
regedit /S <PATH-TO-FILE>\drvr.regDo post back with your results!
Can this be totally automated to prevent the popup GUI & auto search windows for the pre installed drivers, eg find a usb device after windows is installed ua & install the included driver.
Cheers
MC.
#13
Posted 16 April 2006 - 03:02 PM
thanks, this should work for me. But now I need another information. The device is not already listed in the hardware list, so I should "emulate" the action that "check for new hardware" does... the problem is that the device is connected, but not listed, and is recognised only when I click on the "check for new hardware"... maybe there's a winmessage or a api call...
Edit: I've just tried the regtweak, but it seems to do nothing... the wizard show up as usual... I think the only solution is to add manually the device to the list, but... the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB is locked... I cant add any information under that key... any idea to enable this?
This post has been edited by liquidator87: 17 April 2006 - 02:46 PM



Help
Back to top










