Forcing drivers installation & upgrade

  • Thread starter Thread starter Krzysztof Gibas
  • Start date Start date
K

Krzysztof Gibas

Hi!

Let's say that I have CD with all the drivers I need. Is it possible
to force XP to automatically install new and update existing drivers
for all devices? Because now I have to run driver autodetection
manually for each device, which is neither fast nor comfortable.

Maybe something that I could put in a script?

TIA
 
In
Krzysztof Gibas said:
Hi!

Let's say that I have CD with all the drivers I need. Is it possible
to force XP to automatically install new and update existing drivers
for all devices? Because now I have to run driver autodetection
manually for each device, which is neither fast nor comfortable.

Maybe something that I could put in a script?

TIA

Doubtful. You can do all your driver updates in Device Manager, without
autodetcting anything, though - just select/right-click, update driver, and
point it at the path of the new driver.
 
Doubtful. You can do all your driver updates in Device Manager, without
autodetcting anything, though - just select/right-click, update driver, and
point it at the path of the new driver.

That's what I called autodetection of new driver, but no matter how
you call it it's too much time consuming.
 
In
Krzysztof Gibas said:
That's what I called autodetection of new driver, but no matter how
you call it it's too much time consuming.

Ah. I thought you meant "scan for new hardware" / plug & play autodetect.
How many drivers do you find updating? This shouldn't be something you have
to do often, I imagine.
 
Ah. I thought you meant "scan for new hardware" / plug & play autodetect.
How many drivers do you find updating? This shouldn't be something you have
to do often, I imagine.

Yes, I work as a serviceman in a computer store.
 
In
Krzysztof Gibas said:
Yes, I work as a serviceman in a computer store.

Ah - so this is for multiple computer models, entirely different hardware,
even? I can't think of any way you could possibly automate this. If the
drivers you're using don't have an installation routine, it's pretty much
device manager time.
 
Ah - so this is for multiple computer models, entirely different hardware,
even? I can't think of any way you could possibly automate this. If the
drivers you're using don't have an installation routine, it's pretty much
device manager time.

What do you mean by "If the drivers you're using don't have
an installation routine"? Every driver has an installation routine,
but I don't see how it's relevant since installing them all wouldn't
make much sense, because only few are appropriate for a given
hardware.
What drivers have besides installation routine is their inf file. XP
during installation runs drivers detection for all installed devices.
I was hoping to find a way to run similar procedure through some
utility, or maybe system call.
 
In
Krzysztof Gibas said:
What do you mean by "If the drivers you're using don't have
an installation routine"? Every driver has an installation routine,

I meant, an executable that you can launch to install it. Not just inf
files, etc.
but I don't see how it's relevant since installing them all wouldn't
make much sense, because only few are appropriate for a given
hardware.
What drivers have besides installation routine is their inf file. XP
during installation runs drivers detection for all installed devices.
I was hoping to find a way to run similar procedure through some
utility, or maybe system call.

Sorry I can't help further - I know of nothing that will do this for you.
 
Back
Top