PDA

View Full Version : Install a new device drivers



Mati
09-12-2005, 01:43 PM
Helo
i need to make a installer that must install new device like a Realtek network card in windows 98 ;)

But how to make that ??

Mati

Adam
09-13-2005, 01:00 PM
How would you install the driver manually? I am not sure yet if this is possible in Setup Factory 7.0.

Adam Kapilik

Lorne
09-13-2005, 01:12 PM
Just to note: any device driver installation should definitely be possible with SF7.

In fact, with the built-in actions for manipulating services, you should be able to install most drivers on NT/XP without even needing to reboot.

Mati
09-13-2005, 01:37 PM
Just to note: any device driver installation should definitely be possible with SF7.

In fact, with the built-in actions for manipulating services, you should be able to install most drivers on NT/XP without even needing to reboot.
thx for a fast replay :)
i only wont to install a network card driver in windows 98
what i need i must write a some kind script ??

Mati

Lorne
09-13-2005, 04:57 PM
Installing device drivers probably isn't something you should do if you don't know how to. :) (You can seriously mess up a system if you get it wrong.) I'd recommend doing some heavy research on the web to learn what's involved.